Uses of Class
org.geotools.data.store.ContentState

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
protected  ContentState DiffTransactionState.state
          ContentState for this transaction used to hold information for FeatureReader implementations
 

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.
DiffTransactionState(ContentState state)
          Transaction state responsible for holding an in memory Diff.
 

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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.