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

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

Uses of ContentDataStore in org.geotools.data.store
 

Methods in org.geotools.data.store that return ContentDataStore
 ContentDataStore ContentFeatureSource.getDataStore()
          The datastore that this feature source originated from.
 ContentDataStore ContentEntry.getDataStore()
          Backpointer to datastore.
 

Constructors in org.geotools.data.store with parameters of type ContentDataStore
ContentEntry(ContentDataStore dataStore, org.opengis.feature.type.Name typeName)
          Creates the entry.
 

Uses of ContentDataStore in org.geotools.jdbc
 

Subclasses of ContentDataStore in org.geotools.jdbc
 class JDBCDataStore
          Datastore implementation for jdbc based relational databases.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.