|
Class Summary |
| BBOXDataStore |
An implementation of the GeoTools Data Store API for a generic non-spatial database platform.
|
| BBOXDataStoreFactory |
Creates a Geometryless JDBC based on the conection params.
|
| BBOXSQLBuilder |
A an extension of DefaultSQLBuilder, which supports point geometries that
are specified with x,y columns |
| ConnectionPoolFacade |
Creates ConnectionPool objects for a certain JDBC database instance. |
| GeometrylessFeatureWriter |
Feature writer handling specific geometric function from MySQL 4.1
TODO This ought to handle MySQL 4.1's geometric datatypes, but it does not work.
|
| GeometrylessSQLBuilder |
A Geometryless-specific instance of DefaultSQLBuilder, which supports geometries created form standard data types |
| JDBCConnectionFactory |
Creates ConnectionPool objects for a certain JDBC database instance. |
| JDBCDataStore |
An implementation of the GeoTools Data Store API for a generic non-spatial database platform.
|
| JDBCDataStoreFactory |
Creates a Geometryless JDBC based on the conection params.
|
| LocationsXYDataStore |
An implementation of the GeoTools Data Store API for a generic non-spatial database platform.
|
| LocationsXYDataStoreFactory |
Creates a Geometryless JDBC based on the conection params.
|
| LocationsXYSQLBuilder |
A an extension of DefaultSQLBuilder, which supports point geometries that
are specified with x,y columns |
| MysqlGeomColumn |
MysqlGeoColumn is used by MysqlDataSource to query its specific geometric
information. |