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
MGeometryException
public static MultiMLineString getLinearGeometry(MGeometry lrs, double begin, double end) throws MGeometryException
MGeometryException
public static void copySRID(Geometry source, Geometry target)