Uses of Interface
gistoolkit.datasources.DataSource

Packages that use DataSource
gistoolkit.application.layers   
gistoolkit.application.layers.joindatasource   
gistoolkit.application.layers.layerpanel   
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.terraserver   
gistoolkit.datasources.webservice   
gistoolkit.display   
gistoolkit.server   
gistoolkit.server.mapservice.adminextender   
gistoolkit.server.mapservice.adminextender.datasourcehandlers   
proprietary.datasources.arcims   
proprietary.datasources.arcsde   
proprietary.datasources.ermapper   
 

Uses of DataSource in gistoolkit.application.layers
 

Methods in gistoolkit.application.layers that return DataSource
 DataSource DataSourcePanel.getDataSource()
          Return the fully configured datasource.
 DataSource LayerPanel.getDataSource()
          returns the datasource created when the OK button was pressed.
 

Uses of DataSource in gistoolkit.application.layers.joindatasource
 

Methods in gistoolkit.application.layers.joindatasource with parameters of type DataSource
 DB2JoinDataSource DB2JoinDialog.getJoinDataSource(DataSource inSourceDataSource)
          Return a fully configured DB2 Join Datasource.
 DbaseFileJoinDataSource DbaseFileJoinDialog.getJoinDataSource(DataSource inSourceDataSource)
          Return a fully configured DbaseFile Join Datasource.
 MySQLJoinDataSource MySQLJoinDialog.getJoinDataSource(DataSource inSourceDataSource)
          Return a fully configured MySQLQuery Join Datasource.
 OracleJoinDataSource OracleJoinDialog.getJoinDataSource(DataSource inSourceDataSource)
          Return a fully configured MySQLQuery Join Datasource.
 PostGISJoinDataSource PostGISJoinDialog.getJoinDataSource(DataSource inSourceDataSource)
          Return a fully configured PostGIS Join Datasource.
 

Uses of DataSource in gistoolkit.application.layers.layerpanel
 

Methods in gistoolkit.application.layers.layerpanel that return DataSource
 DataSource ImageDirectoryDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource ImageFileDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource OGCWebServiceDataSourcePanel.getDataSource()
          Return the fully configured datasource.
 DataSource RasterCatalogDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource ReadOnlyMySQLDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource ReadOnlyOracleDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource ReadOnlyPostGISDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource ReadOnlyShapeFileDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource ReadOnlySpatialExtenderDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource SeamlessDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource ShapeFileDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource TerraserverDataSourcePanel.getDataSource()
          Return the fully configured datasource.
 DataSource UpdateableMySQLDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource UpdateableOracleDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource UpdateablePostGISDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 DataSource UpdateableSpatialExtenderDataSourcePanel.getDataSource()
          Returns the fully configured datasource.
 

Uses of DataSource in gistoolkit.datasources
 

Subinterfaces of DataSource in gistoolkit.datasources
 interface RasterDatasource
          Rastor data sources tend to need to know what the pixel resolution of the resulting image should be.
 

Classes in gistoolkit.datasources that implement DataSource
 class SimpleDataSource
          The SimpleDataSource implements the DataSource, and implements some of the more tedious methods of it.
 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.
 

Methods in gistoolkit.datasources that return DataSource
 DataSource SimpleJoinDataSource.getJoinDataSource()
          Retrieve the joined datasource.
 

Constructors in gistoolkit.datasources with parameters of type DataSource
SimpleJoinDBDataSource(DataSource inSourceDataSource)
          Create a new DB2JoinDataSource with this data source as the source node.
SimpleJoinDataSource(DataSource inSourceDataSource)
          Create a new DB2JoinDataSource with this data source as the source node.
 

Uses of DataSource in gistoolkit.datasources.db2spatialextender
 

Classes in gistoolkit.datasources.db2spatialextender that implement DataSource
 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.
 

Constructors in gistoolkit.datasources.db2spatialextender with parameters of type DataSource
DB2JoinDataSource(DataSource inSourceDataSource)
          Create a new DB2JoinDataSource with this data source as the source node.
 

Uses of DataSource in gistoolkit.datasources.imagefile
 

Classes in gistoolkit.datasources.imagefile that implement DataSource
 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 DataSource in gistoolkit.datasources.memory
 

Classes in gistoolkit.datasources.memory that implement DataSource
 class MemoryDataSource
          This data source only exists in memory.
 

Uses of DataSource in gistoolkit.datasources.mysql
 

Classes in gistoolkit.datasources.mysql that implement DataSource
 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.
 

Constructors in gistoolkit.datasources.mysql with parameters of type DataSource
MySQLJoinDataSource(DataSource inSourceDataSource)
          Create a new MySQLJoinDataSource with this data source as the source node.
 

