Klasse PGgeography

java.lang.Object
org.postgresql.util.PGobject
io.github.sebasbaumh.postgis.PGgeometrybase
io.github.sebasbaumh.postgis.PGgeography
Alle implementierten Schnittstellen:
Serializable, Cloneable, org.postgresql.util.PGBinaryObject

public class PGgeography extends PGgeometrybase
Geometry class for geographic geometries.
Autor:
Sebastian Baumhekel
Siehe auch:
  • Konstruktordetails

    • PGgeography

      public PGgeography()
      Constructs an instance.
    • PGgeography

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

      public PGgeography(String value) throws SQLException
      Constructs an instance.
      Parameter:
      value - geometry
      Löst aus:
      SQLException
  • Methodendetails

    • clone

      public Object clone()
      Setzt außer Kraft:
      clone in Klasse org.postgresql.util.PGobject