Uses of Class
gistoolkit.datasources.SimpleDataSource

Packages that use SimpleDataSource
gistoolkit.datasources   
gistoolkit.datasources.db2spatialextender   
gistoolkit.datasources.imagefile   
gistoolkit.datasources.memory   
gistoolkit.datasources.mysql   
gistoolkit.datasources.oracle   
gistoolkit.datasources.postgis   
gistoolkit.datasources.seamless   
gistoolkit.datasources.shapefile   
gistoolkit.datasources.webservice   
proprietary.datasources.arcims   
proprietary.datasources.arcsde   
proprietary.datasources.ermapper   
 

Uses of SimpleDataSource in gistoolkit.datasources
 

Subclasses of SimpleDataSource in gistoolkit.datasources
 class SimpleDBDataSource
          Contains many convenience methods for building a data source based on a database.
 class SimpleJoinDataSource
          Super class for joining tabular information to shape information.
 class SimpleJoinDBDataSource
          Super class for join data sources that are connected to databases.
 

Uses of SimpleDataSource in gistoolkit.datasources.db2spatialextender
 

Subclasses of SimpleDataSource in gistoolkit.datasources.db2spatialextender
 class DB2JoinDataSource
          Class to join a DB2 Datatable to another data source.
 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 SimpleDataSource in gistoolkit.datasources.imagefile
 

Subclasses of SimpleDataSource in gistoolkit.datasources.imagefile
 class ImageDirectoryDataSource
          The idea is that there will be a directory on disk that will contain mayn Tif/tfw files.
 class ImageFileDataSource
          Provides the ability to display an image file as part of the map.
 class RasterCatalogDataSource
          The raster catalog is a way to split large georeferenced images into smaller "tiles", that can be more easilly handled.
 

Uses of SimpleDataSource in gistoolkit.datasources.memory
 

Subclasses of SimpleDataSource in gistoolkit.datasources.memory
 class MemoryDataSource
          This data source only exists in memory.
 

Uses of SimpleDataSource in gistoolkit.datasources.mysql
 

Subclasses of SimpleDataSource in gistoolkit.datasources.mysql
 class MySQLDataSource
          MySQL has recently added support for spatial objects within their databases.
 class MySQLJoinDataSource
          Class to join a MySQL Datatable to another data source.
 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 SimpleDataSource in gistoolkit.datasources.oracle
 

Subclasses of SimpleDataSource in gistoolkit.datasources.oracle
 class OracleDataSource
          Abstract class for handling information common to both the read only, and the updateable Oracle datasources.
 class OracleJoinDataSource
          Class to join a Oracle Datatable to another data source.
 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 SimpleDataSource in gistoolkit.datasources.postgis
 

Subclasses of SimpleDataSource 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 PostGISJoinDataSource
          Class to join a PostGIS Datatable to another data source.
 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 SimpleDataSource in gistoolkit.datasources.seamless
 

Subclasses of SimpleDataSource in gistoolkit.datasources.seamless
 class SeamlessDataSource
          Seamless data sources are just a way of indexing a lot of different shapes in an efficient way.
 

Uses of SimpleDataSource in gistoolkit.datasources.shapefile
 

Subclasses of SimpleDataSource in gistoolkit.datasources.shapefile
 class DbaseFileJoinDataSource
          A class to allow records from a dbase 3 file to be concatinated with the records from another data source.
 class ReadOnlyShapeFileDataSource
          Reads a single shape file.
 class ShapeFileDataSource
          A data source bassed on a shape file.
 

Uses of SimpleDataSource in gistoolkit.datasources.webservice
 

Subclasses of SimpleDataSource in gistoolkit.datasources.webservice
 class OGCWebServiceDataSource
          Data source for reading images from an OGC WebMapService.
 

Uses of SimpleDataSource in proprietary.datasources.arcims
 

Subclasses of SimpleDataSource in proprietary.datasources.arcims
 class ArcIMSDataSource
          Data source for reading images from an OGC WebMapService.
 

Uses of SimpleDataSource in proprietary.datasources.arcsde
 

Subclasses of SimpleDataSource in proprietary.datasources.arcsde
 class ArcSDEDataSource
          Retrieves data from an ArcSDEDataSource.
 class UpdateableArcSDEDataSource
          Retrieves data from an ArcSDEDataSource.
 

Uses of SimpleDataSource in proprietary.datasources.ermapper
 

Subclasses of SimpleDataSource in proprietary.datasources.ermapper
 class ERMapperDatasource
          Class to allow reading images using the ERMapper wavelet protocol.