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

Packages that use ContentEntry
org.geotools.data.store   
 

Uses of ContentEntry in org.geotools.data.store
 

Fields in org.geotools.data.store declared as ContentEntry
protected  ContentEntry ContentState.entry
          entry maintaining the state
protected  ContentEntry ContentFeatureSource.entry
          The entry for the feature source.
 

Fields in org.geotools.data.store with type parameters of type ContentEntry
protected  Map<Name,ContentEntry> ContentDataStore.entries
          name, entry map
 

Methods in org.geotools.data.store that return ContentEntry
protected  ContentEntry ContentDataStore.ensureEntry(Name name)
          Helper method to look up an entry in the datastore which throws an IOException in the event that the entry does not exist.
protected  ContentEntry ContentDataStore.entry(Name name)
          Helper method to look up an entry in the datastore.
 ContentEntry ContentState.getEntry()
          The entry which maintains the state.
 ContentEntry ContentFeatureSource.getEntry()
          The entry for the feature source.
 ContentEntry ContentDataStore.getEntry(Name name)
          Returns the entry for a specified name, or null if no such entry exists.
 

Methods in org.geotools.data.store with parameters of type ContentEntry
protected  ContentState ContentDataStore.createContentState(ContentEntry entry)
          Instantiates a new content state for the entry.
protected abstract  ContentFeatureSource ContentDataStore.createFeatureSource(ContentEntry entry)
          Instantiates new feature source for the entry.
 

Constructors in org.geotools.data.store with parameters of type ContentEntry
ContentFeatureSource(ContentEntry entry, Query query)
          Creates the new feature source from a query.
ContentFeatureStore(ContentEntry entry, Query query)
          Creates the content feature store.
ContentState(ContentEntry entry)
          Creates a new state.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.