public class EventLocator
extends java.lang.Object
| Constructor and Description | 
|---|
| EventLocator() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | copySRID(Geometry source,
        Geometry target) | 
| static MultiMLineString | getLinearGeometry(MGeometry lrs,
                 double begin,
                 double end) | 
| static Point | getPointGeometry(MGeometry lrs,
                double position)Returns the point on the specified MGeometry where its measure equals the specified position. | 
public static Point getPointGeometry(MGeometry lrs, double position) throws MGeometryException
MGeometryExceptionpublic static MultiMLineString getLinearGeometry(MGeometry lrs, double begin, double end) throws MGeometryException
MGeometryExceptionpublic static void copySRID(Geometry source,
                            Geometry target)