public abstract class WriteGml2Operation extends GeometryOperation
Modifier and Type | Field and Description |
---|---|
static int |
CODE |
protected static GeometryManager |
geomManager |
protected String |
id |
static String |
NAME |
protected String |
srs |
protected IGPEWriterHandler |
writerHandler |
OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME
Constructor and Description |
---|
WriteGml2Operation() |
Modifier and Type | Method and Description |
---|---|
int |
getOperationIndex()
Returns the constant value that identifies this operation and that was obtained upon registering it.
|
protected void |
initializeParams(GeometryOperationContext geometryOperationContext) |
invoke
public static final String NAME
protected static GeometryManager geomManager
public static final int CODE
protected String id
protected IGPEWriterHandler writerHandler
protected String srs
public int getOperationIndex()
GeometryOperation
getOperationIndex
in class GeometryOperation
protected void initializeParams(GeometryOperationContext geometryOperationContext)