Class PGgeography

java.lang.Object
org.postgresql.util.PGobject
io.github.sebasbaumh.postgis.PGgeometrybase
io.github.sebasbaumh.postgis.PGgeography
All Implemented Interfaces:
Serializable, Cloneable, org.postgresql.util.PGBinaryObject

public class PGgeography extends PGgeometrybase
Geometry class for geographic geometries.
Author:
Sebastian Baumhekel
See Also:
  • Constructor Details

    • PGgeography

      public PGgeography()
      Constructs an instance.
    • PGgeography

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

      public PGgeography(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