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

Packages that use ContentState
org.geotools.data.store   
 

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.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.