| Package | Description |
|---|---|
| org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
| org.geotools.data.store |
| Modifier and Type | Method and Description |
|---|---|
Transaction.State |
DefaultTransaction.getState(Object key)
Returns externalized state or
null if not available. |
Transaction.State |
Transaction.getState(Object key)
Allows DataStores to squirel away information( and callbacks ) for later.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTransaction.putState(Object key,
Transaction.State state)
Remembers Externalized State for a DataSource.
|
void |
Transaction.putState(Object key,
Transaction.State state)
Allows SimpleFeatureSource to squirel away information( and callbacks ) for later.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiffTransactionState
Transaction state responsible for holding an in memory
Diff of any modifications. |
Copyright © 1996–2019 Geotools. All rights reserved.