Uses of Class
org.geotools.data.AbstractDataStore

Packages that use AbstractDataStore
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection   
org.geotools.data.memory   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.wfs.v1_0_0   
 

Uses of AbstractDataStore in org.geotools.data
 

Subclasses of AbstractDataStore in org.geotools.data
 class AbstractFileDataStore
           This class assumes the DataStore represents a single source, represented by a URL.
 

Constructors in org.geotools.data with parameters of type AbstractDataStore
TransactionStateDiff(AbstractDataStore dataStore)
           
 

Uses of AbstractDataStore in org.geotools.data.collection
 

Subclasses of AbstractDataStore in org.geotools.data.collection
 class CollectionDataStore
          Simple data store wrapper for feature collections.
 

Uses of AbstractDataStore in org.geotools.data.memory
 

Subclasses of AbstractDataStore in org.geotools.data.memory
 class MemoryDataStore
          This is an example implementation of a DataStore used for testing.
 

Uses of AbstractDataStore in org.geotools.data.property
 

Subclasses of AbstractDataStore in org.geotools.data.property
 class PropertyDataStore
          Sample DataStore implementation, please see formal tutorial included with users docs.
 

Uses of AbstractDataStore in org.geotools.data.shapefile
 

Subclasses of AbstractDataStore in org.geotools.data.shapefile
 class ShapefileDataStore
          A DataStore implementation which allows reading and writing from Shapefiles.
 

Uses of AbstractDataStore in org.geotools.data.shapefile.indexed
 

Subclasses of AbstractDataStore in org.geotools.data.shapefile.indexed
 class IndexedShapefileDataStore
          A DataStore implementation which allows reading and writing from Shapefiles.
 

Uses of AbstractDataStore in org.geotools.data.wfs.v1_0_0
 

Subclasses of AbstractDataStore in org.geotools.data.wfs.v1_0_0
 class WFS_1_0_0_DataStore
           DOCUMENT ME!
 



Copyright © 1996-2009 Geotools. All Rights Reserved.