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

public class PGgeometry extends PGgeometrybase
Geometry class.
Author:
Sebastian Baumhekel
See Also:
  • Constructor Details

    • PGgeometry

      public PGgeometry()
      Constructs an instance.
    • PGgeometry

      public PGgeometry(Geometry geom)
      Constructs an instance.
      Parameters:
      geom - Geometry
    • PGgeometry

      public PGgeometry(String value) throws SQLException
      Constructs an instance.
      Parameters:
      value - geometry
      Throws:
      SQLException
  • Method Details

    • clone

      public Object clone()
      Overrides:
      clone in class org.postgresql.util.PGobject