- GeoCollID - Static variable in class org.postgis.GeometryCollection
-
- Geometry - Class in org.postgis
-
The base class of all geometries
- Geometry(int) - Constructor for class org.postgis.Geometry
-
Constructor for subclasses
- GEOMETRYCOLLECTION - Static variable in class org.postgis.Geometry
-
The OGIS geometry type number for feature collections.
- GeometryCollection - Class in org.postgis
-
Geometry Collection class WARNING: Currently only implements empty
collections
- GeometryCollection() - Constructor for class org.postgis.GeometryCollection
-
- GeometryCollection(Geometry[]) - Constructor for class org.postgis.GeometryCollection
-
- GeometryCollection(String) - Constructor for class org.postgis.GeometryCollection
-
- GeometryCollection(String, boolean) - Constructor for class org.postgis.GeometryCollection
-
- GeometryTokenizer - Class in org.postgis
-
- GeometryTokenizer() - Constructor for class org.postgis.GeometryTokenizer
-
- geomFromString(String) - Static method in class org.postgis.PGgeometry
-
- geomFromString(String, boolean) - Static method in class org.postgis.PGgeometry
-
- geomFromString(String, BinaryParser) - Static method in class org.postgis.PGgeometry
-
Maybe we could add more error checking here?
- geomFromString(String, BinaryParser, boolean) - Static method in class org.postgis.PGgeometry
-
- get(int) - Method in class org.postgis.binary.ByteGetter.BinaryByteGetter
-
- get(int) - Method in class org.postgis.binary.ByteGetter
-
Get a byte.
- get(int) - Method in class org.postgis.binary.ByteGetter.StringByteGetter
-
- getByte() - Method in class org.postgis.binary.ValueGetter
-
Get a byte, should be equal for all endians
- getDimension() - Method in class org.postgis.Geometry
-
Queries the number of geometric dimensions of this geometry.
- getDouble() - Method in class org.postgis.binary.ValueGetter
-
Get a double.
- getFirstPoint() - Method in class org.postgis.ComposedGeom
-
Optimized version
- getFirstPoint() - Method in class org.postgis.Geometry
-
Same as getPoint(0);
- getFirstPoint() - Method in class org.postgis.Point
-
Optimized versions for this special case
- getFullVersion() - Static method in class org.postgis.Version
-
- getGeometries() - Method in class org.postgis.GeometryCollection
-
- getGeometry() - Method in class org.postgis.PGgeometry
-
- getGeoType() - Method in class org.postgis.PGgeometry
-
- getInt() - Method in class org.postgis.binary.ValueGetter
-
- getInt(int) - Method in class org.postgis.binary.ValueGetter
-
Get a 32-Bit integer
- getInt(int) - Method in class org.postgis.binary.ValueGetter.NDR
-
- getInt(int) - Method in class org.postgis.binary.ValueGetter.XDR
-
- getLastPoint() - Method in class org.postgis.ComposedGeom
-
Optimized version
- getLastPoint() - Method in class org.postgis.Geometry
-
Same as getPoint(numPoints()-1);
- getLastPoint() - Method in class org.postgis.Point
-
Optimized versions for this special case
- getLine(int) - Method in class org.postgis.MultiLineString
-
- getLines() - Method in class org.postgis.MultiLineString
-
- getLLB() - Method in class org.postgis.PGboxbase
-
Returns the lower left bottom corner of the box as a Point object
- getLong() - Method in class org.postgis.binary.ValueGetter
-
- getLong(int) - Method in class org.postgis.binary.ValueGetter
-
Get a long value.
- getLong(int) - Method in class org.postgis.binary.ValueGetter.NDR
-
- getLong(int) - Method in class org.postgis.binary.ValueGetter.XDR
-
- getM() - Method in class org.postgis.Point
-
- getParentLogger() - Method in class org.postgis.DriverWrapper
-
- getPGtype() - Method in class org.postgis.PGbox2d
-
- getPGtype() - Method in class org.postgis.PGbox3d
-
- getPGtype() - Method in class org.postgis.PGboxbase
-
The Postgres type we have (same construct as getPrefix())
- getPoint(int) - Method in class org.postgis.ComposedGeom
-
- getPoint(int) - Method in class org.postgis.Geometry
-
Get the nth Point of the geometry
- getPoint(int) - Method in class org.postgis.Point
-
- getPoint(int) - Method in class org.postgis.PointComposedGeom
-
optimized version
- getPoints() - Method in class org.postgis.PointComposedGeom
-
Get the underlying Point array
- getPolygon(int) - Method in class org.postgis.MultiPolygon
-
- getPolygons() - Method in class org.postgis.MultiPolygon
-
- getPostgisMajor(Statement) - Static method in class examples.TestAutoregister
-
- getPrefix() - Method in class org.postgis.PGbox2d
-
- getPrefix() - Method in class org.postgis.PGbox3d
-
- getPrefix() - Method in class org.postgis.PGboxbase
-
The Prefix we have in WKT rep.
- getProtoString() - Method in class org.postgis.DriverWrapper
-
- getProtoString() - Method in class org.postgis.DriverWrapperAutoprobe
-
- getProtoString() - Method in class org.postgis.DriverWrapperLW
-
- getRing(int) - Method in class org.postgis.Polygon
-
- getSrid() - Method in class org.postgis.Geometry
-
The OGIS geometry type number of this geometry.
- getSubGeometry(int) - Method in class org.postgis.ComposedGeom
-
- getType() - Method in class org.postgis.Geometry
-
The OGIS geometry type number of this geometry.
- getTypesAdder(Driver) - Static method in class org.postgis.DriverWrapper
-
- getTypeString(int) - Static method in class org.postgis.Geometry
-
The Text representations of the geometry types
- getTypeString() - Method in class org.postgis.Geometry
-
Return the Type as String
- getURT() - Method in class org.postgis.PGboxbase
-
Returns the upper right top corner of the box as a Point object
- getValue() - Method in class org.postgis.Geometry
-
backwards compatibility method
- getValue() - Method in class org.postgis.PGboxbase
-
- getValue() - Method in class org.postgis.PGgeometry
-
- getValue() - Method in class org.postgis.PGgeometryLW
-
- getVersion() - Static method in class org.postgis.DriverWrapper
-
Returns our own CVS version plus postgres Version
- getVersion() - Static method in class org.postgis.DriverWrapperAutoprobe
-
Returns our own CVS version plus postgres Version
- getVersion() - Static method in class org.postgis.DriverWrapperLW
-
Returns our own CVS version plus postgres Version
- getX() - Method in class org.postgis.Point
-
- getY() - Method in class org.postgis.Point
-
- getZ() - Method in class org.postgis.Point
-