Uses of Interface
org.geotools.data.FeatureStore

Packages that use FeatureStore
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.db2   
org.geotools.data.jdbc   
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.store   
org.geotools.data.wfs.v1_0_0   
 

Uses of FeatureStore in org.geotools.arcsde.data
 

Classes in org.geotools.arcsde.data that implement FeatureStore
 class ArcSdeFeatureStore
           
 

Uses of FeatureStore in org.geotools.data
 

Subinterfaces of FeatureStore in org.geotools.data
 interface FeatureLocking<T extends FeatureType,F extends Feature>
          Provides Feature based locking.
 

Classes in org.geotools.data that implement FeatureStore
 class AbstractFeatureLocking
          A Starting point for your own FeatureLocking implementations.
 class AbstractFeatureStore
          This is a starting point for providing your own FeatureStore implementation.
 

Uses of FeatureStore in org.geotools.data.db2
 

Classes in org.geotools.data.db2 that implement FeatureStore
 class DB2FeatureLocking
          DOCUMENT ME!
 class DB2FeatureStore
          DB2 FeatureStore implementation.
 

Uses of FeatureStore in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement FeatureStore
 class JDBCFeatureLocking
          A Starting point for your own FeatureLocking implementations.
 class JDBCFeatureStore
          This is a starting point for providing your own FeatureStore implementation.
 

Uses of FeatureStore in org.geotools.data.postgis
 

Classes in org.geotools.data.postgis that implement FeatureStore
 class PostgisFeatureLocking
          Extends PostgisFeatureLocking with support for Locking.
 class PostgisFeatureStore
          Implementation of a Postgis specific FeatureStore.
 

Uses of FeatureStore in org.geotools.data.property
 

Classes in org.geotools.data.property that implement FeatureStore
 class PropertyFeatureSource
           
 

Uses of FeatureStore in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement FeatureStore
 class ShapefileFeatureLocking
           
 class ShapefileFeatureStore
          Allows read-write access to the contents of a shape file.
 

Uses of FeatureStore in org.geotools.data.store
 

Classes in org.geotools.data.store that implement FeatureStore
 class ContentFeatureStore
          Abstract implementation of FeatureStore.
 

Methods in org.geotools.data.store that return FeatureStore
protected  FeatureStore<SimpleFeatureType,SimpleFeature> ActiveTypeEntry.createFeatureStore()
          Create the FeatureStore, override for your own custom implementation.
 

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

Classes in org.geotools.data.wfs.v1_0_0 that implement FeatureStore
 class WFSFeatureStore
          DOCUMENT ME!
 



Copyright © 1996-2009 Geotools. All Rights Reserved.