Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
B
- BinaryByteGetter(byte[]) - Constructor for class net.postgis.jdbc.geometry.binary.ByteGetter.BinaryByteGetter
- BinaryByteSetter(int) - Constructor for class net.postgis.jdbc.geometry.binary.ByteSetter.BinaryByteSetter
- BinaryParser - Class in net.postgis.jdbc.geometry.binary
-
Parse binary representation of geometries.
- BinaryParser() - Constructor for class net.postgis.jdbc.geometry.binary.BinaryParser
- BinaryWriter - Class in net.postgis.jdbc.geometry.binary
-
Create binary representation of geometries.
- BinaryWriter() - Constructor for class net.postgis.jdbc.geometry.binary.BinaryWriter
- ByteGetter - Class in net.postgis.jdbc.geometry.binary
- ByteGetter() - Constructor for class net.postgis.jdbc.geometry.binary.ByteGetter
- ByteGetter.BinaryByteGetter - Class in net.postgis.jdbc.geometry.binary
- ByteGetter.StringByteGetter - Class in net.postgis.jdbc.geometry.binary
- ByteSetter - Class in net.postgis.jdbc.geometry.binary
- ByteSetter() - Constructor for class net.postgis.jdbc.geometry.binary.ByteSetter
- ByteSetter.BinaryByteSetter - Class in net.postgis.jdbc.geometry.binary
- ByteSetter.StringByteSetter - Class in net.postgis.jdbc.geometry.binary
C
- checkConsistency() - Method in class net.postgis.jdbc.geometry.ComposedGeom
- checkConsistency() - Method in class net.postgis.jdbc.geometry.Geometry
-
Do some internal consistency checks on the geometry.
- checkConsistency() - Method in class net.postgis.jdbc.geometry.Point
- ComposedGeom - Class in net.postgis.jdbc.geometry
-
ComposedGeom - Abstract base class for all Geometries that are composed out of other Geometries.
- ComposedGeom(int) - Constructor for class net.postgis.jdbc.geometry.ComposedGeom
-
Constructs an instance with the specified type
- ComposedGeom(int, String, boolean) - Constructor for class net.postgis.jdbc.geometry.ComposedGeom
- ComposedGeom(int, Geometry[]) - Constructor for class net.postgis.jdbc.geometry.ComposedGeom
- concat(LineString) - Method in class net.postgis.jdbc.geometry.LineString
- createSubGeomArray(int) - Method in class net.postgis.jdbc.geometry.ComposedGeom
-
Return the appropriate instance of the sub-geometry array - this encapsulates subclass specific array instantiation
- createSubGeomArray(int) - Method in class net.postgis.jdbc.geometry.GeometryCollection
- createSubGeomArray(int) - Method in class net.postgis.jdbc.geometry.MultiLineString
- createSubGeomArray(int) - Method in class net.postgis.jdbc.geometry.MultiPolygon
- createSubGeomArray(int) - Method in class net.postgis.jdbc.geometry.PointComposedGeom
- createSubGeomArray(int) - Method in class net.postgis.jdbc.geometry.Polygon
- createSubGeomInstance(String, boolean) - Method in class net.postgis.jdbc.geometry.ComposedGeom
-
Return the appropriate instance of the sub-geometry - this encapsulates subclass specific constructor calls
- createSubGeomInstance(String, boolean) - Method in class net.postgis.jdbc.geometry.GeometryCollection
- createSubGeomInstance(String, boolean) - Method in class net.postgis.jdbc.geometry.MultiLineString
- createSubGeomInstance(String, boolean) - Method in class net.postgis.jdbc.geometry.MultiPolygon
- createSubGeomInstance(String, boolean) - Method in class net.postgis.jdbc.geometry.PointComposedGeom
- createSubGeomInstance(String, boolean) - Method in class net.postgis.jdbc.geometry.Polygon
- CUTINTS - Static variable in class net.postgis.jdbc.geometry.Point
D
- dimension - Variable in class net.postgis.jdbc.geometry.Geometry
-
The dimensionality of this feature (2,3)
- distance(Point) - Method in class net.postgis.jdbc.geometry.Point
- double_equals(double, double) - Static method in class net.postgis.jdbc.geometry.Point
E
- EMPTY - Static variable in class net.postgis.jdbc.geometry.ComposedGeom
- endian - Variable in class net.postgis.jdbc.geometry.binary.ValueGetter
- endian - Variable in class net.postgis.jdbc.geometry.binary.ValueSetter
- equals(Object) - Method in class net.postgis.jdbc.geometry.Geometry
-
java.lang.Object equals implementation
- equals(Geometry) - Method in class net.postgis.jdbc.geometry.Geometry
-
geometry specific equals implementation - only defined for non-null values
- equals(Point) - Method in class net.postgis.jdbc.geometry.Point
- equalsintern(Geometry) - Method in class net.postgis.jdbc.geometry.ComposedGeom
- equalsintern(Geometry) - Method in class net.postgis.jdbc.geometry.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 net.postgis.jdbc.geometry.Point
- estimateBytes(Geometry) - Method in class net.postgis.jdbc.geometry.binary.BinaryWriter
-
Estimate how much bytes a geometry will need in WKB.
G
- 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 - 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(String) - Constructor for class net.postgis.jdbc.geometry.GeometryCollection
- GeometryCollection(String, boolean) - Constructor for class net.postgis.jdbc.geometry.GeometryCollection
- GeometryCollection(Geometry[]) - Constructor for class net.postgis.jdbc.geometry.GeometryCollection
- GEOMETRYCOLLECTION - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for feature collections.
- 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() - Method in class net.postgis.jdbc.geometry.Geometry
-
Return the Type as String
- getTypeString(int) - Static method in class net.postgis.jdbc.geometry.Geometry
-
The Text representations of the geometry types
- 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
H
- hashCode() - Method in class net.postgis.jdbc.geometry.ComposedGeom
- hashCode() - Method in class net.postgis.jdbc.geometry.Geometry
-
java.lang.Object hashCode implementation
- hashCode() - Method in class net.postgis.jdbc.geometry.MultiLineString
- hashCode() - Method in class net.postgis.jdbc.geometry.Point
- hashCode(double) - Static method in class net.postgis.jdbc.geometry.Point
- haveMeasure - Variable in class net.postgis.jdbc.geometry.Geometry
-
Do we have a measure (4th dimension)
- hextypes - Static variable in class net.postgis.jdbc.geometry.binary.ByteSetter.StringByteSetter
I
- initSRID(String) - Method in class net.postgis.jdbc.geometry.Geometry
-
Splits the SRID=4711; part of a EWKT rep if present and sets the srid.
- innerWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.ComposedGeom
- innerWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.Geometry
-
Render the "inner" part of the WKT (inside the brackets) into the StringBuffer.
- innerWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.GeometryCollection
- innerWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.Point
- innerWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.PointComposedGeom
- isEmpty() - Method in class net.postgis.jdbc.geometry.ComposedGeom
- isMeasured() - Method in class net.postgis.jdbc.geometry.Geometry
-
Returns whether we have a measure
- iterator() - Method in class net.postgis.jdbc.geometry.ComposedGeom
L
- length() - Method in class net.postgis.jdbc.geometry.LineString
- length() - Method in class net.postgis.jdbc.geometry.MultiLineString
- LinearRing - Class in net.postgis.jdbc.geometry
-
This represents the LinearRing GIS datatype.
- LinearRing(String) - Constructor for class net.postgis.jdbc.geometry.LinearRing
-
This is called to construct a LinearRing from the PostGIS string representation of a ring.
- LinearRing(String, boolean) - Constructor for class net.postgis.jdbc.geometry.LinearRing
- LinearRing(Point[]) - Constructor for class net.postgis.jdbc.geometry.LinearRing
- LINEARRING - Static variable in class net.postgis.jdbc.geometry.Geometry
-
Fake type for linear ring
- LineString - Class in net.postgis.jdbc.geometry
- LineString() - Constructor for class net.postgis.jdbc.geometry.LineString
- LineString(String) - Constructor for class net.postgis.jdbc.geometry.LineString
- LineString(String, boolean) - Constructor for class net.postgis.jdbc.geometry.LineString
- LineString(Point[]) - Constructor for class net.postgis.jdbc.geometry.LineString
- LINESTRING - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for lines.
M
- m - Variable in class net.postgis.jdbc.geometry.Point
-
The measure of the point.
- mediumWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.ComposedGeom
- mediumWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.Geometry
-
Render the WKT without the type name, but including the brackets into the StringBuffer
- MultiLineString - Class in net.postgis.jdbc.geometry
- MultiLineString() - Constructor for class net.postgis.jdbc.geometry.MultiLineString
- MultiLineString(String) - Constructor for class net.postgis.jdbc.geometry.MultiLineString
- MultiLineString(String, boolean) - Constructor for class net.postgis.jdbc.geometry.MultiLineString
- MultiLineString(LineString[]) - Constructor for class net.postgis.jdbc.geometry.MultiLineString
- MULTILINESTRING - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for aggregate lines.
- MultiPoint - Class in net.postgis.jdbc.geometry
- MultiPoint() - Constructor for class net.postgis.jdbc.geometry.MultiPoint
- MultiPoint(String) - Constructor for class net.postgis.jdbc.geometry.MultiPoint
- MultiPoint(String, boolean) - Constructor for class net.postgis.jdbc.geometry.MultiPoint
- MultiPoint(Point[]) - Constructor for class net.postgis.jdbc.geometry.MultiPoint
- MULTIPOINT - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for aggregate points.
- MultiPolygon - Class in net.postgis.jdbc.geometry
- MultiPolygon() - Constructor for class net.postgis.jdbc.geometry.MultiPolygon
- MultiPolygon(String) - Constructor for class net.postgis.jdbc.geometry.MultiPolygon
- MultiPolygon(String, boolean) - Constructor for class net.postgis.jdbc.geometry.MultiPolygon
- MultiPolygon(Polygon[]) - Constructor for class net.postgis.jdbc.geometry.MultiPolygon
- MULTIPOLYGON - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for aggregate polygons.
N
- NDR(ByteGetter) - Constructor for class net.postgis.jdbc.geometry.binary.ValueGetter.NDR
- NDR(ByteSetter) - Constructor for class net.postgis.jdbc.geometry.binary.ValueSetter.NDR
- net.postgis.jdbc.geometry - package net.postgis.jdbc.geometry
- net.postgis.jdbc.geometry.binary - package net.postgis.jdbc.geometry.binary
- net.postgis.jdbc.geometry.util - package net.postgis.jdbc.geometry.util
-
Utility classes.
- NONEXISTENT_FUNCTION_ERROR_MESSAGE_CONTENT - Static variable in class net.postgis.jdbc.geometry.util.VersionUtil
-
The string to match when determining a function does not exist from the content of an error message.
- NUMBER - Static variable in class net.postgis.jdbc.geometry.binary.ValueGetter.NDR
- NUMBER - Static variable in class net.postgis.jdbc.geometry.binary.ValueGetter.XDR
- NUMBER - Static variable in class net.postgis.jdbc.geometry.binary.ValueSetter.NDR
- NUMBER - Static variable in class net.postgis.jdbc.geometry.binary.ValueSetter.XDR
- numGeoms() - Method in class net.postgis.jdbc.geometry.ComposedGeom
- numLines() - Method in class net.postgis.jdbc.geometry.MultiLineString
- numPoints() - Method in class net.postgis.jdbc.geometry.ComposedGeom
- numPoints() - Method in class net.postgis.jdbc.geometry.Geometry
-
Return the number of Points of the geometry
- numPoints() - Method in class net.postgis.jdbc.geometry.Point
- numPoints() - Method in class net.postgis.jdbc.geometry.PointComposedGeom
-
optimized version
- numPolygons() - Method in class net.postgis.jdbc.geometry.MultiPolygon
- numRings() - Method in class net.postgis.jdbc.geometry.Polygon
O
- outerWKT(StringBuffer) - Method in class net.postgis.jdbc.geometry.Geometry
- outerWKT(StringBuffer, boolean) - Method in class net.postgis.jdbc.geometry.Geometry
-
Render the WKT version of this Geometry (without SRID) into the given StringBuffer.
P
- parse(byte[]) - Method in class net.postgis.jdbc.geometry.binary.BinaryParser
-
Parse a binary encoded geometry.
- parse(String) - Method in class net.postgis.jdbc.geometry.binary.BinaryParser
-
Parse a hex encoded geometry Is synchronized to protect offset counter.
- parseGeometry(ValueGetter) - Method in class net.postgis.jdbc.geometry.binary.BinaryParser
-
Parse a geometry starting at offset.
- parseSRID(int) - Static method in class net.postgis.jdbc.geometry.Geometry
-
Parse a SRID value, anything
<= 0
is unknown - Point - Class in net.postgis.jdbc.geometry
- Point() - Constructor for class net.postgis.jdbc.geometry.Point
- Point(double, double) - Constructor for class net.postgis.jdbc.geometry.Point
-
Constructs a new Point
- Point(double, double, double) - Constructor for class net.postgis.jdbc.geometry.Point
-
Constructs a new Point
- Point(String) - Constructor for class net.postgis.jdbc.geometry.Point
-
Construct a Point from EWKT.
- Point(String, boolean) - Constructor for class net.postgis.jdbc.geometry.Point
-
Construct a Point
- POINT - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for points.
- PointComposedGeom - Class in net.postgis.jdbc.geometry
-
PointComposedGeom - base class for all composed geoms that contain only points.
- PointComposedGeom(int) - Constructor for class net.postgis.jdbc.geometry.PointComposedGeom
- PointComposedGeom(int, String) - Constructor for class net.postgis.jdbc.geometry.PointComposedGeom
- PointComposedGeom(int, String, boolean) - Constructor for class net.postgis.jdbc.geometry.PointComposedGeom
- PointComposedGeom(int, Point[]) - Constructor for class net.postgis.jdbc.geometry.PointComposedGeom
- Polygon - Class in net.postgis.jdbc.geometry
- Polygon() - Constructor for class net.postgis.jdbc.geometry.Polygon
- Polygon(String) - Constructor for class net.postgis.jdbc.geometry.Polygon
- Polygon(String, boolean) - Constructor for class net.postgis.jdbc.geometry.Polygon
- Polygon(LinearRing[]) - Constructor for class net.postgis.jdbc.geometry.Polygon
- POLYGON - Static variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type number for polygons.
- POSTGIS_FULL_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the full version and build configuration info of the PostGIS Server.
- POSTGIS_GDAL_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the GDAL library.
- POSTGIS_GEOS_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the GEOS library.
- POSTGIS_LIB_BUILD_DATE - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the build date of the PostGIS library.
- POSTGIS_LIB_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the PostGIS library.
- POSTGIS_LIBJSON_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the libjson library.
- POSTGIS_LIBXML_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the libxml library.
- POSTGIS_PROJ_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the Proj library.
- POSTGIS_RASTER_LIB_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the raster library.
- POSTGIS_SCRIPTS_BUILD_DATE - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the build date of the scripts.
- POSTGIS_SCRIPTS_INSTALLED - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the scripts installed in the database.
- POSTGIS_SCRIPTS_RELEASED - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the scripts released with the installed PostGIS library.
- POSTGIS_SERVER_VERSION_SEPERATOR - Static variable in class net.postgis.jdbc.geometry.util.VersionUtil
-
The token which separates version components within the PostGIS Server version.
- POSTGIS_SVN_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the Subversion version of the PostGIS Server.
- POSTGIS_VERSION - Enum constant in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
The function to return the version of the PostGIS Server.
R
- removeLeadingAndTrailingStrings(String, String, String) - Static method in class net.postgis.jdbc.geometry.GeometryTokenizer
- result() - Method in class net.postgis.jdbc.geometry.binary.ByteSetter.BinaryByteSetter
- result() - Method in class net.postgis.jdbc.geometry.binary.ByteSetter.StringByteSetter
- resultAsArray() - Method in class net.postgis.jdbc.geometry.binary.ByteSetter.StringByteSetter
- retrievePostGISServerMajorVersion(Connection) - Static method in class net.postgis.jdbc.geometry.util.VersionUtil
- retrievePostGISServerMinorVersion(Connection) - Static method in class net.postgis.jdbc.geometry.util.VersionUtil
- retrievePostGISServerVersion(Connection) - Static method in class net.postgis.jdbc.geometry.util.VersionUtil
- retrievePostGISServerVersionString(Connection) - Static method in class net.postgis.jdbc.geometry.util.VersionUtil
- reverse() - Method in class net.postgis.jdbc.geometry.LineString
S
- set(byte, int) - Method in class net.postgis.jdbc.geometry.binary.ByteSetter.BinaryByteSetter
- set(byte, int) - Method in class net.postgis.jdbc.geometry.binary.ByteSetter
-
Set a byte.
- set(byte, int) - Method in class net.postgis.jdbc.geometry.binary.ByteSetter.StringByteSetter
- setByte(byte) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter
-
Set a byte, should be equal for all endians
- setDouble(double) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter
-
Set a double.
- setInt(int) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter
- setInt(int, int) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter.NDR
- setInt(int, int) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter
-
Set a 32-Bit integer
- setInt(int, int) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter.XDR
- setLong(long) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter
- setLong(long, int) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter.NDR
- setLong(long, int) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter
-
Set a long value.
- setLong(long, int) - Method in class net.postgis.jdbc.geometry.binary.ValueSetter.XDR
- setM(double) - Method in class net.postgis.jdbc.geometry.Point
- setSrid(int) - Method in class net.postgis.jdbc.geometry.ComposedGeom
- setSrid(int) - Method in class net.postgis.jdbc.geometry.Geometry
-
Recursively sets the srid on this geometry and all contained subgeometries
- setX(double) - Method in class net.postgis.jdbc.geometry.Point
- setX(int) - Method in class net.postgis.jdbc.geometry.Point
- setY(double) - Method in class net.postgis.jdbc.geometry.Point
- setY(int) - Method in class net.postgis.jdbc.geometry.Point
- setZ(double) - Method in class net.postgis.jdbc.geometry.Point
- setZ(int) - Method in class net.postgis.jdbc.geometry.Point
- splitSRID(String) - Static method in class net.postgis.jdbc.geometry.GeometryBuilder
-
Splits a String at the first occurrence of border character.
- srid - Variable in class net.postgis.jdbc.geometry.Geometry
-
The spacial reference system id of this geometry, default is no srid
- SRIDPREFIX - Static variable in class net.postgis.jdbc.geometry.GeometryBuilder
-
The prefix that indicates SRID presence
- StringByteGetter(String) - Constructor for class net.postgis.jdbc.geometry.binary.ByteGetter.StringByteGetter
- StringByteSetter(int) - Constructor for class net.postgis.jdbc.geometry.binary.ByteSetter.StringByteSetter
- subgeoms - Variable in class net.postgis.jdbc.geometry.ComposedGeom
-
The Array containing the geometries This is only to be exposed by concrete subclasses, to retain type safety.
T
- tokenize(String, char) - Static method in class net.postgis.jdbc.geometry.GeometryTokenizer
- toString() - Method in class net.postgis.jdbc.geometry.binary.ByteSetter.BinaryByteSetter
- toString() - Method in class net.postgis.jdbc.geometry.binary.ByteSetter.StringByteSetter
- toString() - Method in class net.postgis.jdbc.geometry.binary.ValueSetter
- toString() - Method in class net.postgis.jdbc.geometry.Geometry
- type - Variable in class net.postgis.jdbc.geometry.Geometry
-
The OGIS geometry type of this feature.
U
- unhex(char) - Static method in class net.postgis.jdbc.geometry.binary.ByteGetter.StringByteGetter
- UNKNOWN_SRID - Static variable in class net.postgis.jdbc.geometry.Geometry
-
Official UNKNOWN srid value
V
- ValueGetter - Class in net.postgis.jdbc.geometry.binary
- ValueGetter(ByteGetter, byte) - Constructor for class net.postgis.jdbc.geometry.binary.ValueGetter
- ValueGetter.NDR - Class in net.postgis.jdbc.geometry.binary
- ValueGetter.XDR - Class in net.postgis.jdbc.geometry.binary
- valueGetterForEndian(ByteGetter) - Static method in class net.postgis.jdbc.geometry.binary.BinaryParser
-
Get the appropriate ValueGetter for my endianness
- valueOf(String) - Static method in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.postgis.jdbc.geometry.util.VersionFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValueSetter - Class in net.postgis.jdbc.geometry.binary
- ValueSetter(ByteSetter, byte) - Constructor for class net.postgis.jdbc.geometry.binary.ValueSetter
- ValueSetter.NDR - Class in net.postgis.jdbc.geometry.binary
- ValueSetter.XDR - Class in net.postgis.jdbc.geometry.binary
- valueSetterForEndian(ByteSetter, byte) - Static method in class net.postgis.jdbc.geometry.binary.BinaryWriter
-
Get the appropriate ValueGetter for my endianness
- VersionFunctions - Enum in net.postgis.jdbc.geometry.util
-
An enumeration of existing version functions.
- VersionUtil - Class in net.postgis.jdbc.geometry.util
-
Utility for working with PostGIS Server version.
- VersionUtil() - Constructor for class net.postgis.jdbc.geometry.util.VersionUtil
W
- writeBinary(Geometry) - Method in class net.postgis.jdbc.geometry.binary.BinaryWriter
- writeBinary(Geometry, byte) - Method in class net.postgis.jdbc.geometry.binary.BinaryWriter
-
Write a binary encoded geometry.
- writeGeometry(Geometry, ValueSetter) - Method in class net.postgis.jdbc.geometry.binary.BinaryWriter
-
Parse a geometry starting at offset.
- writeHexed(Geometry) - Method in class net.postgis.jdbc.geometry.binary.BinaryWriter
- writeHexed(Geometry, byte) - Method in class net.postgis.jdbc.geometry.binary.BinaryWriter
-
Write a hex encoded geometry Is synchronized to protect offset counter.
X
- x - Variable in class net.postgis.jdbc.geometry.Point
-
The X coordinate of the point.
- XDR(ByteGetter) - Constructor for class net.postgis.jdbc.geometry.binary.ValueGetter.XDR
- XDR(ByteSetter) - Constructor for class net.postgis.jdbc.geometry.binary.ValueSetter.XDR
Y
Z
A B C D E G H I L M N O P R S T U V W X Y ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form