public class Surface2DToJTSLineString extends ToJTS
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE |
static String |
NAME |
geomFactory, geomManagerOPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME| Constructor and Description |
|---|
Surface2DToJTSLineString() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Geometry geom,
GeometryOperationContext ctx)
Invokes this operation given the geometry and context
|
getOperationIndex, isClosed, pointInListpublic static final String NAME
public static final int CODE
public Object invoke(Geometry geom, GeometryOperationContext ctx) throws GeometryOperationException
GeometryOperationinvoke in class GeometryOperationgeom - Geometry to which apply this operationctx - Parameter containerGeometryOperationException - The implementation is responsible to throw this exception when needed.