|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleDBDataSource | |
gistoolkit.datasources.db2spatialextender | |
gistoolkit.datasources.mysql | |
gistoolkit.datasources.oracle | |
gistoolkit.datasources.postgis | |
proprietary.datasources.arcsde |
Uses of SimpleDBDataSource in gistoolkit.datasources.db2spatialextender |
Subclasses of SimpleDBDataSource in gistoolkit.datasources.db2spatialextender | |
class |
ReadOnlySpatialExtenderDataSource
Allows connections to a DB2 Database given an arbitrary SQL String. |
class |
SpatialExtenderDataSource
Super class for the Spatial Extender DataSources. |
class |
UpdateableSpatialExtenderDataSource
Allowing joins in a map is very powerfull, but it gets into some very harry issues when it comes to updating, deleting, and otherwise modifying the base data. |
Uses of SimpleDBDataSource in gistoolkit.datasources.mysql |
Subclasses of SimpleDBDataSource in gistoolkit.datasources.mysql | |
class |
MySQLDataSource
MySQL has recently added support for spatial objects within their databases. |
class |
ReadOnlyMySQLDataSource
Allows for any sql query to be sent to the database, and returns the data set. |
class |
UpdateableMySQLDataSource
Reads the shapes from a single table. |
Uses of SimpleDBDataSource in gistoolkit.datasources.oracle |
Subclasses of SimpleDBDataSource in gistoolkit.datasources.oracle | |
class |
OracleDataSource
Abstract class for handling information common to both the read only, and the updateable Oracle datasources. |
class |
ReadOnlyOracleDataSource
Class used to allow selects from an oracle database. |
class |
UpdateableOracleDataSource
Class used to allow selects as well as inserts, updates and deletes from an oracle table. |
Uses of SimpleDBDataSource in gistoolkit.datasources.postgis |
Subclasses of SimpleDBDataSource in gistoolkit.datasources.postgis | |
class |
PostGISDataSource
PostGIS is an extension to the PostgreSQL object-relational database system which allows GIS (Geographic Information Systems) objects to be stored in the database. |
class |
ReadOnlyPostGISDataSource
Allows for any sql query to be sent to the database, and returns the data set. |
class |
UpdateablePostGISDataSource
Reads the shapes from a single table. |
Uses of SimpleDBDataSource in proprietary.datasources.arcsde |
Subclasses of SimpleDBDataSource in proprietary.datasources.arcsde | |
class |
ArcSDEDataSource
Retrieves data from an ArcSDEDataSource. |
class |
UpdateableArcSDEDataSource
Retrieves data from an ArcSDEDataSource. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |