Class WriteGml2Operation
java.lang.Object
org.gvsig.fmap.geom.operation.GeometryOperation
org.gvsig.fmap.geom.operation.writegml2.WriteGml2Operation
- Direct Known Subclasses:
CurveWriteGml2Operation,MultiCurveWriteGml2Operation,MultiPointWriteGml2Operation,MultiSurfaceWriteGml2Operation,PointWriteGml2Operation,SurfaceWriteGml2Operation
public abstract class WriteGml2Operation
extends org.gvsig.fmap.geom.operation.GeometryOperation
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprotected static org.gvsig.fmap.geom.GeometryManagerprotected Stringstatic final Stringprotected Stringprotected IGPEWriterHandlerFields inherited from class org.gvsig.fmap.geom.operation.GeometryOperation
OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintprotected voidinitializeParams(org.gvsig.fmap.geom.operation.GeometryOperationContext geometryOperationContext) Methods inherited from class org.gvsig.fmap.geom.operation.GeometryOperation
invoke
-
Field Details
-
NAME
- See Also:
-
geomManager
protected static org.gvsig.fmap.geom.GeometryManager geomManager -
CODE
public static final int CODE -
id
-
writerHandler
-
srs
-
-
Constructor Details
-
WriteGml2Operation
public WriteGml2Operation()
-
-
Method Details
-
getOperationIndex
public int getOperationIndex()- Specified by:
getOperationIndexin classorg.gvsig.fmap.geom.operation.GeometryOperation
-
initializeParams
protected void initializeParams(org.gvsig.fmap.geom.operation.GeometryOperationContext geometryOperationContext)
-