Package | Description |
---|---|
org.geotools.data.memory | |
org.geotools.data.mongodb | |
org.geotools.data.property | |
org.geotools.data.store | |
org.geotools.data.wfs | |
org.geotools.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
MemoryState
State for MemoryDataStore providing FeatureType and stored features.
|
Constructor and Description |
---|
MemoryFeatureReader(ContentState state,
Query query) |
Modifier and Type | Method and Description |
---|---|
protected ContentState |
MongoDataStore.createContentState(ContentEntry entry) |
Modifier and Type | Method and Description |
---|---|
ContentState |
PropertyFeatureStore.getState() |
Constructor and Description |
---|
PropertyFeatureWriter(ContentFeatureSource source,
ContentState contentState,
Query query,
boolean append) |
Modifier and Type | Field and Description |
---|---|
protected ContentState |
DiffTransactionState.state
ContentState for this transaction used to hold information for FeatureReader implementations
|
protected ContentState |
ContentFeatureCollection.state
state of the feature source
|
Modifier and Type | Method and Description |
---|---|
ContentState |
ContentState.copy()
Copies the state.
|
protected ContentState |
ContentDataStore.createContentState(ContentEntry entry)
Instantiates a new content state for the entry.
|
ContentState |
ContentFeatureSource.getState()
The current state for the feature source.
|
ContentState |
ContentEntry.getState(Transaction transaction)
Returns state for the entry for a particular transaction.
|
Constructor and Description |
---|
ContentState(ContentState state)
Creates a new state from a previous one.
|
DiffTransactionState(ContentState state)
Transaction state responsible for holding an in memory
Diff . |
DiffTransactionState(ContentState state,
Diff diff)
Transaction state responsible for holding an in memory
Diff . |
Modifier and Type | Class and Description |
---|---|
class |
WFSContentState |
Modifier and Type | Method and Description |
---|---|
ReferencedEnvelope |
WFSDiff.batchModify(Name[] properties,
Object[] values,
Filter filter,
FeatureReader<SimpleFeatureType,SimpleFeature> oldFeatures,
ContentState contentState) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCState
State for jdbc datastore providing additional cached values such as primary key and database
connection.
|
Modifier and Type | Method and Description |
---|---|
ContentState |
JDBCState.copy()
Copies the state.
|
protected ContentState |
JDBCDataStore.createContentState(ContentEntry entry)
Creates an instanceof
JDBCState . |
Copyright © 1996–2019 Geotools. All rights reserved.