B C D E F G I M S T U

B

bbox() - Method in class geodb.GeoString
 
bbox(int) - Method in class geodb.GeoString
 
Box - Class in geodb
 
Box(double...) - Constructor for class geodb.Box
 

C

CheckSum() - Static method in class geodb.GeoDB
Returns the internal version of the GeoH2 bindings in order to track upgrades.
CreateSpatialIndex(Connection, String, String, String, String) - Static method in class geodb.GeoDB
 
CreateSpatialIndex_GeoHash(Connection, String, String, String) - Static method in class geodb.GeoDB
 

D

DropSpatialIndex(Connection, String, String) - Static method in class geodb.GeoDB
 

E

EnvelopeAsText(byte[]) - Static method in class geodb.GeoDB
Returns the envelope of a geometry as text.
envFromWKB(byte[]) - Static method in class geodb.GeoDB
 
envToWKB(Envelope) - Static method in class geodb.GeoDB
 
envToWKB(double, double, double, double) - Static method in class geodb.GeoDB
 
envToWKB(Envelope, byte[], int) - Static method in class geodb.GeoDB
 
envToWKB(double, double, double, double, byte[], int) - Static method in class geodb.GeoDB
 

F

fire(Connection, Object[], Object[]) - Method in class geodb.GeoHashTrigger
 

G

geodb - package geodb
 
GeoDB - Class in geodb
 
GeoDB() - Constructor for class geodb.GeoDB
 
GeoHash - Class in geodb
 
GeoHash() - Constructor for class geodb.GeoHash
 
geohash(double, double, double, double) - Static method in class geodb.GeoHash
 
GeoHashTrigger - Class in geodb
An H2 trigger which keeps a geometric column in sync with its geohash.
GeoHashTrigger() - Constructor for class geodb.GeoHashTrigger
 
GeometryType(byte[]) - Static method in class geodb.GeoDB
Returns the type of the geometry as a string.
GeoString - Class in geodb
 
GeoString(double, double) - Constructor for class geodb.GeoString
 
GeoString(double, double, Box) - Constructor for class geodb.GeoString
 
GeoString(double, double, int) - Constructor for class geodb.GeoString
 
GeoString(double, double, Box, int) - Constructor for class geodb.GeoString
 
GeoString(String) - Constructor for class geodb.GeoString
 
GeoString(String, Box) - Constructor for class geodb.GeoString
 
GeoString(String, int) - Constructor for class geodb.GeoString
 
GeoString(String, Box, int) - Constructor for class geodb.GeoString
 
GeoToolsVersion() - Static method in class geodb.GeoDB
Returns the current GeoH2 version.
GetSRID(Connection, String, String) - Static method in class geodb.GeoDB
 
gFromEWKB(byte[]) - Static method in class geodb.GeoDB
 
gFromEWKB(byte[], WKBReader) - Static method in class geodb.GeoDB
 
gFromEWKT(String) - Static method in class geodb.GeoDB
 
gFromWKB(byte[]) - Static method in class geodb.GeoDB
 
gFromWKB(byte[], WKBReader) - Static method in class geodb.GeoDB
 
gFromWKT(String, int) - Static method in class geodb.GeoDB
 
gToEWKB(Geometry) - Static method in class geodb.GeoDB
 
gToEWKT(Geometry) - Static method in class geodb.GeoDB
 
gToWKB(Geometry) - Static method in class geodb.GeoDB
 
gToWKT(Geometry) - Static method in class geodb.GeoDB
 

I

init(Connection, String, String, String, boolean, int) - Method in class geodb.GeoHashTrigger
 
InitGeoDB(Connection) - Static method in class geodb.GeoDB
 

M

main(String[]) - Static method in class geodb.GeoString
 

S

