org.gvsig.fmap.geom.operation.fromwkt
Class FromWKTGeometryOperationContext

java.lang.Object
  extended by org.gvsig.fmap.geom.operation.GeometryOperationContext
      extended by org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext

public class FromWKTGeometryOperationContext
extends GeometryOperationContext

Author:
jmvivo

Field Summary
static String SRS
           
static String TEXT
           
 
Constructor Summary
FromWKTGeometryOperationContext(String text, String srs)
           
 
Method Summary
protected  String getSrs()
           
 String getText()
           
protected  void setSrs(String srs)
           
 void setText(String text)
           
 
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 Detail

SRS

public static final String SRS
See Also:
Constant Field Values

TEXT

public static final String TEXT
See Also:
Constant Field Values
Constructor Detail

FromWKTGeometryOperationContext

public FromWKTGeometryOperationContext(String text,
                                       String srs)
Method Detail

setText

public void setText(String text)

getText

public String getText()

getSrs

protected String getSrs()

setSrs

protected void setSrs(String srs)


Copyright © 2004-2012 gvSIG. All Rights Reserved.