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 Details

  • Constructor Details

    • WriteGml2OperationContext

      public WriteGml2OperationContext()
  • Method Details

    • getSrs

      public String getSrs()
      Returns:
      the srs
    • setSrs

      public void setSrs(String srs)
      Parameters:
      srs - the srs to set
    • getId

      public String getId()
      Returns:
      the Id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getWriterHandler

      public IGPEWriterHandler getWriterHandler()
      Returns:
      the writerHandler
    • setWriterHandler

      public void setWriterHandler(IGPEWriterHandler writerHandler)
      Parameters:
      writerHandler - the writerHandler to set