Package | Description |
---|---|
org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.directory | |
org.geotools.data.memory | |
org.geotools.data.mongodb | |
org.geotools.data.property | |
org.geotools.data.simple | |
org.geotools.data.store | |
org.geotools.data.transform | |
org.geotools.gce.imagemosaic.catalog.oracle | |
org.geotools.gce.imagemosaic.catalog.postgis | |
org.geotools.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
ArcSdeFeatureStore |
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureLocking<T extends FeatureType,F extends Feature>
Provides Feature based locking.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureStore |
DataUtilities.simple(FeatureStore store)
A safe cast to SimpleFeatureStore; that will introduce a wrapper if it has to.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryFeatureLocking |
class |
DirectoryFeatureStore |
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 | Interface and Description |
---|---|
interface |
SimpleFeatureLocking
Used 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 |
SimpleFeatureStore |
Modifier and Type | Class and Description |
---|---|
class |
ContentFeatureStore
Abstract implementation of FeatureStore.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformFeatureStore
A 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.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleTransformFeatureStore |
Modifier and Type | Class and Description |
---|---|
class |
PostgisTransformFeatureStore
A 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.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
|
Copyright © 1996–2019 Geotools. All rights reserved.