Package io.github.sebasbaumh.postgis
Class PGgeometry
java.lang.Object
org.postgresql.util.PGobject
io.github.sebasbaumh.postgis.PGgeometrybase
io.github.sebasbaumh.postgis.PGgeometry
- All Implemented Interfaces:
Serializable,Cloneable,org.postgresql.util.PGBinaryObject
Geometry class.
- Author:
- Sebastian Baumhekel
- See Also:
-
Field Summary
Fields inherited from class io.github.sebasbaumh.postgis.PGgeometrybase
geometryFields inherited from class org.postgresql.util.PGobject
type, value -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance.PGgeometry(Geometry geom) Constructs an instance.PGgeometry(String value) Constructs an instance. -
Method Summary
Methods inherited from class io.github.sebasbaumh.postgis.PGgeometrybase
equals, getGeometry, getValue, hashCode, lengthInBytes, setByteValue, setGeometry, setValue, toBytes, toStringMethods inherited from class org.postgresql.util.PGobject
equals, getType, isNull, setType
-
Constructor Details
-
PGgeometry
public PGgeometry()Constructs an instance. -
PGgeometry
Constructs an instance.- Parameters:
geom-Geometry
-
PGgeometry
Constructs an instance.- Parameters:
value- geometry- Throws:
SQLException
-
-
Method Details
-
clone
- Overrides:
clonein classorg.postgresql.util.PGobject
-