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.directory   
org.geotools.data.jdbc   
org.geotools.data.oracle   
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.
 interface VersioningFeatureLocking
          Feature locking with versioning capabilities.
 interface VersioningFeatureStore
          Versioning feature store, provides rollback facilities not included in standard feature stores, plus the extra methods inherited from VersioningFeatureSource
 

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.directory
 

Classes in org.geotools.data.directory that implement FeatureStore
 class DirectoryFeatureLocking
           
 class DirectoryFeatureStore
           
 

Constructors in org.geotools.data.directory with parameters of type FeatureStore
DirectoryFeatureStore(FeatureStore<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> store, DirectoryDataStore dataStore)
           
 

Uses of FeatureStore in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement FeatureStore
 class JDBCFeatureLocking
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class JDBCFeatureStore
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 

Uses of FeatureStore in org.geotools.data.oracle
 

Classes in org.geotools.data.oracle that implement FeatureStore
 class OracleFeatureLocking
           
 class OracleFeatureStore
           
 

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.
 class VersionedPostgisFeatureStore
          A cheap implementation of a feature locking.
 

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<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.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-2010 Geotools. All Rights Reserved.