Package org.postgis

Class PGgeography

    • Constructor Detail

      • PGgeography

        public PGgeography()
        Instantiate with default state.
      • PGgeography

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

        public PGgeography​(String value)
                    throws SQLException
        Instantiate with the specified state.
        Parameters:
        value - the value to instantiate with
        Throws:
        SQLException