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 class
CSVFeatureStore
Read-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 class
GeoJSONFeatureStore
-
Uses of ContentFeatureStore in org.geotools.data.memory
Subclasses of ContentFeatureStore in org.geotools.data.memory Modifier and Type Class Description class
MemoryFeatureStore
-
Uses of ContentFeatureStore in org.geotools.data.mongodb
Subclasses of ContentFeatureStore in org.geotools.data.mongodb Modifier and Type Class Description class
MongoFeatureStore
-
Uses of ContentFeatureStore in org.geotools.data.property
Subclasses of ContentFeatureStore in org.geotools.data.property Modifier and Type Class Description class
PropertyFeatureStore
Implementation 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 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 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 class
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
-