Class WriteGml2OperationContext
java.lang.Object
org.gvsig.fmap.geom.operation.GeometryOperationContext
org.gvsig.fmap.geom.operation.writegml2.WriteGml2OperationContext
public class WriteGml2OperationContext
extends org.gvsig.fmap.geom.operation.GeometryOperationContext
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getSrs()voidvoidvoidsetWriterHandler(IGPEWriterHandler writerHandler) Methods inherited from class org.gvsig.fmap.geom.operation.GeometryOperationContext
getAttribute, setAttribute
-
Field Details
-
ATTRIBUTE_GPEWRITERHANDLER
- See Also:
-
ATTRIBUTE_SRS
- See Also:
-
ATTRIBUTE_ID
- See Also:
-
-
Constructor Details
-
WriteGml2OperationContext
public WriteGml2OperationContext()
-
-
Method Details
-
getSrs
- Returns:
- the srs
-
setSrs
- Parameters:
srs- the srs to set
-
getId
- Returns:
- the Id
-
setId
- Parameters:
id- the id to set
-
getWriterHandler
- Returns:
- the writerHandler
-
setWriterHandler
- Parameters:
writerHandler- the writerHandler to set
-