org.postgis
Class PGgeometry

org.postgis.PGgeometry

public class PGgeometry


Constructor Summary
PGgeometry()
           
PGgeometry(Geometry geom)
           
PGgeometry(java.lang.String value)
           
 
Method Summary
 java.lang.Object clone()
           
 Geometry getGeometry()
           
 int getGeoType()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 

Constructor Detail

PGgeometry

public PGgeometry()

PGgeometry

public PGgeometry(Geometry geom)

PGgeometry

public PGgeometry(java.lang.String value)
           throws java.sql.SQLException
Method Detail

setValue

public void setValue(java.lang.String value)
              throws java.sql.SQLException

getGeometry

public Geometry getGeometry()

getGeoType

public int getGeoType()

toString

public java.lang.String toString()

getValue

public java.lang.String getValue()

clone

public java.lang.Object clone()