org.postgis
Class PGbox3d

org.postgis.PGbox3d

public class PGbox3d


Constructor Summary
PGbox3d()
           
PGbox3d(Point llb, Point urt)
           
PGbox3d(java.lang.String value)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 

Constructor Detail

PGbox3d

public PGbox3d()

PGbox3d

public PGbox3d(Point llb,
               Point urt)

PGbox3d

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

setValue

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

getValue

public java.lang.String getValue()

toString

public java.lang.String toString()

clone

public java.lang.Object clone()