Uses of Interface
org.geotools.api.data.FeatureStore
Packages that use FeatureStore
Package
Description
Defines the DataStore API via which all data is imported or exported.
-
Uses of FeatureStore in org.geotools.api.data
Subinterfaces of FeatureStore in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterfaceFeatureLocking<T extends FeatureType,F extends Feature> Provides Feature based locking.interfaceUsed 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.interface -
Uses of FeatureStore in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureStoreModifier and TypeMethodDescriptionstatic 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.csv
Classes in org.geotools.data.csv that implement FeatureStore -
Uses of FeatureStore in org.geotools.data.directory
Classes in org.geotools.data.directory that implement FeatureStore -
Uses of FeatureStore in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FeatureStore -
Uses of FeatureStore in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureStore -
Uses of FeatureStore in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureStore -
Uses of FeatureStore in org.geotools.data.property
Classes in org.geotools.data.property that implement FeatureStoreModifier and TypeClassDescriptionclassImplementation used for writeable property files. -
Uses of FeatureStore in org.geotools.data.store
Classes in org.geotools.data.store that implement FeatureStoreModifier and TypeClassDescriptionclassAbstract implementation of FeatureStore. -
Uses of FeatureStore in org.geotools.data.transform
Classes in org.geotools.data.transform that implement FeatureStoreModifier and TypeClassDescriptionclassclassA 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.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement FeatureStore -
Uses of FeatureStore in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement FeatureStoreModifier and TypeClassDescriptionclassA 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.sqlserver
Classes in org.geotools.gce.imagemosaic.catalog.sqlserver that implement FeatureStoreModifier and TypeClassDescriptionclassA 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.jdbc
Classes in org.geotools.jdbc that implement FeatureStoreModifier and TypeClassDescriptionfinal classFeatureStore implementation for jdbc based relational database tables.