Uses of Class
org.geotools.data.store.ContentFeatureStore
Packages that use ContentFeatureStore
Package
Description
-
Uses of ContentFeatureStore in org.geotools.data.csv
Subclasses of ContentFeatureStore in org.geotools.data.csv -
Uses of ContentFeatureStore in org.geotools.data.geojson.store
Subclasses of ContentFeatureStore in org.geotools.data.geojson.store -
Uses of ContentFeatureStore in org.geotools.data.memory
Subclasses of ContentFeatureStore in org.geotools.data.memory -
Uses of ContentFeatureStore in org.geotools.data.mongodb
Subclasses of ContentFeatureStore in org.geotools.data.mongodb -
Uses of ContentFeatureStore in org.geotools.data.property
Subclasses of ContentFeatureStore in org.geotools.data.propertyModifier and TypeClassDescriptionclass
Implementation used for writeable property files. -
Uses of ContentFeatureStore in org.geotools.data.store
Methods in org.geotools.data.store that return ContentFeatureStoreModifier and TypeMethodDescriptionprotected final ContentFeatureStore
ContentDataStore.ensureFeatureStore
(String typeName, Transaction tx) Helper method which gets a feature source ensuring that it is a feature store as well.Methods in org.geotools.data.store with parameters of type ContentFeatureStoreModifier and TypeMethodDescriptionDiffTransactionState.diffWriter
(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType, SimpleFeature> reader) Provides a wrapper on the provided reader which gives a diff writer.Constructors in org.geotools.data.store with parameters of type ContentFeatureStoreModifierConstructorDescriptionDiffContentFeatureWriter
(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader) DiffFeatureWriter construction.DiffContentFeatureWriter
(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureBuilder builder) DiffFeatureWriter construction.EventContentFeatureWriter
(ContentFeatureStore store, FeatureWriter<SimpleFeatureType, SimpleFeature> writer) EventContentFeatureWriter construction. -
Uses of ContentFeatureStore in org.geotools.jdbc
Subclasses of ContentFeatureStore in org.geotools.jdbcModifier and TypeClassDescriptionfinal class
FeatureStore implementation for jdbc based relational database tables.