| Package | Description |
|---|---|
| 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.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFeatureLocking |
DataUtilities.simple(FeatureLocking locking)
A safe cast to SimpleFeatureLocking; that will introduce a wrapper if it has to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryFeatureLocking |
| 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 |
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
|
Copyright © 1996–2019 Geotools. All rights reserved.