| Interface | Description |
|---|---|
| WktInsertOrUpdateGenerator |
| Class | Description |
|---|---|
| AbstractCreateSpatialIndexGenerator |
AbstractCreateSpatialIndexGenerator provides a minimal implementation of a
CreateSpatialIndexGenerator. |
| AbstractSpatialInsertGenerator |
Implementations of
AbstractSpatialInsertGenerator convert a Well-Known Text string
and EPSG SRID string to the database-specific geometry. |
| AbstractSpatialUpdateGenerator |
Implementations of
AbstractSpatialInsertGenerator convert a Well-Known Text string
and EPSG SRID string to the database-specific geometry. |
| AddGeometryColumnGeneratorGeoDB |
AddGeometryColumnGeneratorGeoDB is a SQL generator that
specializes in GeoDB. |
| CreateSpatialIndexGeneratorGeoDB |
CreateSpatialIndexGeneratorGeoDB generates the SQL for creating a spatial index in
Apache Derby and H2. |
| CreateSpatialIndexGeneratorMySQL |
CreateSpatialIndexGeneratorMySQL generates the SQL for creating a spatial index in
MySQL. |
| CreateSpatialIndexGeneratorOracle |
CreateSpatialIndexGeneratorOracle generates the SQL for creating a spatial index in
Oracle. |
| CreateSpatialIndexGeneratorPostgreSQL |
CreateSpatialIndexGeneratorMySQL generates the SQL for creating a spatial index in
MySQL. |
| CreateSpatialTableGeneratorGeoDB |
CreateSpatialTableGeneratorGeoDB augments the built-in CreateTableGenerator
by invoking the AddGeometryColumn procedure to add the standard metadata for a
geometry column. |
| DropGeometryColumnGeneratorGeoDB |
DropGeometryColumnGeneratorGeoDB is a DropColumnGenerator that specializes
in GeoDB. |
| DropSpatialIndexGeneratorGeoDB |
DropSpatialIndexGeneratorGeoDB ... |
| DropSpatialIndexGeneratorOracle |
DropSpatialIndexGeneratorOracle generates the SQL for cleaning up a spatial index in
Oracle. |
| DropSpatialTableGeneratorGeoDB |
DropSpatialTableGeneratorGeoDB generates the SQL statements for cleaning up any
indexes and geometry columns prior to dropping the table. |
| DropSpatialTableGeneratorOracle |
DropSpatialTableGeneratorOracle generates the SQL statement for cleaning up any
metadata prior to dropping the table. |
| OracleSpatialUtils |
OracleSpatialUtils provides utility methods for Oracle Spatial. |
| SpatialInsertGeneratorGeoDB |
The
SpatialInsertGeneratorH2 generates the SQL for INSERTing geometries
into Apache Derby and H2. |
| SpatialInsertGeneratorMySQL |
The
SpatialInsertGeneratorH2 generates the SQL for INSERTing geometries
into MySQL. |
| SpatialInsertGeneratorOracle |
The
SpatialInsertGeneratorOracle generates the SQL for INSERTing
geometries into Oracle. |
| SpatialUpdateGeneratorGeoDB |
SpatialUpdateGeneratorGeoDB generates the SQL for UPDATINGing
geometries in Apache Derby and H2. |
| SpatialUpdateGeneratorMySQL |
The
SpatialUpdateGeneratorMySQL generates the SQL for UPDATEing
geometries in MySQL. |
| SpatialUpdateGeneratorOracle |
The
SpatialUpdateGeneratorOracle generates the SQL for UPDATEing
geometries in Oracle. |
| WktConversionUtils |
Copyright © 2014–2015. All rights reserved.