Uses of Class
org.geotools.data.store.ContentFeatureStore
-
-
Uses of ContentFeatureStore in org.geotools.data.csv
Subclasses of ContentFeatureStore in org.geotools.data.csv Modifier and Type Class Description classCSVFeatureStoreRead-write access to CSV File. -
Uses of ContentFeatureStore in org.geotools.data.geojson.store
Subclasses of ContentFeatureStore in org.geotools.data.geojson.store Modifier and Type Class Description classGeoJSONFeatureStore -
Uses of ContentFeatureStore in org.geotools.data.memory
Subclasses of ContentFeatureStore in org.geotools.data.memory Modifier and Type Class Description classMemoryFeatureStore -
Uses of ContentFeatureStore in org.geotools.data.mongodb
Subclasses of ContentFeatureStore in org.geotools.data.mongodb Modifier and Type Class Description classMongoFeatureStore -
Uses of ContentFeatureStore in org.geotools.data.property
Subclasses of ContentFeatureStore in org.geotools.data.property Modifier and Type Class Description classPropertyFeatureStoreImplementation used for writeable property files. -
Uses of ContentFeatureStore in org.geotools.data.store
Methods in org.geotools.data.store that return ContentFeatureStore Modifier and Type Method Description protected ContentFeatureStoreContentDataStore. 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 ContentFeatureStore Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>DiffTransactionState. 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 ContentFeatureStore Constructor Description DiffContentFeatureWriter(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.jdbc Modifier and Type Class Description classJDBCFeatureStoreFeatureStore implementation for jdbc based relational database tables.
-