Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.csv | |
org.geotools.data.directory | |
org.geotools.data.geojson.store | |
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.gce.imagemosaic.catalog.sqlserver | |
org.geotools.jdbc |
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 |
CSVFeatureStore
Read-write access to CSV File.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryFeatureLocking |
class |
DirectoryFeatureStore |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureStore |
DirectoryFeatureStore.unwrap() |
Constructor and Description |
---|
DirectoryFeatureStore(SimpleFeatureStore store) |
Modifier and Type | Class and Description |
---|---|
class |
GeoJSONFeatureStore |
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.
|
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 | Field and Description |
---|---|
protected SimpleFeatureStore |
TransformFeatureStore.store |
Constructor and Description |
---|
TransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions) |
Modifier and Type | Class and Description |
---|---|
class |
OracleTransformFeatureStore |
Modifier and Type | Method and Description |
---|---|
protected SimpleFeatureSource |
OracleDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store,
FeatureTypeMapper mapper) |
protected SimpleFeatureSource |
DataStoreWrapper.transformFeatureStore(SimpleFeatureStore source,
FeatureTypeMapper mapper) |
Constructor and Description |
---|
OracleTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
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 | Method and Description |
---|---|
protected SimpleFeatureSource |
PostgisDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store,
FeatureTypeMapper mapper) |
Constructor and Description |
---|
PostgisTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerTransformFeatureStore
A SQLServer 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 | Method and Description |
---|---|
protected SimpleFeatureSource |
SQLServerDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store,
FeatureTypeMapper mapper) |
Constructor and Description |
---|
SQLServerTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
|
Copyright © 1996–2022 Geotools. All rights reserved.