Uses of Class
org.geotools.data.AbstractFeatureStore

Packages that use AbstractFeatureStore
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
 

Uses of AbstractFeatureStore in org.geotools.data
 

Subclasses of AbstractFeatureStore in org.geotools.data
 class AbstractFeatureLocking
          A Starting point for your own FeatureLocking implementations.
 

Uses of AbstractFeatureStore in org.geotools.data.postgis
 

Subclasses of AbstractFeatureStore in org.geotools.data.postgis
 class VersionedPostgisFeatureStore
          A cheap implementation of a feature locking.
 

Uses of AbstractFeatureStore in org.geotools.data.property
 

Subclasses of AbstractFeatureStore in org.geotools.data.property
 class PropertyFeatureSource
           
 

Uses of AbstractFeatureStore in org.geotools.data.shapefile
 

Subclasses of AbstractFeatureStore in org.geotools.data.shapefile
 class ShapefileFeatureLocking
           
 class ShapefileFeatureStore
          Allows read-write access to the contents of a shape file.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.