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.simple   
org.geotools.data.store   
org.geotools.data.transform   
org.geotools.data.wfs.v1_0_0   
org.geotools.gce.imagemosaic.catalog.oracle   
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.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.transform
 

Classes in org.geotools.data.transform that implement SimpleFeatureStore
 class TransformFeatureStore
          A transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers.
 

Fields in org.geotools.data.transform declared as SimpleFeatureStore
protected  SimpleFeatureStore TransformFeatureStore.store
           
 

Constructors in org.geotools.data.transform with parameters of type SimpleFeatureStore
TransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions)
           
 

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.gce.imagemosaic.catalog.oracle
 

Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement SimpleFeatureStore
 class OracleTransformFeatureStore
           
 

Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureStore
protected  SimpleFeatureSource DataStoreWrapper.transformFeatureStore(SimpleFeatureStore source, FeatureTypeMapper mapper)
           
protected  SimpleFeatureSource OracleDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper)
           
 

Constructors in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureStore
OracleTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
           
 

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