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

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    protected static org.gvsig.fmap.geom.GeometryManager
     
    protected String
     
    static final String
     
    protected String
     
     

    Fields inherited from class org.gvsig.fmap.geom.operation.GeometryOperation

    OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    protected void
    initializeParams(org.gvsig.fmap.geom.operation.GeometryOperationContext geometryOperationContext)
     

    Methods inherited from class org.gvsig.fmap.geom.operation.GeometryOperation

    invoke

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • geomManager

      protected static org.gvsig.fmap.geom.GeometryManager geomManager
    • CODE

      public static final int CODE
    • id

      protected String id
    • writerHandler

      protected IGPEWriterHandler writerHandler
    • srs

      protected String srs
  • Constructor Details

    • WriteGml2Operation

      public WriteGml2Operation()
  • Method Details

    • getOperationIndex

      public int getOperationIndex()
      Specified by:
      getOperationIndex in class org.gvsig.fmap.geom.operation.GeometryOperation
    • initializeParams

      protected void initializeParams(org.gvsig.fmap.geom.operation.GeometryOperationContext geometryOperationContext)