ST_Area(byte[]) - Static method in class geodb.GeoDB
Returns the area of the geometry if it is a polygon or multi-polygon.
ST_AsEWKB(byte[]) - Static method in class geodb.GeoDB
Return the Well-Known Binary (WKB) representation of the geometry with SRID meta data.
ST_AsEWKT(byte[]) - Static method in class geodb.GeoDB
Return the Well-Known Text (WKT) representation of the geometry with SRID meta data.
ST_AsHexEWKB(byte[]) - Static method in class geodb.GeoDB
Returns a Geometry in HEXEWKB format (as text).
ST_AsText(byte[]) - Static method in class geodb.GeoDB
Return the Well-Known Text (WKT) representation of the geometry without SRID metadata.
ST_BBox(byte[], byte[]) - Static method in class geodb.GeoDB
Returns true if two bounding boxes (specified as either geometries or boxes) intersect.
ST_Buffer(byte[], double) - Static method in class geodb.GeoDB
Returns a geometry that represents all points whose distance from this Geometry is less than or equal to distance.
ST_Centroid(byte[]) - Static method in class geodb.GeoDB
Returns the geometric center of a geometry.
ST_Contains(byte[], byte[]) - Static method in class geodb.GeoDB
Returns true if and only if no points of B lie in the exterior of A, and at least one point of the interior of B lies in the interior of A.
ST_Crosses(byte[], byte[]) - Static method in class geodb.GeoDB
Returns TRUE if the supplied geometries have some, but not all, interior points in common.
ST_Disjoint(byte[], byte[]) - Static method in class geodb.GeoDB
Returns TRUE if the Geometries do not "spatially intersect" - if they do not share any space together.
ST_DWithin(byte[], byte[], double) - Static method in class geodb.GeoDB
Returns true if the geometries are within the specified distance of one another
ST_Envelope(byte[]) - Static method in class geodb.GeoDB
Returns a geometry representing the bounding box of the supplied geometry.
ST_Equals(byte[], byte[]) - Static method in class geodb.GeoDB
Returns true if the given geometries represent the same geometry.
ST_GeoHash(byte[]) - Static method in class geodb.GeoDB
Return a GeoHash representation (geohash.org) of the geometry.
ST_GeomFromEWKB(byte[]) - Static method in class geodb.GeoDB
Return a specified ST_Geometry value from Extended Well-Known Binary representation (EWKB).
ST_GeomFromEWKT(String) - Static method in class geodb.GeoDB
Return a specified ST_Geometry value from Extended Well-Known Text representation (EWKT).
ST_GeomFromText(String, int) - Static method in class geodb.GeoDB
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
ST_GeomFromWKB(byte[], int) - Static method in class geodb.GeoDB
Creates a geometry instance from a Well-Known Binary geometry representation (WKB) and optional SRID.
ST_Intersects(byte[], byte[]) - Static method in class geodb.GeoDB
Returns TRUE if the Geometries "spatially intersect" - (share any portion of space) and FALSE if they don't (they are Disjoint).
ST_IsEmpty(byte[]) - Static method in class geodb.GeoDB
Returns true if this Geometry is an empty geometry .
ST_IsSimple(byte[]) - Static method in class geodb.GeoDB
Returns (TRUE) if this Geometry has no anomalous geometric points, such as self intersection or self tangency.
ST_IsValid(byte[]) - Static method in class geodb.GeoDB
Returns true if the ST_Geometry is well formed.
ST_MakeBox2D(byte[], byte[]) - Static method in class geodb.GeoDB
Creates a BOX2D defined by the given point geometries.
ST_MakeBox2D(double, double, double, double) - Static method in class geodb.GeoDB
 
ST_Overlaps(byte[], byte[]) - Static method in class geodb.GeoDB
Returns TRUE if the Geometries share space, are of the same dimension, but are not completely contained by each other.
ST_SetSRID(byte[], int) - Static method in class geodb.GeoDB
Sets the SRID on a geometry to a particular integer value.
ST_Simplify(byte[], double) - Static method in class geodb.GeoDB
Returns a "simplified" version of the given geometry using the Douglas-Peuker algorithm.
ST_SRID(byte[]) - Static method in class geodb.GeoDB
Returns the spatial reference identifier for the ST_Geometry.
ST_Touches(byte[], byte[]) - Static method in class geodb.GeoDB
Returns TRUE if the geometries have at least one point in common, but their interiors do not intersect.
ST_Within(byte[], byte[]) - Static method in class geodb.GeoDB
Returns true if the geometry A is completely inside geometry B

T

toString() - Method in class geodb.Box
 
toString() - Method in class geodb.GeoString
 

U

union(GeoString) - Method in class geodb.GeoString
 

B C D E F G I M S T U

Copyright © 2010. All Rights Reserved.