Package net.postgis.jdbc
Class PGgeography
java.lang.Object
org.postgresql.util.PGobject
net.postgis.jdbc.PGgeo
net.postgis.jdbc.PGgeography
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
PGgeographyLW
A PostgreSQL JDBC PGobject extension data type modeling the geography type.
- Author:
- Phillip Ross
- See Also:
-
Field Summary
Fields inherited from class org.postgresql.util.PGobject
type, value -
Constructor Summary
ConstructorsConstructorDescriptionInstantiate with default state.PGgeography(String value) Instantiate with the specified state.PGgeography(Geometry geometry) Instantiate with the specified state. -
Method Summary
Methods inherited from class net.postgis.jdbc.PGgeo
getGeometry, getGeoType, getValue, setGeometry, setValue, toStringMethods inherited from class org.postgresql.util.PGobject
equals, equals, getType, hashCode, isNull, setType
-
Constructor Details
-
PGgeography
public PGgeography()Instantiate with default state. -
PGgeography
Instantiate with the specified state.- Parameters:
geometry- the geometry to instantiate with
-
PGgeography
Instantiate with the specified state.- Parameters:
value- the value to instantiate with- Throws:
SQLException
-
-
Method Details