public abstract class ToJTS extends GeometryOperation
Modifier and Type | Field and Description |
---|---|
static int |
CODE |
protected static com.vividsolutions.jts.geom.GeometryFactory |
geomFactory |
protected static GeometryManager |
geomManager |
static String |
NAME |
OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME
Constructor and Description |
---|
ToJTS() |
Modifier and Type | Method and Description |
---|---|
int |
getOperationIndex()
Returns the constant value that identifies this operation and that was obtained upon registering it.
|
protected boolean |
isClosed(Coordinate firstCoordinate,
Coordinate lastCoordinate) |
protected boolean |
pointInList(Coordinate testPoint,
Coordinate[] pointList) |
invoke
public static final String NAME
protected static GeometryManager geomManager
public static final int CODE
protected static final com.vividsolutions.jts.geom.GeometryFactory geomFactory
public int getOperationIndex()
GeometryOperation
getOperationIndex
in class GeometryOperation
protected boolean isClosed(Coordinate firstCoordinate, Coordinate lastCoordinate)
protected boolean pointInList(Coordinate testPoint, Coordinate[] pointList)