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.property   
org.geotools.data.simple   
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.
 

Methods in org.geotools.data with parameters of type FeatureLocking
static SimpleFeatureLocking DataUtilities.simple(FeatureLocking locking)
          A safe cast to SimpleFeatureLocking; that will introduce a wrapper if it has to.
 

Uses of FeatureLocking in org.geotools.data.directory
 

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

Uses of FeatureLocking in org.geotools.data.property
 

Classes in org.geotools.data.property that implement FeatureLocking
 class PropertyFeatureStore
          Implementation used for writeable property files.
 

Uses of FeatureLocking in org.geotools.data.simple
 

Subinterfaces of FeatureLocking in org.geotools.data.simple
 interface SimpleFeatureLocking
          Used to lock feature content to protect against other threads (or depending on the source of data other applications) making modifications when you are not looking.
 

Uses of FeatureLocking in org.geotools.data.store
 

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

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-2014 Geotools. All Rights Reserved.