Uses of DataSource in gistoolkit.datasources.oracle
 

Classes in gistoolkit.datasources.oracle that implement DataSource
 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.
 

Constructors in gistoolkit.datasources.oracle with parameters of type DataSource
OracleJoinDataSource(DataSource inSourceDataSource)
          Create a new DB2JoinDataSource with this data source as the source node.
 

Uses of DataSource in gistoolkit.datasources.postgis
 

Classes in gistoolkit.datasources.postgis that implement DataSource
 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.
 

Constructors in gistoolkit.datasources.postgis with parameters of type DataSource
PostGISJoinDataSource(DataSource inSourceDataSource)
          Create a new DB2JoinDataSource with this data source as the source node.
 

Uses of DataSource in gistoolkit.datasources.seamless
 

Classes in gistoolkit.datasources.seamless that implement DataSource
 class SeamlessDataSource
          Seamless data sources are just a way of indexing a lot of different shapes in an efficient way.
 

Uses of DataSource in gistoolkit.datasources.shapefile
 

Classes in gistoolkit.datasources.shapefile that implement DataSource
 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.
 

Constructors in gistoolkit.datasources.shapefile with parameters of type DataSource
DbaseFileJoinDataSource(DataSource inSourceDataSource)
          Create a new DB2JoinDataSource with this data source as the source node.
 

Uses of DataSource in gistoolkit.datasources.terraserver
 

Classes in gistoolkit.datasources.terraserver that implement DataSource
 class TerraserverDataSource
          Allows the retrieval of image data from terraserver.
 

Uses of DataSource in gistoolkit.datasources.webservice
 

Classes in gistoolkit.datasources.webservice that implement DataSource
 class OGCWebServiceDataSource
          Data source for reading images from an OGC WebMapService.
 

Uses of DataSource in gistoolkit.display
 

Methods in gistoolkit.display that return DataSource
 DataSource Layer.getDataSource()
          Retrieve the data source from the layer
 

Methods in gistoolkit.display with parameters of type DataSource
 void Layer.setDataSource(DataSource inDataSource)
          Set the data source for the layer
 

Constructors in gistoolkit.display with parameters of type DataSource
Layer(DataSource inDataSource)
          Create the layer with a new datasource.
 

Uses of DataSource in gistoolkit.server
 

Methods in gistoolkit.server that return DataSource
 DataSource LayerDefinition.getDataSource()
          Get the data source to use with this layer definition.
 

Methods in gistoolkit.server with parameters of type DataSource
 void LayerDefinition.setDataSource(DataSource inDataSource)
          Set the data source to use with this layer definition.
 

Uses of DataSource in gistoolkit.server.mapservice.adminextender
 

Methods in gistoolkit.server.mapservice.adminextender that return DataSource
static DataSource DatasourceHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Return the fully configured datasource for this particular data source type.
 

Uses of DataSource in gistoolkit.server.mapservice.adminextender.datasourcehandlers
 

Methods in gistoolkit.server.mapservice.adminextender.datasourcehandlers that return DataSource
static DataSource DB2SpatialHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource ERMapperHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource ImageDirectoryHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource ImageFileHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource MySQLHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource OracleHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource PostGISHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource RasterCatalogHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource SeamlessHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource ShapeFileHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static DataSource TerraserverHandler.getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
 

Uses of DataSource in proprietary.datasources.arcims
 

Classes in proprietary.datasources.arcims that implement DataSource
 class ArcIMSDataSource
          Data source for reading images from an OGC WebMapService.
 

Methods in proprietary.datasources.arcims that return DataSource
 DataSource ArcIMSDataSourcePanel.getDataSource()
          Return the fully configured datasource.
 

Uses of DataSource in proprietary.datasources.arcsde
 

Classes in proprietary.datasources.arcsde that implement DataSource
 class ArcSDEDataSource
          Retrieves data from an ArcSDEDataSource.
 class UpdateableArcSDEDataSource
          Retrieves data from an ArcSDEDataSource.
 

Methods in proprietary.datasources.arcsde that return DataSource
 DataSource ArcSDEDataSourcePanel.getDataSource()
          Return the full configured data source.
 DataSource UpdateableArcSDEDataSourcePanel.getDataSource()
          Return the fully configured datasource.
 

Uses of DataSource in proprietary.datasources.ermapper
 

Classes in proprietary.datasources.ermapper that implement DataSource
 class ERMapperDatasource
          Class to allow reading images using the ERMapper wavelet protocol.
 

Methods in proprietary.datasources.ermapper that return DataSource
 DataSource ERMapperDataSourcePanel.getDataSource()
          Returns the fully configured datasource.