Package org.gvsig.fmap.geom.jts.mgeom
Class EventLocator
java.lang.Object
org.gvsig.fmap.geom.jts.mgeom.EventLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopySRID(com.vividsolutions.jts.geom.Geometry source, com.vividsolutions.jts.geom.Geometry target) static MultiMLineStringgetLinearGeometry(MGeometry lrs, double begin, double end) static com.vividsolutions.jts.geom.PointgetPointGeometry(MGeometry lrs, double position) Returns the point on the specified MGeometry where its measure equals the specified position.
-
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)
-