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
@NonNullByDefault public class PGgeometry extends PGgeometrybase
Basic geometry class.- Author:
- Sebastian Baumhekel
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.github.sebasbaumh.postgis.PGgeometrybase
geometry
-
-
Constructor Summary
Constructors Constructor Description PGgeometry()
Constructs an instance.PGgeometry(Geometry geom)
Constructs an instance.PGgeometry(String value)
Constructs an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
-
Methods inherited from class io.github.sebasbaumh.postgis.PGgeometrybase
equals, getGeometry, getGeoType, getValue, hashCode, setGeometry, setValue, toString
-
-
-
-
Constructor Detail
-
PGgeometry
public PGgeometry()
Constructs an instance.
-
PGgeometry
public PGgeometry(String value) throws SQLException
Constructs an instance.- Parameters:
value
- geometry- Throws:
SQLException
-
-
Method Detail
-
clone
public Object clone()
- Overrides:
clone
in classorg.postgresql.util.PGobject
-
-