Package | Description |
---|---|
org.geotools.data.memory | |
org.geotools.data.mongodb | |
org.geotools.data.property | |
org.geotools.data.store | |
org.geotools.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
MemoryFeatureStore |
Modifier and Type | Class and Description |
---|---|
class |
MongoFeatureStore |
Modifier and Type | Class and Description |
---|---|
class |
PropertyFeatureStore
Implementation used for writeable property files.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DiffTransactionState.diffWriter(ContentFeatureStore contentFeatureStore,
FeatureReader<SimpleFeatureType,SimpleFeature> reader)
Provides a wrapper on the provided reader which gives a diff writer.
|
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
|
Copyright © 1996–2019 Geotools. All rights reserved.