Uses of Interface
org.geotools.data.FeatureLocking

Packages that use FeatureLocking
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.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.store   
org.geotools.jdbc   
 

Uses of FeatureLocking in org.geotools.data
 

Classes in org.geotools.data that implement FeatureLocking
 class AbstractFeatureLocking
          A Starting point for your own FeatureLocking implementations.
 

Uses of FeatureLocking in org.geotools.data.directory
 

Classes in org.geotools.data.directory that implement FeatureLocking
 class DirectoryFeatureLocking
           
 

Constructors in org.geotools.data.directory with parameters of type FeatureLocking
DirectoryFeatureLocking(FeatureLocking<SimpleFeatureType,SimpleFeature> locking, DirectoryDataStore dataStore)
           
 

Uses of FeatureLocking in org.geotools.data.jdbc
 

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

Uses of FeatureLocking in org.geotools.data.postgis
 

Classes in org.geotools.data.postgis that implement FeatureLocking
 class PostgisFeatureLocking
          Extends PostgisFeatureLocking with support for Locking.
 

Uses of FeatureLocking in org.geotools.data.property
 

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

Uses of FeatureLocking in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement FeatureLocking
 class ShapefileFeatureLocking
           
 

Uses of FeatureLocking in org.geotools.data.store
 

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

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

Uses of FeatureLocking in org.geotools.jdbc
 

Classes in org.geotools.jdbc that implement FeatureLocking
 class JDBCFeatureStore
          FeatureStore implementation for jdbc based relational database tables.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.