Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
A
acceptsURL(String)
- Method in class org.postgis.
DriverWrapper
Check whether the driver thinks he can handle the given URL.
acceptsURL(String)
- Method in class org.postgis.java2d.
Java2DWrapper
Returns true if the driver thinks it can open a connection to the given URL.
addBinaryGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder
addBinaryGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder72
addBinaryGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder74
addBinaryGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder80
addBoxen(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder
addBoxen(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder72
addBoxen(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder74
addBoxen(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder80
addGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder
addGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder72
addGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder74
addGeometries(Connection)
- Method in class org.postgis.
DriverWrapper.TypesAdder80
addGISTypes(PGConnection)
- Static method in class org.postgis.
DriverWrapper
adds the JTS/PostGIS Data types to a PG 7.3+ Connection.
addGISTypes(PGConnection)
- Static method in class org.postgis.java2d.
Java2DWrapper
adds the JTS/PostGIS Data types to a PG Connection.
addGISTypes72(Connection)
- Static method in class org.postgis.
DriverWrapper
adds the JTS/PostGIS Data types to a PG 7.2 Connection.
addGISTypes80(PGConnection)
- Static method in class org.postgis.
DriverWrapper
adds the JTS/PostGIS Data types to a PG 8.0+ Connection.
addGT(Connection, boolean)
- Method in class org.postgis.
DriverWrapper.TypesAdder
ALL
- Static variable in class examples.
TestParser
ALLTYPES
- Static variable in class org.postgis.
Geometry
B
BinaryParser
- Class in
org.postgis.binary
Parse binary representation of geometries.
BinaryParser()
- Constructor for class org.postgis.binary.
BinaryParser
BinaryWriter
- Class in
org.postgis.binary
Create binary representation of geometries.
BinaryWriter()
- Constructor for class org.postgis.binary.
BinaryWriter
BOXEN2D
- Static variable in class examples.
TestBoxes
BOXEN3D
- Static variable in class examples.
TestBoxes
Our test candidates:
ByteGetter
- Class in
org.postgis.binary
ByteGetter()
- Constructor for class org.postgis.binary.
ByteGetter
ByteGetter.BinaryByteGetter
- Class in
org.postgis.binary
ByteGetter.BinaryByteGetter(byte[])
- Constructor for class org.postgis.binary.
ByteGetter.BinaryByteGetter
ByteGetter.StringByteGetter
- Class in
org.postgis.binary
ByteGetter.StringByteGetter(String)
- Constructor for class org.postgis.binary.
ByteGetter.StringByteGetter
ByteSetter
- Class in
org.postgis.binary
ByteSetter()
- Constructor for class org.postgis.binary.
ByteSetter
ByteSetter.BinaryByteSetter
- Class in
org.postgis.binary
ByteSetter.BinaryByteSetter(int)
- Constructor for class org.postgis.binary.
ByteSetter.BinaryByteSetter
ByteSetter.StringByteSetter
- Class in
org.postgis.binary
ByteSetter.StringByteSetter(int)
- Constructor for class org.postgis.binary.
ByteSetter.StringByteSetter
C
checkConsistency()
- Method in class org.postgis.
ComposedGeom
checkConsistency()
- Method in class org.postgis.
Geometry
Do some internal consistency checks on the geometry.
checkConsistency()
- Method in class org.postgis.
Point
clone()
- Method in class org.postgis.
PGboxbase
clone()
- Method in class org.postgis.
PGgeometry
clone()
- Method in class org.postgis.
PGgeometryLW
compareLazyDim(Point, Point)
- Static method in class org.postgis.
PGboxbase
Compare two coordinates with lazy dimension checking.
ComposedGeom
- Class in
org.postgis
ComposedGeom - Abstract base class for all Geometries that are composed out of other Geometries.
ComposedGeom(int)
- Constructor for class org.postgis.
ComposedGeom
ComposedGeom(int, Geometry[])
- Constructor for class org.postgis.
ComposedGeom
ComposedGeom(int, String, boolean)
- Constructor for class org.postgis.
ComposedGeom
concat(LineString)
- Method in class org.postgis.
LineString
connect(String, String, String)
- Static method in class examples.
TestBoxes
Connect to the databases We use DriverWrapper here.
connect(String, String, String)
- Static method in class examples.
TestParser
Connect to the databases We use DriverWrapper here.
connect(String, Properties)
- Method in class org.postgis.
DriverWrapper
Creates a postgresql connection, and then adds the PostGIS data types to it calling addpgtypes()
connect(String, Properties)
- Method in class org.postgis.java2d.
Java2DWrapper
Creates a postgresql connection, and then adds the PostGIS data types to it calling addpgtypes()
contains(double, double)
- Method in class org.postgis.java2d.
PGShapeGeometry
contains(double, double, double, double)
- Method in class org.postgis.java2d.
PGShapeGeometry
contains(Point2D)
- Method in class org.postgis.java2d.
PGShapeGeometry
contains(Rectangle2D)
- Method in class org.postgis.java2d.
PGShapeGeometry
createSubGeomArray(int)
- Method in class org.postgis.
ComposedGeom
Return the appropriate instance of the subgeometry array - this encapsulates subclass specific array instantiation
createSubGeomArray(int)
- Method in class org.postgis.
GeometryCollection
createSubGeomArray(int)
- Method in class org.postgis.
MultiLineString
createSubGeomArray(int)
- Method in class org.postgis.
MultiPolygon
createSubGeomArray(int)
- Method in class org.postgis.
PointComposedGeom
createSubGeomArray(int)
- Method in class org.postgis.
Polygon
createSubGeomInstance(String, boolean)
- Method in class org.postgis.
ComposedGeom
Return the appropriate instance of the subgeometry - this encapsulates subclass specific constructor calls
createSubGeomInstance(String, boolean)
- Method in class org.postgis.
GeometryCollection
createSubGeomInstance(String, boolean)
- Method in class org.postgis.
MultiLineString
createSubGeomInstance(String, boolean)
- Method in class org.postgis.
MultiPolygon
createSubGeomInstance(String, boolean)
- Method in class org.postgis.
PointComposedGeom
createSubGeomInstance(String, boolean)
- Method in class org.postgis.
Polygon
CUTINTS
- Static variable in class org.postgis.
Point
D
dimension
- Variable in class org.postgis.
Geometry
The dimensionality of this feature (2,3)
distance(Point)
- Method in class org.postgis.
Point
DriverWrapper
- Class in
org.postgis
DriverWrapper Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes.
DriverWrapper()
- Constructor for class org.postgis.
DriverWrapper
Default constructor.
DriverWrapper.TypesAdder
- Class in
org.postgis
Base class for the three typewrapper implementations
DriverWrapper.TypesAdder()
- Constructor for class org.postgis.
DriverWrapper.TypesAdder
DriverWrapper.TypesAdder72
- Class in
org.postgis
addGISTypes for V7.2 pgjdbc
DriverWrapper.TypesAdder72()
- Constructor for class org.postgis.
DriverWrapper.TypesAdder72
DriverWrapper.TypesAdder74
- Class in
org.postgis
addGISTypes for V7.3 and V7.4 pgjdbc
DriverWrapper.TypesAdder74()
- Constructor for class org.postgis.
DriverWrapper.TypesAdder74
DriverWrapper.TypesAdder80
- Class in
org.postgis
addGISTypes for V8.0 (and hopefully newer) pgjdbc
DriverWrapper.TypesAdder80()
- Constructor for class org.postgis.
DriverWrapper.TypesAdder80
DriverWrapperAutoprobe
- Class in
org.postgis
DriverWrapperAutoprobe Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes.
DriverWrapperAutoprobe()
- Constructor for class org.postgis.
DriverWrapperAutoprobe
Default constructor.
DriverWrapperLW
- Class in
org.postgis
DriverWrapperLW Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes.
DriverWrapperLW()
- Constructor for class org.postgis.
DriverWrapperLW
Default constructor.
E
EMPTY
- Static variable in class org.postgis.
ComposedGeom
endian
- Variable in class org.postgis.binary.
ValueGetter
endian
- Variable in class org.postgis.binary.
ValueSetter
EQUAL10
- Static variable in class examples.
TestParser
equals(Object)
- Method in class org.postgis.
Geometry
java.lang.Object equals implementation
equals(Geometry)
- Method in class org.postgis.
Geometry
geometry specific equals implementation - only defined for non-null values
equals(Object)
- Method in class org.postgis.java2d.
PGShapeGeometry
equals(Object)
- Method in class org.postgis.
PGboxbase
equals(Point)
- Method in class org.postgis.
Point
equalsintern(Geometry)
- Method in class org.postgis.
ComposedGeom
equalsintern(Geometry)
- Method in class org.postgis.
Geometry
Whether test coordinates for geometry - subclass specific code Implementors can assume that dimensin, type, srid and haveMeasure are equal, other !
equalsintern(Geometry)
- Method in class org.postgis.
Point
estimateBytes(Geometry)
- Method in class org.postgis.binary.
BinaryWriter
Estimate how much bytes a geometry will need in WKB.
examples
- package examples
F
failcount
- Static variable in class examples.
TestBoxes
How much tests did fail?
failcount
- Static variable in class examples.
TestParser
How much tests did fail?
FULL
- Static variable in class org.postgis.
Version
Full version for human reading - code should use the constants above
G
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
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 -1 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
H
hashCode()
- Method in class org.postgis.
ComposedGeom
hashCode()
- Method in class org.postgis.
Geometry
java.lang.Object hashCode implementation
hashCode()
- Method in class org.postgis.
MultiLineString
hashCode()
- Method in class org.postgis.
Point
hashCode(double)
- Static method in class org.postgis.
Point
haveMeasure
- Variable in class org.postgis.
Geometry
Do we have a measure (4th dimension)
hextypes
- Static variable in class org.postgis.binary.
ByteSetter.StringByteSetter
I
initSRID(String)
- Method in class org.postgis.
Geometry
Splits the SRID=4711; part of a EWKT rep if present and sets the srid.
innerWKT(StringBuffer)
- Method in class org.postgis.
ComposedGeom
innerWKT(StringBuffer)
- Method in class org.postgis.
Geometry
Render the "inner" part of the WKT (inside the brackets) into the StringBuffer.
innerWKT(StringBuffer)
- Method in class org.postgis.
GeometryCollection
innerWKT(StringBuffer)
- Method in class org.postgis.
Point
innerWKT(StringBuffer)
- Method in class org.postgis.
PointComposedGeom
intersects(double, double, double, double)
- Method in class org.postgis.java2d.
PGShapeGeometry
intersects(Rectangle2D)
- Method in class org.postgis.java2d.
PGShapeGeometry
isEmpty()
- Method in class org.postgis.
ComposedGeom
isMeasured()
- Method in class org.postgis.
Geometry
Returns whether we have a measure
iterator()
- Method in class org.postgis.
ComposedGeom
J
Java2DWrapper
- Class in
org.postgis.java2d
Java2DWrapper Wraps the PostGreSQL Driver to add transparent readonly support for PostGIS objects into java2d path objects.
Java2DWrapper()
- Constructor for class org.postgis.java2d.
Java2DWrapper
L
length()
- Method in class org.postgis.
LineString
length()
- Method in class org.postgis.
MultiLineString
LINEARRING
- Static variable in class org.postgis.
Geometry
Fake type for linear ring
LinearRing
- Class in
org.postgis
This represents the LinearRing GIS datatype.
LinearRing(Point[])
- Constructor for class org.postgis.
LinearRing
LinearRing(String)
- Constructor for class org.postgis.
LinearRing
This is called to construct a LinearRing from the PostGIS string representation of a ring.
LinearRing(String, boolean)
- Constructor for class org.postgis.
LinearRing
LINESTRING
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for lines.
LineString
- Class in
org.postgis
LineString()
- Constructor for class org.postgis.
LineString
LineString(Point[])
- Constructor for class org.postgis.
LineString
LineString(String)
- Constructor for class org.postgis.
LineString
LineString(String, boolean)
- Constructor for class org.postgis.
LineString
llb
- Variable in class org.postgis.
PGboxbase
The lower left bottom corner of the box.
loadDrivers()
- Static method in class examples.
TestParser
logger
- Static variable in class org.postgis.
DriverWrapper
M
m
- Variable in class org.postgis.
Point
The measure of the point.
main(String[])
- Static method in class examples.
Test
main(String[])
- Static method in class examples.
TestAutoregister
main(String[])
- Static method in class examples.
TestBoxes
Our apps entry point
main(String[])
- Static method in class examples.
TestJava2d
main(String[])
- Static method in class examples.
TestParser
Our apps entry point
main(String[])
- Static method in class examples.
TestServer
main(String[])
- Static method in class examples.
VersionPrinter
main(String[])
- Static method in class org.postgis.
Version
MAJOR
- Static variable in class org.postgis.
Version
The major version
makeemptyline
- Static variable in class examples.
VersionPrinter
mangleURL(String)
- Method in class org.postgis.
DriverWrapper
Mangles the PostGIS URL to return the original PostGreSQL URL
mangleURL(String)
- Static method in class org.postgis.java2d.
Java2DWrapper
Mangles the PostGIS URL to return the original PostGreSQL URL
mediumWKT(StringBuffer)
- Method in class org.postgis.
ComposedGeom
mediumWKT(StringBuffer)
- Method in class org.postgis.
Geometry
Render the WKT without the type name, but including the brackets into the StringBuffer
MICRO
- Static variable in class org.postgis.
Version
The micro version, usually a number including possibly textual suffixes like RC3.
MINOR
- Static variable in class org.postgis.
Version
The minor version
MULTILINESTRING
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for aggregate lines.
MultiLineString
- Class in
org.postgis
MultiLineString()
- Constructor for class org.postgis.
MultiLineString
MultiLineString(LineString[])
- Constructor for class org.postgis.
MultiLineString
MultiLineString(String)
- Constructor for class org.postgis.
MultiLineString
MultiLineString(String, boolean)
- Constructor for class org.postgis.
MultiLineString
MULTIPOINT
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for aggregate points.
MultiPoint
- Class in
org.postgis
MultiPoint()
- Constructor for class org.postgis.
MultiPoint
MultiPoint(Point[])
- Constructor for class org.postgis.
MultiPoint
MultiPoint(String)
- Constructor for class org.postgis.
MultiPoint
MultiPoint(String, boolean)
- Constructor for class org.postgis.
MultiPoint
MULTIPOLYGON
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for aggregate polygons.
MultiPolygon
- Class in
org.postgis
MultiPolygon()
- Constructor for class org.postgis.
MultiPolygon
MultiPolygon(Polygon[])
- Constructor for class org.postgis.
MultiPolygon
MultiPolygon(String)
- Constructor for class org.postgis.
MultiPolygon
MultiPolygon(String, boolean)
- Constructor for class org.postgis.
MultiPolygon
N
newInstance()
- Method in class org.postgis.
PGbox2d
newInstance()
- Method in class org.postgis.
PGbox3d
newInstance()
- Method in class org.postgis.
PGboxbase
We could have used this.getClass().newInstance() here, but this forces us dealing with InstantiationException and IllegalAccessException.
NUMBER
- Static variable in class org.postgis.binary.
ValueGetter.NDR
NUMBER
- Static variable in class org.postgis.binary.
ValueGetter.XDR
NUMBER
- Static variable in class org.postgis.binary.
ValueSetter.NDR
NUMBER
- Static variable in class org.postgis.binary.
ValueSetter.XDR
numGeoms()
- Method in class org.postgis.
ComposedGeom
numLines()
- Method in class org.postgis.
MultiLineString
numPoints()
- Method in class org.postgis.
ComposedGeom
numPoints()
- Method in class org.postgis.
Geometry
Return the number of Points of the geometry
numPoints()
- Method in class org.postgis.
Point
numPoints()
- Method in class org.postgis.
PointComposedGeom
optimized version
numPolygons()
- Method in class org.postgis.
MultiPolygon
numRings()
- Method in class org.postgis.
Polygon
O
ONLY10
- Static variable in class examples.
TestParser
org.postgis
- package org.postgis
org.postgis.binary
- package org.postgis.binary
org.postgis.java2d
- package org.postgis.java2d
outerWKT(StringBuffer, boolean)
- Method in class org.postgis.
Geometry
Render the WKT version of this Geometry (without SRID) into the given StringBuffer.
outerWKT(StringBuffer)
- Method in class org.postgis.
Geometry
P
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.
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
R
result()
- Method in class org.postgis.binary.
ByteSetter.BinaryByteSetter
result()
- Method in class org.postgis.binary.
ByteSetter.StringByteSetter
resultAsArray()
- Method in class org.postgis.binary.
ByteSetter.StringByteSetter
reverse()
- Method in class org.postgis.
LineString
REVISION
- Static variable in class org.postgis.
DriverWrapper
REVISION
- Static variable in class org.postgis.java2d.
Java2DWrapper
REVISIONAUTO
- Static variable in class org.postgis.
DriverWrapperAutoprobe
REVISIONLW
- Static variable in class org.postgis.
DriverWrapperLW
S
set(byte, int)
- Method in class org.postgis.binary.
ByteSetter.BinaryByteSetter
set(byte, int)
- Method in class org.postgis.binary.
ByteSetter
Set a byte.
set(byte, int)
- Method in class org.postgis.binary.
ByteSetter.StringByteSetter
setByte(byte)
- Method in class org.postgis.binary.
ValueSetter
Get a byte, should be equal for all endians
setDouble(double)
- Method in class org.postgis.binary.
ValueSetter
Get a double.
setGeometry(Geometry)
- Method in class org.postgis.
PGgeometry
setInt(int, int)
- Method in class org.postgis.binary.
ValueSetter.NDR
setInt(int)
- Method in class org.postgis.binary.
ValueSetter
setInt(int, int)
- Method in class org.postgis.binary.
ValueSetter
Get a 32-Bit integer
setInt(int, int)
- Method in class org.postgis.binary.
ValueSetter.XDR
setLong(long, int)
- Method in class org.postgis.binary.
ValueSetter.NDR
setLong(long)
- Method in class org.postgis.binary.
ValueSetter
setLong(long, int)
- Method in class org.postgis.binary.
ValueSetter
Get a long value.
setLong(long, int)
- Method in class org.postgis.binary.
ValueSetter.XDR
setM(double)
- Method in class org.postgis.
Point
setSrid(int)
- Method in class org.postgis.
ComposedGeom
setSrid(int)
- Method in class org.postgis.
Geometry
Recursively sets the srid on this geometry and all contained subgeometries
setValue(String)
- Method in class org.postgis.java2d.
PGShapeGeometry
Reads the HexWKB representation - to be called by the jdbc drivers.
setValue(String)
- Method in class org.postgis.
PGbox2d
setValue(String)
- Method in class org.postgis.
PGboxbase
setValue(String)
- Method in class org.postgis.
PGgeometry
setX(double)
- Method in class org.postgis.
Point
setX(int)
- Method in class org.postgis.
Point
setY(double)
- Method in class org.postgis.
Point
setY(int)
- Method in class org.postgis.
Point
setZ(double)
- Method in class org.postgis.
Point
setZ(int)
- Method in class org.postgis.
Point
SHAPEARRAY
- Static variable in class examples.
TestJava2d
ShapeBinaryParser
- Class in
org.postgis.java2d
Parse binary representation of geometries.
ShapeBinaryParser()
- Constructor for class org.postgis.java2d.
ShapeBinaryParser
splitSRID(String)
- Static method in class org.postgis.
PGgeometry
Splits a String at the first occurrence of border charachter.
SRID
- Static variable in class examples.
TestBoxes
The srid we use for the srid tests
SRID
- Static variable in class examples.
TestParser
The srid we use for the srid tests
srid
- Variable in class org.postgis.
Geometry
The spacial reference system id of this geometry, default (no srid) is -1
SRIDPREFIX
- Static variable in class examples.
TestBoxes
The string prefix we get for the srid tests
SRIDPREFIX
- Static variable in class examples.
TestParser
The string prefix we get for the srid tests
SRIDPREFIX
- Static variable in class org.postgis.
PGgeometry
The prefix that indicates SRID presence
subgeoms
- Variable in class org.postgis.
ComposedGeom
The Array containing the geometries This is only to be exposed by concrete subclasses, to retain type safety.
supportsEWKB(Connection)
- Static method in class org.postgis.
DriverWrapperAutoprobe
T
ta72
- Static variable in class org.postgis.
DriverWrapper
ta74
- Static variable in class org.postgis.
DriverWrapper
ta80
- Static variable in class org.postgis.
DriverWrapper
Test
- Class in
examples
Test()
- Constructor for class examples.
Test
test(String, PGobject, Connection[], boolean)
- Static method in class examples.
TestBoxes
The actual test method
test(String, Connection[], String)
- Static method in class examples.
TestParser
The actual test method
TestAutoregister
- Class in
examples
This test program tests whether the autoregistration of PostGIS data types within the pgjdbc driver was successful.
TestAutoregister()
- Constructor for class examples.
TestAutoregister
TestBoxes
- Class in
examples
TestBoxes()
- Constructor for class examples.
TestBoxes
TestJava2d
- Class in
examples
TestJava2d()
- Constructor for class examples.
TestJava2d
TestJava2d.EventHandler
- Class in
examples
TestJava2d.EventHandler()
- Constructor for class examples.
TestJava2d.EventHandler
TestJava2d.GisCanvas
- Class in
examples
TestJava2d.GisCanvas(Shape[])
- Constructor for class examples.
TestJava2d.GisCanvas
TestParser
- Class in
examples
TestParser()
- Constructor for class examples.
TestParser
TestServer
- Class in
examples
TestServer()
- Constructor for class examples.
TestServer
testset
- Static variable in class examples.
TestParser
Our set of geometries to test.
toString()
- Method in class org.postgis.binary.
ByteSetter.BinaryByteSetter
toString()
- Method in class org.postgis.binary.
ByteSetter.StringByteSetter
toString()
- Method in class org.postgis.binary.
ValueSetter
toString()
- Method in class org.postgis.
Geometry
toString()
- Method in class org.postgis.java2d.
PGShapeGeometry
toString()
- Method in class org.postgis.
PGboxbase
Unlike geometries, toString() does _not_ contain the srid, as server-side PostGIS cannot parse this.
toString()
- Method in class org.postgis.
PGgeometry
toString()
- Method in class org.postgis.
PGgeometryLW
type
- Variable in class org.postgis.
Geometry
The OGIS geometry type of this feature. this is final as it never changes, it is bound to the subclass of the instance.
typesAdder
- Variable in class org.postgis.
DriverWrapper
U
unhex(char)
- Static method in class org.postgis.binary.
ByteGetter.StringByteGetter
urt
- Variable in class org.postgis.
PGboxbase
The upper right top corner of the box.
useLW(Connection)
- Method in class org.postgis.
DriverWrapper
Do we have HexWKB as well known text representation - to be overridden by subclasses.
useLW(Connection)
- Method in class org.postgis.
DriverWrapperAutoprobe
useLW(Connection)
- Method in class org.postgis.
DriverWrapperLW
V
ValueGetter
- Class in
org.postgis.binary
ValueGetter(ByteGetter, byte)
- Constructor for class org.postgis.binary.
ValueGetter
ValueGetter.NDR
- Class in
org.postgis.binary
ValueGetter.NDR(ByteGetter)
- Constructor for class org.postgis.binary.
ValueGetter.NDR
ValueGetter.XDR
- Class in
org.postgis.binary
ValueGetter.XDR(ByteGetter)
- Constructor for class org.postgis.binary.
ValueGetter.XDR
valueGetterForEndian(ByteGetter)
- Static method in class org.postgis.binary.
BinaryParser
Get the appropriate ValueGetter for my endianness
valueGetterForEndian(ByteGetter)
- Static method in class org.postgis.java2d.
ShapeBinaryParser
Get the appropriate ValueGetter for my endianness
ValueSetter
- Class in
org.postgis.binary
ValueSetter(ByteSetter, byte)
- Constructor for class org.postgis.binary.
ValueSetter
ValueSetter.NDR
- Class in
org.postgis.binary
ValueSetter.NDR(ByteSetter)
- Constructor for class org.postgis.binary.
ValueSetter.NDR
ValueSetter.XDR
- Class in
org.postgis.binary
ValueSetter.XDR(ByteSetter)
- Constructor for class org.postgis.binary.
ValueSetter.XDR
valueSetterForEndian(ByteSetter, byte)
- Static method in class org.postgis.binary.
BinaryWriter
Get the appropriate ValueGetter for my endianness
Version
- Class in
org.postgis
Corresponds to the appropriate PostGIS that carried this source
Version()
- Constructor for class org.postgis.
Version
VersionPrinter
- Class in
examples
Prints out as much version information as available.
VersionPrinter()
- Constructor for class examples.
VersionPrinter
W
windowActivated(WindowEvent)
- Method in class examples.
TestJava2d.EventHandler
windowClosed(WindowEvent)
- Method in class examples.
TestJava2d.EventHandler
windowClosing(WindowEvent)
- Method in class examples.
TestJava2d.EventHandler
windowDeactivated(WindowEvent)
- Method in class examples.
TestJava2d.EventHandler
windowDeiconified(WindowEvent)
- Method in class examples.
TestJava2d.EventHandler
windowIconified(WindowEvent)
- Method in class examples.
TestJava2d.EventHandler
windowOpened(WindowEvent)
- Method in class examples.
TestJava2d.EventHandler
writeBinary(Geometry, byte)
- Method in class org.postgis.binary.
BinaryWriter
Write a binary encoded geometry.
writeBinary(Geometry)
- Method in class org.postgis.binary.
BinaryWriter
writeGeometry(Geometry, ValueSetter)
- Method in class org.postgis.binary.
BinaryWriter
Parse a geometry starting at offset.
writeHexed(Geometry, byte)
- Method in class org.postgis.binary.
BinaryWriter
Write a hex encoded geometry Is synchronized to protect offset counter.
writeHexed(Geometry)
- Method in class org.postgis.binary.
BinaryWriter
X
x
- Variable in class org.postgis.
Point
The X coordinate of the point.
Y
y
- Variable in class org.postgis.
Point
The Y coordinate of the point.
Z
z
- Variable in class org.postgis.
Point
The Z coordinate of the point.
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009. All Rights Reserved.