- 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
-
- 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
-
- getBounds() - Method in class org.postgis.java2d.PGShapeGeometry
-
- getBounds2D() - Method in class org.postgis.java2d.PGShapeGeometry
-
- 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
-
- getMajorVersion() - Method in class org.postgis.java2d.Java2DWrapper
-
Gets the underlying drivers major version number
- getMinorVersion() - Method in class org.postgis.java2d.Java2DWrapper
-
Get the underlying drivers minor version number
- getParentLogger() - Method in class org.postgis.DriverWrapper
-
- getParentLogger() - Method in class org.postgis.java2d.Java2DWrapper
-
- getPathIterator(AffineTransform) - Method in class org.postgis.java2d.PGShapeGeometry
-
- getPathIterator(AffineTransform, double) - Method in class org.postgis.java2d.PGShapeGeometry
-
- 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.
- getSRID() - Method in class org.postgis.java2d.PGShapeGeometry
-
Return the SRID or Geometry.UNKNOWN_SRID if none was available
- 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.java2d.PGShapeGeometry
-
We currently have read-only support, so this method returns null
- 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
- getVersion() - Static method in class org.postgis.java2d.Java2DWrapper
-
Returns our own CVS version plus postgres Version
- getVersionString(String, Statement) - Static method in class examples.VersionPrinter
-
- getX() - Method in class org.postgis.Point
-
- getY() - Method in class org.postgis.Point
-
- getZ() - Method in class org.postgis.Point
-
- GISVERSIONS - Static variable in class examples.VersionPrinter
-
- paint(Graphics) - Method in class examples.TestJava2d.GisCanvas
-
- parse(String) - Method in class org.postgis.binary.BinaryParser
-
Parse a hex encoded geometry
Is synchronized to protect offset counter.
- parse(byte[]) - Method in class org.postgis.binary.BinaryParser
-
Parse a binary encoded geometry.
- parse(String, GeneralPath) - Method in class org.postgis.java2d.ShapeBinaryParser
-
Parse a hex encoded geometry
Is synchronized to protect offset counter.
- parse(byte[], GeneralPath) - Method in class org.postgis.java2d.ShapeBinaryParser
-
Parse a binary encoded geometry.
- parseGeometry(ValueGetter) - Method in class org.postgis.binary.BinaryParser
-
Parse a geometry starting at offset.
- parseGeometry(ValueGetter, GeneralPath) - Method in class org.postgis.java2d.ShapeBinaryParser
-
Parse a geometry starting at offset.
- parseSRID(int) - Static method in class org.postgis.Geometry
-
Parse a SRID value, anything <= 0 is unknown
- PGbox2d - Class in org.postgis
-
- PGbox2d() - Constructor for class org.postgis.PGbox2d
-
- PGbox2d(Point, Point) - Constructor for class org.postgis.PGbox2d
-
- PGbox2d(String) - Constructor for class org.postgis.PGbox2d
-
- PGbox3d - Class in org.postgis
-
- PGbox3d() - Constructor for class org.postgis.PGbox3d
-
- PGbox3d(Point, Point) - Constructor for class org.postgis.PGbox3d
-
- PGbox3d(String) - Constructor for class org.postgis.PGbox3d
-
- PGboxbase - Class in org.postgis
-
- PGboxbase() - Constructor for class org.postgis.PGboxbase
-
- PGboxbase(Point, Point) - Constructor for class org.postgis.PGboxbase
-
- PGboxbase(String) - Constructor for class org.postgis.PGboxbase
-
- PGgeometry - Class in org.postgis
-
- PGgeometry() - Constructor for class org.postgis.PGgeometry
-
- PGgeometry(Geometry) - Constructor for class org.postgis.PGgeometry
-
- PGgeometry(String) - Constructor for class org.postgis.PGgeometry
-
- PGgeometryLW - Class in org.postgis
-
This is a subclas of PGgeometry that uses hex encoded EWKB to communicate
with the backend, which is much more efficient, but only works with Lwgeom
enabled PostGIS (1.0.0 and up).
- PGgeometryLW() - Constructor for class org.postgis.PGgeometryLW
-
- PGgeometryLW(Geometry) - Constructor for class org.postgis.PGgeometryLW
-
- PGgeometryLW(String) - Constructor for class org.postgis.PGgeometryLW
-
- PGShapeGeometry - Class in org.postgis.java2d
-
PostGIS Java2D geometry implementation (read-only).
- PGShapeGeometry() - Constructor for class org.postgis.java2d.PGShapeGeometry
-
Constructor called by JDBC drivers. call setValue afterwards to fill with
Geometry data.
- PGShapeGeometry(GeneralPath, int) - Constructor for class org.postgis.java2d.PGShapeGeometry
-
Construct directly from a General Path
- PGShapeGeometry(String) - Constructor for class org.postgis.java2d.PGShapeGeometry
-
Reads the HexWKB representation
- POINT - Static variable in class org.postgis.Geometry
-
The OGIS geometry type number for points.
- Point - Class in org.postgis
-
- Point() - Constructor for class org.postgis.Point
-
- Point(double, double, double) - Constructor for class org.postgis.Point
-
Constructs a new Point
- Point(double, double) - Constructor for class org.postgis.Point
-
Constructs a new Point
- Point(String) - Constructor for class org.postgis.Point
-
Construct a Point from EWKT
- Point(String, boolean) - Constructor for class org.postgis.Point
-
Construct a Point
- PointComposedGeom - Class in org.postgis
-
PointComposedGeom - base class for all composed geoms that contain only
points.
- PointComposedGeom(int) - Constructor for class org.postgis.PointComposedGeom
-
- PointComposedGeom(int, Point[]) - Constructor for class org.postgis.PointComposedGeom
-
- PointComposedGeom(int, String) - Constructor for class org.postgis.PointComposedGeom
-
- PointComposedGeom(int, String, boolean) - Constructor for class org.postgis.PointComposedGeom
-
- POLYGON - Static variable in class org.postgis.Geometry
-
The OGIS geometry type number for polygons.
- Polygon - Class in org.postgis
-
- Polygon() - Constructor for class org.postgis.Polygon
-
- Polygon(LinearRing[]) - Constructor for class org.postgis.Polygon
-
- Polygon(String) - Constructor for class org.postgis.Polygon
-
- Polygon(String, boolean) - Constructor for class org.postgis.Polygon
-
- POSTGIS_AUTOPROTOCOL - Static variable in class org.postgis.DriverWrapperAutoprobe
-
- POSTGIS_LWPROTOCOL - Static variable in class org.postgis.DriverWrapperLW
-
- POSTGIS_PROTOCOL - Static variable in class org.postgis.DriverWrapper
-
- POSTGIS_PROTOCOL - Static variable in class org.postgis.java2d.Java2DWrapper
-
- POSTGRES_PROTOCOL - Static variable in class org.postgis.DriverWrapper
-
- printVersionString(String, int) - Static method in class examples.VersionPrinter
-
- printVersionString(String, String) - Static method in class examples.VersionPrinter
-
- printVersionString(String, Statement) - Static method in class examples.VersionPrinter
-