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

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

Uses of ContentDataStore in org.geotools.data.shapefile
 

Subclasses of ContentDataStore in org.geotools.data.shapefile
 class ShapefileDataStore
           
 

Uses of ContentDataStore in org.geotools.data.store
 

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

Constructors in org.geotools.data.store with parameters of type ContentDataStore
ContentEntry(ContentDataStore dataStore, 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-2014 Geotools. All Rights Reserved.