Uses of Class
gistoolkit.datasources.GISDataset

Packages that use GISDataset
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   
proprietary.datasources.arcims   
proprietary.datasources.arcsde   
proprietary.datasources.ermapper   
 

Uses of GISDataset in gistoolkit.datasources
 

Methods in gistoolkit.datasources that return GISDataset
 GISDataset DataSource.readDataset()
          Reads all the objects from the data source.
 GISDataset DataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these extents.
protected  GISDataset SimpleDataSource.filterDataset(GISDataset inDataset)
           
protected  GISDataset SimpleDataSource.getCacheDataset()
          Return the cached data set.
protected  GISDataset SimpleDataSource.queryFromCache(Envelope inEnvelope)
          Retrieve the data from the cache that intersect these envelope.
 GISDataset SimpleDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelopes.
 GISDataset SimpleDataSource.readDataset()
          Reads all the objects from the data source.
protected abstract  GISDataset SimpleDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
protected abstract  GISDataset SimpleJoinDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Methods in gistoolkit.datasources with parameters of type GISDataset
static void ShapeUtils.projectForward(GISDataset inDataset, Projection inProjection)
          Projects the entire dataset foreward using the given projection.
static void ShapeUtils.projectBackward(GISDataset inDataset, Projection inProjection)
          Projects the entire dataset backward using the given projection.
static void ShapeUtils.reproject(GISDataset inDataset, Projection inOldProjection, Projection inNewProjection)
          Reproject the entire dataset, backward from the old projection, forward to the new projection
 void SimpleDataSource.projectForward(Projection inProjection, GISDataset inDataset)
          Project the dataset forward
 void SimpleDataSource.projectBackward(Projection inProjection, GISDataset inDataset)
          Project the dataset backward
protected  GISDataset SimpleDataSource.filterDataset(GISDataset inDataset)
           
protected  void SimpleDataSource.setCache(GISDataset inDataset, Envelope inEnvelope)
          Set the cached data set and envelope.
 

Uses of GISDataset in gistoolkit.datasources.db2spatialextender
 

Methods in gistoolkit.datasources.db2spatialextender that return GISDataset
 GISDataset DB2JoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 GISDataset ReadOnlySpatialExtenderDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these Envelope.
 GISDataset ReadOnlySpatialExtenderDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 GISDataset UpdateableSpatialExtenderDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 

Uses of GISDataset in gistoolkit.datasources.imagefile
 

Methods in gistoolkit.datasources.imagefile that return GISDataset
 GISDataset ImageDirectoryDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
 GISDataset ImageDirectoryDataSource.readDataset()
          Reads all the objects from the data source.
protected  GISDataset ImageDirectoryDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 GISDataset ImageFileDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
 GISDataset ImageFileDataSource.readDataset()
          Reads all the objects from the data source.
protected  GISDataset ImageFileDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 GISDataset RasterCatalogDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
 GISDataset RasterCatalogDataSource.readDataset()
          Reads all the objects from the data source.
protected  GISDataset RasterCatalogDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of GISDataset in gistoolkit.datasources.memory
 

Methods in gistoolkit.datasources.memory that return GISDataset
 GISDataset MemoryDataSource.readDataset()
          Reads all the objects from the data source.
protected  GISDataset MemoryDataSource.readShapes(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
 

Constructors in gistoolkit.datasources.memory with parameters of type GISDataset
MemoryDataSource(java.lang.String inName, GISDataset inDataset)
          Creates new MemoryDataSource beginning with the given dataset
 

Uses of GISDataset in gistoolkit.datasources.mysql
 

Methods in gistoolkit.datasources.mysql that return GISDataset
 GISDataset MySQLJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
protected  GISDataset ReadOnlyMySQLDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
protected  GISDataset UpdateableMySQLDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
 

Uses of GISDataset in gistoolkit.datasources.oracle
 

Methods in gistoolkit.datasources.oracle that return GISDataset
 GISDataset OracleJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 GISDataset ReadOnlyOracleDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these Envelope.
 GISDataset ReadOnlyOracleDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
protected  GISDataset UpdateableOracleDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
 

Uses of GISDataset in gistoolkit.datasources.postgis
 

Methods in gistoolkit.datasources.postgis that return GISDataset
 GISDataset PostGISJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
protected  GISDataset ReadOnlyPostGISDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
protected  GISDataset UpdateablePostGISDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
 

Uses of GISDataset in gistoolkit.datasources.seamless
 

Methods in gistoolkit.datasources.seamless that return GISDataset
protected  GISDataset SeamlessDataSource.readShapes(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these Envelope.
 

Uses of GISDataset in gistoolkit.datasources.shapefile
 

Subclasses of GISDataset in gistoolkit.datasources.shapefile
 class ShapeFileDataset
          A dataset specific to the shape file needs
 

Methods in gistoolkit.datasources.shapefile that return GISDataset
 GISDataset DbaseFileJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 GISDataset ReadOnlyShapeFileDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect this envelope.
protected  GISDataset ReadOnlyShapeFileDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
protected  GISDataset ShapeFileDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of GISDataset in gistoolkit.datasources.terraserver
 

Methods in gistoolkit.datasources.terraserver that return GISDataset
 GISDataset TerraserverDataSource.readDataset()
          Reading all data from terraserver is not an option, nothing is returned.
 GISDataset TerraserverDataSource.readDataset(Envelope inEnvelope)
          Reads only the items from the datasource that are within the envelope.
 

Uses of GISDataset in gistoolkit.datasources.webservice
 

Methods in gistoolkit.datasources.webservice that return GISDataset
 GISDataset Client100.read(Envelope inEnvelope)
           
abstract  GISDataset OGCClient.read(Envelope inEnvelope)
          Read the data source with the given envelope
protected  GISDataset OGCWebServiceDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of GISDataset in gistoolkit.display
 

Methods in gistoolkit.display that return GISDataset
 GISDataset Layer.getDataset()
          Return the currently displayed dataset.
 

Uses of GISDataset in proprietary.datasources.arcims
 

Methods in proprietary.datasources.arcims that return GISDataset
 GISDataset ArcIMSClient.read(Envelope inEnvelope)
           
protected  GISDataset ArcIMSDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of GISDataset in proprietary.datasources.arcsde
 

Methods in proprietary.datasources.arcsde that return GISDataset
protected  GISDataset ArcSDEDataSource.readShapes(Envelope inEnvelope)
          Reads all the objects from the shape file, and populates the layer with them.
 

Uses of GISDataset in proprietary.datasources.ermapper
 

Methods in proprietary.datasources.ermapper that return GISDataset
 GISDataset ERMapperDatasource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
 GISDataset ERMapperDatasource.readDataset()
          Reads all the objects from the data source.
protected  GISDataset ERMapperDatasource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source