Class EventLocator

java.lang.Object
org.gvsig.fmap.geom.jts.mgeom.EventLocator

public class EventLocator extends Object
  • Constructor Details

    • EventLocator

      public EventLocator()
  • Method Details

    • getPointGeometry

      public static com.vividsolutions.jts.geom.Point getPointGeometry(MGeometry lrs, double position) throws MGeometryException
      Returns the point on the specified MGeometry where its measure equals the specified position.
      Returns:
      a Point Geometry
      Throws:
      MGeometryException
    • getLinearGeometry

      public static MultiMLineString getLinearGeometry(MGeometry lrs, double begin, double end) throws MGeometryException
      Throws:
      MGeometryException
    • copySRID

      public static void copySRID(com.vividsolutions.jts.geom.Geometry source, com.vividsolutions.jts.geom.Geometry target)