Uses of Interface
org.geotools.data.FeatureStore

Packages that use FeatureStore
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.  
org.geotools.data.jdbc   
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.wfs   
 

Uses of FeatureStore in org.geotools.data
 

Subinterfaces of FeatureStore in org.geotools.data
 interface FeatureLocking
          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.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.wfs
 

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



Copyright © GeoTools. All Rights Reserved.