Package org.postgis

Class PGgeographyLW

  • 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:
    Serialized Form
    • Constructor Detail

      • 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