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

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

Uses of ContentFeatureStore in org.geotools.data.store
 

Methods in org.geotools.data.store that return ContentFeatureStore
protected  ContentFeatureStore ContentDataStore.ensureFeatureStore(String typeName, Transaction tx)
          Helper method which gets a feature source ensuring that it is a feature store as well.
 

Constructors in org.geotools.data.store with parameters of type ContentFeatureStore
DiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType,SimpleFeature> reader)
          DiffFeatureWriter construction.
EventContentFeatureWriter(ContentFeatureStore store, FeatureWriter<SimpleFeatureType,SimpleFeature> writer)
          EventContentFeatureWriter construction.
 

Uses of ContentFeatureStore in org.geotools.jdbc
 

Subclasses of ContentFeatureStore in org.geotools.jdbc
 class JDBCFeatureStore
          FeatureStore implementation for jdbc based relational database tables.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.