Skip navigation links
A B C D E F G H I 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.
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.
addGISTypes72(PGConnection) - 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
 
ALLTYPES - Static variable in class org.postgis.Geometry
 

B

BinaryByteGetter(byte[]) - Constructor for class org.postgis.binary.ByteGetter.BinaryByteGetter
 
BinaryByteSetter(int) - Constructor for class org.postgis.binary.ByteSetter.BinaryByteSetter
 
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
 
ByteGetter - Class in org.postgis.binary
 
ByteGetter() - Constructor for class org.postgis.binary.ByteGetter
 
ByteGetter.BinaryByteGetter - Class in org.postgis.binary
 
ByteGetter.StringByteGetter - Class in org.postgis.binary
 
ByteSetter - Class in org.postgis.binary
 
ByteSetter() - Constructor for class org.postgis.binary.ByteSetter
 
ByteSetter.BinaryByteSetter - Class in org.postgis.binary
 
ByteSetter.StringByteSetter - Class in org.postgis.binary
 

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
Constructs an instance with the specified type
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, Properties) - Method in class org.postgis.DriverWrapper
Creates a postgresql connection, and then adds the PostGIS data types to it calling addpgtypes()
createSubGeomArray(int) - Method in class org.postgis.ComposedGeom
Return the appropriate instance of the sub-geometry 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 sub-geometry - 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
 
double_equals(double, double) - Static 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.TypesAdder72 - Class in org.postgis
addGISTypes for V7.2 pgjdbc
DriverWrapper.TypesAdder74 - Class in org.postgis
addGISTypes for V7.3 and V7.4 pgjdbc
DriverWrapper.TypesAdder80 - Class in org.postgis
addGISTypes for V8.0 (and hopefully newer) pgjdbc
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
 
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.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 != null and other is the same subclass.
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

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
 
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
 

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
 
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
 

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.
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.TestAutoregister
 
MAJOR - Static variable in class org.postgis.Version
The major version
mangleURL(String) - Method in class org.postgis.DriverWrapper
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

NDR(ByteGetter) - Constructor for class org.postgis.binary.ValueGetter.NDR
 
NDR(ByteSetter) - Constructor for class org.postgis.binary.ValueSetter.NDR
 
newInstance() - Method in class org.postgis.PGbox2d
 
newInstance() - Method in class org.postgis.PGbox3d
 
newInstance() - Method in class org.postgis.PGboxbase
Obtain a new instance of a 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

org.postgis - package org.postgis
 
org.postgis.binary - package org.postgis.binary
 
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

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.
parseGeometry(ValueGetter) - Method in class org.postgis.binary.BinaryParser
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
 
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
 
POSTGRES_PROTOCOL - Static variable in class org.postgis.DriverWrapper
 

R

removeLeadingAndTrailingStrings(String, String, String) - Static method in class org.postgis.GeometryTokenizer
 
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
 
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
Set a byte, should be equal for all endians
setDouble(double) - Method in class org.postgis.binary.ValueSetter
Set 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
Set 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
Set 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.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
 
splitSRID(String) - Static method in class org.postgis.PGgeometry
Splits a String at the first occurrence of border character.
srid - Variable in class org.postgis.Geometry
The spacial reference system id of this geometry, default is no srid
SRIDPREFIX - Static variable in class org.postgis.PGgeometry
The prefix that indicates SRID presence
StringByteGetter(String) - Constructor for class org.postgis.binary.ByteGetter.StringByteGetter
 
StringByteSetter(int) - Constructor for class org.postgis.binary.ByteSetter.StringByteSetter
 
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
 
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
 
tokenize(String, char) - Static method in class org.postgis.GeometryTokenizer
 
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.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.
typesAdder - Variable in class org.postgis.DriverWrapper
 
TypesAdder() - Constructor for class org.postgis.DriverWrapper.TypesAdder
 
TypesAdder72() - Constructor for class org.postgis.DriverWrapper.TypesAdder72
 
TypesAdder74() - Constructor for class org.postgis.DriverWrapper.TypesAdder74
 
TypesAdder80() - Constructor for class org.postgis.DriverWrapper.TypesAdder80
 

U

unhex(char) - Static method in class org.postgis.binary.ByteGetter.StringByteGetter
 
UNKNOWN_SRID - Static variable in class org.postgis.Geometry
Official UNKNOWN srid value
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.XDR - Class in org.postgis.binary
 
valueGetterForEndian(ByteGetter) - Static method in class org.postgis.binary.BinaryParser
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.XDR - Class in org.postgis.binary
 
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
 
VERSION - Static variable in class org.postgis.Version
 

W

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.
XDR(ByteGetter) - Constructor for class org.postgis.binary.ValueGetter.XDR
 
XDR(ByteSetter) - Constructor for class org.postgis.binary.ValueSetter.XDR
 

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 L M N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2018. All rights reserved.