- GeoCollID - Static variable in class net.postgis.jdbc.geometry.GeometryCollection
-
- Geometry - Class in net.postgis.jdbc.geometry
-
The base class of all geometries
- Geometry(int) - Constructor for class net.postgis.jdbc.geometry.Geometry
-
Constructor for subclasses
- GeometryBuilder - Class in net.postgis.jdbc.geometry
-
Builds geometry instances.
- GeometryBuilder() - Constructor for class net.postgis.jdbc.geometry.GeometryBuilder
-
- GEOMETRYCOLLECTION - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for feature collections.
- GeometryCollection - Class in net.postgis.jdbc.geometry
-
Geometry Collection class WARNING: Currently only implements empty
collections
- GeometryCollection() - Constructor for class net.postgis.jdbc.geometry.GeometryCollection
-
- GeometryCollection(Geometry[]) - Constructor for class net.postgis.jdbc.geometry.GeometryCollection
-
- GeometryCollection(String) - Constructor for class net.postgis.jdbc.geometry.GeometryCollection
-
- GeometryCollection(String, boolean) - Constructor for class net.postgis.jdbc.geometry.GeometryCollection
-
- GeometryTokenizer - Class in net.postgis.jdbc.geometry
-
- GeometryTokenizer() - Constructor for class net.postgis.jdbc.geometry.GeometryTokenizer
-
- geomFromString(String) - Static method in class net.postgis.jdbc.geometry.GeometryBuilder
-
- geomFromString(String, boolean) - Static method in class net.postgis.jdbc.geometry.GeometryBuilder
-
- geomFromString(String, BinaryParser) - Static method in class net.postgis.jdbc.geometry.GeometryBuilder
-
Maybe we could add more error checking here?
- geomFromString(String, BinaryParser, boolean) - Static method in class net.postgis.jdbc.geometry.GeometryBuilder
-
- get(int) - Method in class net.postgis.jdbc.geometry.binary.ByteGetter.BinaryByteGetter
-
- get(int) - Method in class net.postgis.jdbc.geometry.binary.ByteGetter
-
Get a byte.
- get(int) - Method in class net.postgis.jdbc.geometry.binary.ByteGetter.StringByteGetter
-
- getByte() - Method in class net.postgis.jdbc.geometry.binary.ValueGetter
-
Get a byte, should be equal for all endians
- getDimension() - Method in class net.postgis.jdbc.geometry.Geometry
-
Queries the number of geometric dimensions of this geometry.
- getDouble() - Method in class net.postgis.jdbc.geometry.binary.ValueGetter
-
Get a double.
- getFirstPoint() - Method in class net.postgis.jdbc.geometry.ComposedGeom
-
Optimized version
- getFirstPoint() - Method in class net.postgis.jdbc.geometry.Geometry
-
Same as getPoint(0);
- getFirstPoint() - Method in class net.postgis.jdbc.geometry.Point
-
Optimized versions for this special case
- getGeometries() - Method in class net.postgis.jdbc.geometry.GeometryCollection
-
- getInt() - Method in class net.postgis.jdbc.geometry.binary.ValueGetter
-
- getInt(int) - Method in class net.postgis.jdbc.geometry.binary.ValueGetter
-
Get a 32-Bit integer
- getInt(int) - Method in class net.postgis.jdbc.geometry.binary.ValueGetter.NDR
-
- getInt(int) - Method in class net.postgis.jdbc.geometry.binary.ValueGetter.XDR
-
- getLastPoint() - Method in class net.postgis.jdbc.geometry.ComposedGeom
-
Optimized version
- getLastPoint() - Method in class net.postgis.jdbc.geometry.Geometry
-
Same as getPoint(numPoints()-1);
- getLastPoint() - Method in class net.postgis.jdbc.geometry.Point
-
Optimized versions for this special case
- getLine(int) - Method in class net.postgis.jdbc.geometry.MultiLineString
-
- getLines() - Method in class net.postgis.jdbc.geometry.MultiLineString
-
- getLong() - Method in class net.postgis.jdbc.geometry.binary.ValueGetter
-
- getLong(int) - Method in class net.postgis.jdbc.geometry.binary.ValueGetter
-
Get a long value.
- getLong(int) - Method in class net.postgis.jdbc.geometry.binary.ValueGetter.NDR
-
- getLong(int) - Method in class net.postgis.jdbc.geometry.binary.ValueGetter.XDR
-
- getM() - Method in class net.postgis.jdbc.geometry.Point
-
- getPoint(int) - Method in class net.postgis.jdbc.geometry.ComposedGeom
-
- getPoint(int) - Method in class net.postgis.jdbc.geometry.Geometry
-
Get the nth Point of the geometry
- getPoint(int) - Method in class net.postgis.jdbc.geometry.Point
-
- getPoint(int) - Method in class net.postgis.jdbc.geometry.PointComposedGeom
-
optimized version
- getPoints() - Method in class net.postgis.jdbc.geometry.PointComposedGeom
-
Get the underlying Point array
- getPolygon(int) - Method in class net.postgis.jdbc.geometry.MultiPolygon
-
- getPolygons() - Method in class net.postgis.jdbc.geometry.MultiPolygon
-
- getRing(int) - Method in class net.postgis.jdbc.geometry.Polygon
-
- getSrid() - Method in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number of this geometry.
- getSubGeometry(int) - Method in class net.postgis.jdbc.geometry.ComposedGeom
-
- getType() - Method in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number of this geometry.
- getTypeString(int) - Static method in class net.postgis.jdbc.geometry.Geometry
-
The Text representations of the geometry types
- getTypeString() - Method in class net.postgis.jdbc.geometry.Geometry
-
Return the Type as String
- getValue() - Method in class net.postgis.jdbc.geometry.Geometry
-
backwards compatibility method
- getVersionString(Connection, String) - Static method in class net.postgis.jdbc.geometry.util.VersionUtil
-
Query a specific version string from the datasource for a specified function.
- getX() - Method in class net.postgis.jdbc.geometry.Point
-
- getY() - Method in class net.postgis.jdbc.geometry.Point
-
- getZ() - Method in class net.postgis.jdbc.geometry.Point
-