org.gvsig.fmap.geom.operation.towkb
Class ToWKBOperationContext

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

public class ToWKBOperationContext
extends GeometryOperationContext

Author:
jmvivo

Constructor Summary
ToWKBOperationContext()
           
 
Method Summary
 int getSrID()
          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
 

Constructor Detail

ToWKBOperationContext

public ToWKBOperationContext()
Method Detail

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:


Copyright © 2004-2012 gvSIG. All Rights Reserved.