|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentState | |
---|---|
org.geotools.data.store | |
org.geotools.jdbc |
Uses of ContentState in org.geotools.data.store |
---|
Fields in org.geotools.data.store declared as ContentState | |
---|---|
protected ContentState |
ContentFeatureCollection.state
state of the feature source |
Methods in org.geotools.data.store that return ContentState | |
---|---|
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. |
Constructors in org.geotools.data.store with parameters of type ContentState | |
---|---|
ContentState(ContentState state)
Creates a new state from a previous one. |
Uses of ContentState in org.geotools.jdbc |
---|
Subclasses of ContentState in org.geotools.jdbc | |
---|---|
class |
JDBCState
State for jdbc datastore providing additional cached values such as primary key and database connection. |
Methods in org.geotools.jdbc that return ContentState | |
---|---|
ContentState |
JDBCState.copy()
Copies the state. |
protected ContentState |
JDBCDataStore.createContentState(ContentEntry entry)
Creates an instanceof JDBCState . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |