Class PGgeographyLW

java.lang.Object
org.postgresql.util.PGobject
All Implemented Interfaces:
Serializable, Cloneable

public class PGgeographyLW extends PGgeography
A PostgreSQL JDBC PGobject extension data type modeling the geography type. The hex-encoded EWKB format is used to communicate with the backend, which is much more efficient, but only works with Lwgeom enabled PostGIS (1.0.0 and up).
Author:
Phillip Ross
See Also:
  • Constructor Details

    • PGgeographyLW

      public PGgeographyLW()
      Instantiate with default state.
    • PGgeographyLW

      public PGgeographyLW(Geometry geometry)
      Instantiate with the specified state.
      Parameters:
      geometry - the geometry to instantiate with
    • PGgeographyLW

      public PGgeographyLW(String value) throws SQLException
      Instantiate with the specified state.
      Parameters:
      value - the value to instantiate with
      Throws:
      SQLException
  • Method Details