Class ToWKBOperationContext

java.lang.Object
org.gvsig.fmap.geom.operation.GeometryOperationContext
org.gvsig.fmap.geom.operation.towkb.ToWKBOperationContext

public class ToWKBOperationContext extends org.gvsig.fmap.geom.operation.GeometryOperationContext
Author:
jmvivo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the srId to use in the WKB geometry
    void
    setSrID(int srID)
    Set the srID to use in the WKB geometry

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

    getAttribute, setAttribute

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ToWKBOperationContext

      public ToWKBOperationContext()
  • Method Details

    • setSrID

      public void setSrID(int srID)
      Set the srID to use in the WKB geometry
      Parameters:
      srID -
    • getSrID

      public int getSrID()
      Get the srId to use in the WKB geometry
      Returns: