public class MultiCurveWriteGml2Operation extends WriteGml2Operation
CODE, geomManager, id, NAME, srs, writerHandler
OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME
Constructor and Description |
---|
MultiCurveWriteGml2Operation() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Geometry geom,
GeometryOperationContext ctx)
Invokes this operation given the geometry and context
|
getOperationIndex, initializeParams
public Object invoke(Geometry geom, GeometryOperationContext ctx) throws GeometryOperationException
GeometryOperation
invoke
in class GeometryOperation
geom
- Geometry to which apply this operationctx
- Parameter containerGeometryOperationException
- The implementation is responsible to throw this exception when needed.