Uses of Interface
org.geotools.data.simple.SimpleFeatureStore

Packages that use SimpleFeatureStore
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.property   
org.geotools.data.shapefile   
org.geotools.data.simple   
org.geotools.data.store   
org.geotools.data.wfs.v1_0_0   
org.geotools.jdbc   
 

Uses of SimpleFeatureStore in org.geotools.arcsde.data
 

Classes in org.geotools.arcsde.data that implement SimpleFeatureStore
 class ArcSdeFeatureStore
           
 

Uses of SimpleFeatureStore in org.geotools.data
 

Classes in org.geotools.data that implement SimpleFeatureStore
 class AbstractFeatureLocking
          A Starting point for your own FeatureLocking implementations.
 class AbstractFeatureStore
          This is a starting point for providing your own FeatureStore implementation.
 

Methods in org.geotools.data that return SimpleFeatureStore
static SimpleFeatureStore DataUtilities.simple(FeatureStore store)
          A safe cast to SimpleFeatureStore; that will introduce a wrapper if it has to.
 

Uses of SimpleFeatureStore in org.geotools.data.directory
 

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

Methods in org.geotools.data.directory that return SimpleFeatureStore
 SimpleFeatureStore DirectoryFeatureStore.unwrap()
           
 

Constructors in org.geotools.data.directory with parameters of type SimpleFeatureStore
DirectoryFeatureStore(SimpleFeatureStore store)
           
 

Uses of SimpleFeatureStore in org.geotools.data.property
 

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

Uses of SimpleFeatureStore in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement SimpleFeatureStore
 class ShapefileFeatureLocking
           
 class ShapefileFeatureStore
          Allows read-write access to the contents of a shape file.
 

Uses of SimpleFeatureStore in org.geotools.data.simple
 

Subinterfaces of SimpleFeatureStore 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 SimpleFeatureStore in org.geotools.data.store
 

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

Uses of SimpleFeatureStore in org.geotools.data.wfs.v1_0_0
 

Classes in org.geotools.data.wfs.v1_0_0 that implement SimpleFeatureStore
 class WFSFeatureStore
          FeatureStore used to assemble a Transaction Request (issued during commit).
 

Uses of SimpleFeatureStore in org.geotools.jdbc
 

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



Copyright © 1996-2013 Geotools. All Rights Reserved.