org.geotools.data.geometryless |
|
Java Source File Name | Type | Comment |
BBOXDataStore.java | Class | An implementation of the GeoTools Data Store API for a generic non-spatial database platform. |
BBOXDataStoreFactory.java | Class | Creates a Geometryless JDBC based on the conection params.
This factory should be registered in the META-INF/ folder, under services/
in the DataStoreFactorySpi file.
REVISIT: I believe the use of the namespace param needs to be revisited. |
BBOXSQLBuilder.java | Class | |
ConnectionPoolFacade.java | Class | Creates ConnectionPool objects for a certain JDBC database instance. |
GeometrylessFeatureWriter.java | Class | 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.
This is because 4.1 sends geometric data in a different packet format than other
datatypes, and because of this the MySQL driver does not allow ResultSet objects
with geometric data to be updatable. |
GeometrylessSQLBuilder.java | Class | |
JDBCConnectionFactory.java | Class | Creates ConnectionPool objects for a certain JDBC database instance. |
JDBCDataStore.java | Class | An implementation of the GeoTools Data Store API for a generic non-spatial
database platform. |
JDBCDataStoreFactory.java | Class | Creates a Geometryless JDBC based on the conection params. |
JDBCDataStoreFactoryTest.java | Class | Test Params used by JDBCDataStoreFactory. |
JDBCDataStoreTest.java | Class | Test for Geometryless generic JDBC Data store. |
LocationsXYDataStore.java | Class | An implementation of the GeoTools Data Store API for a generic non-spatial
database platform. |
LocationsXYDataStoreFactory.java | Class | Creates a Geometryless JDBC based on the conection params.
This factory should be registered in the META-INF/ folder, under services/ in
the DataStoreFactorySpi file.
REVISIT: I believe the use of the namespace param needs to be revisited.
GeoServer is going to start making use of this, as the XML namespace that the
feature type should be created with. |
LocationsXYDataStoreTest.java | Class | Test for Geometryless generic JDBC Data store. |
LocationsXYSQLBuilder.java | Class | |
ServiceTest.java | Class | |