Uses of Interface
org.geotools.api.data.FeatureStore
- 
Packages that use FeatureStore Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data org.geotools.data.csv org.geotools.data.directory org.geotools.data.geojson.store org.geotools.data.memory org.geotools.data.mongodb org.geotools.data.property org.geotools.data.store org.geotools.data.transform org.geotools.gce.imagemosaic.catalog.oracle org.geotools.gce.imagemosaic.catalog.postgis org.geotools.gce.imagemosaic.catalog.sqlserver org.geotools.jdbc 
- 
- 
Uses of FeatureStore in org.geotools.api.dataSubinterfaces of FeatureStore in org.geotools.api.data Modifier and Type Interface Description interfaceFeatureLocking<T extends FeatureType,F extends Feature>Provides Feature based locking.interfaceSimpleFeatureLockingUsed 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.interfaceSimpleFeatureStore
- 
Uses of FeatureStore in org.geotools.dataMethods in org.geotools.data with parameters of type FeatureStore Modifier and Type Method Description static SimpleFeatureStoreDataUtilities. simple(FeatureStore store)A safe cast to SimpleFeatureStore; that will introduce a wrapper if it has to.
- 
Uses of FeatureStore in org.geotools.data.csvClasses in org.geotools.data.csv that implement FeatureStore Modifier and Type Class Description classCSVFeatureStoreRead-write access to CSV File.
- 
Uses of FeatureStore in org.geotools.data.directoryClasses in org.geotools.data.directory that implement FeatureStore Modifier and Type Class Description classDirectoryFeatureLockingclassDirectoryFeatureStore
- 
Uses of FeatureStore in org.geotools.data.geojson.storeClasses in org.geotools.data.geojson.store that implement FeatureStore Modifier and Type Class Description classGeoJSONFeatureStore
- 
Uses of FeatureStore in org.geotools.data.memoryClasses in org.geotools.data.memory that implement FeatureStore Modifier and Type Class Description classMemoryFeatureStore
- 
Uses of FeatureStore in org.geotools.data.mongodbClasses in org.geotools.data.mongodb that implement FeatureStore Modifier and Type Class Description classMongoFeatureStore
- 
Uses of FeatureStore in org.geotools.data.propertyClasses in org.geotools.data.property that implement FeatureStore Modifier and Type Class Description classPropertyFeatureStoreImplementation used for writeable property files.
- 
Uses of FeatureStore in org.geotools.data.storeClasses in org.geotools.data.store that implement FeatureStore Modifier and Type Class Description classContentFeatureStoreAbstract implementation of FeatureStore.
- 
Uses of FeatureStore in org.geotools.data.transformClasses in org.geotools.data.transform that implement FeatureStore Modifier and Type Class Description classTransformFeatureLockingclassTransformFeatureStoreA 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.
- 
Uses of FeatureStore in org.geotools.gce.imagemosaic.catalog.oracleClasses in org.geotools.gce.imagemosaic.catalog.oracle that implement FeatureStore Modifier and Type Class Description classOracleTransformFeatureStore
- 
Uses of FeatureStore in org.geotools.gce.imagemosaic.catalog.postgisClasses in org.geotools.gce.imagemosaic.catalog.postgis that implement FeatureStore Modifier and Type Class Description classPostgisTransformFeatureStoreA Postgis 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.
- 
Uses of FeatureStore in org.geotools.gce.imagemosaic.catalog.sqlserverClasses in org.geotools.gce.imagemosaic.catalog.sqlserver that implement FeatureStore Modifier and Type Class Description classSQLServerTransformFeatureStoreA SQLServer 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.
- 
Uses of FeatureStore in org.geotools.jdbcClasses in org.geotools.jdbc that implement FeatureStore Modifier and Type Class Description classJDBCFeatureStoreFeatureStore implementation for jdbc based relational database tables.
 
-