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   
 

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.
 



Copyright © 1996-2003 GeoTools. All Rights Reserved.