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

Packages that use ContentEntry
org.geotools.data.store   
org.geotools.jdbc   
 

Uses of ContentEntry in org.geotools.data.store
 

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

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

Methods in org.geotools.data.store that return ContentEntry
protected  ContentEntry ContentDataStore.ensureEntry(org.opengis.feature.type.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(org.opengis.feature.type.Name name)
          Helper method to look up an entry in the datastore.
 ContentEntry ContentFeatureSource.getEntry()
          The entry for the feature source.
 ContentEntry ContentState.getEntry()
          The entry which maintains the state.
 ContentEntry ContentDataStore.getEntry(org.opengis.feature.type.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.
 

Uses of ContentEntry in org.geotools.jdbc
 

Methods in org.geotools.jdbc that return ContentEntry
 ContentEntry JDBCFeatureStore.getEntry()
           
 

Methods in org.geotools.jdbc with parameters of type ContentEntry
protected  ContentState JDBCDataStore.createContentState(ContentEntry entry)
          Creates an instanceof JDBCState.
protected  ContentFeatureSource JDBCDataStore.createFeatureSource(ContentEntry entry)
          Creates a new instance of JDBCFeatureStore.
protected  PrimaryKey JDBCDataStore.getPrimaryKey(ContentEntry entry)
          Returns the primary key object for a particular entry, deriving it from the underlying database metadata.
 

Constructors in org.geotools.jdbc with parameters of type ContentEntry
JDBCFeatureSource(ContentEntry entry, Query query)
          Creates the new feature store.
JDBCFeatureStore(ContentEntry entry, Query query)
          Creates the new feature store.
JDBCState(ContentEntry entry)
          Creates a new state object.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.