Uses of Interface
org.geotools.api.data.SimpleFeatureStore
-
Packages that use SimpleFeatureStore 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 SimpleFeatureStore in org.geotools.api.data
Subinterfaces of SimpleFeatureStore in org.geotools.api.data Modifier and Type Interface Description 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
Methods in org.geotools.data that return SimpleFeatureStore Modifier and Type Method Description 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.csv
Classes in org.geotools.data.csv that implement SimpleFeatureStore Modifier and Type Class Description class
CSVFeatureStore
Read-write access to CSV File. -
Uses of SimpleFeatureStore in org.geotools.data.directory
Classes in org.geotools.data.directory that implement SimpleFeatureStore Modifier and Type Class Description class
DirectoryFeatureLocking
class
DirectoryFeatureStore
Methods in org.geotools.data.directory that return SimpleFeatureStore Modifier and Type Method Description SimpleFeatureStore
DirectoryFeatureStore. unwrap()
Constructors in org.geotools.data.directory with parameters of type SimpleFeatureStore Constructor Description DirectoryFeatureStore(SimpleFeatureStore store)
-
Uses of SimpleFeatureStore in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement SimpleFeatureStore Modifier and Type Class Description class
GeoJSONFeatureStore
-
Uses of SimpleFeatureStore in org.geotools.data.memory
Classes in org.geotools.data.memory that implement SimpleFeatureStore Modifier and Type Class Description class
MemoryFeatureStore
-
Uses of SimpleFeatureStore in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement SimpleFeatureStore Modifier and Type Class Description class
MongoFeatureStore
-
Uses of SimpleFeatureStore in org.geotools.data.property
Classes in org.geotools.data.property that implement SimpleFeatureStore Modifier and Type Class Description class
PropertyFeatureStore
Implementation used for writeable property files. -
Uses of SimpleFeatureStore in org.geotools.data.store
Classes in org.geotools.data.store that implement SimpleFeatureStore Modifier and Type Class Description class
ContentFeatureStore
Abstract implementation of FeatureStore. -
Uses of SimpleFeatureStore in org.geotools.data.transform
Classes in org.geotools.data.transform that implement SimpleFeatureStore Modifier and Type Class Description class
TransformFeatureLocking
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 Modifier and Type Field Description protected SimpleFeatureStore
TransformFeatureStore. store
Constructors in org.geotools.data.transform with parameters of type SimpleFeatureStore Constructor Description TransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions)
-
Uses of SimpleFeatureStore in org.geotools.gce.imagemosaic.catalog.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement SimpleFeatureStore Modifier and Type Class Description class
OracleTransformFeatureStore
Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureStore Modifier and Type Method Description 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 Constructor Description OracleTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
-
Uses of SimpleFeatureStore in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement SimpleFeatureStore Modifier and Type Class Description class
PostgisTransformFeatureStore
A 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.Methods in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type SimpleFeatureStore Modifier and Type Method Description protected SimpleFeatureSource
PostgisDatastoreWrapper. transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper)
Constructors in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type SimpleFeatureStore Constructor Description PostgisTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
-
Uses of SimpleFeatureStore in org.geotools.gce.imagemosaic.catalog.sqlserver
Classes in org.geotools.gce.imagemosaic.catalog.sqlserver that implement SimpleFeatureStore Modifier and Type Class Description class
SQLServerTransformFeatureStore
A 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.Methods in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type SimpleFeatureStore Modifier and Type Method Description protected SimpleFeatureSource
SQLServerDatastoreWrapper. transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper)
Constructors in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type SimpleFeatureStore Constructor Description SQLServerTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
-
Uses of SimpleFeatureStore in org.geotools.jdbc
Classes in org.geotools.jdbc that implement SimpleFeatureStore Modifier and Type Class Description class
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
-