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

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

Uses of ContentFeatureSource in org.geotools.data.store
 

Subclasses of ContentFeatureSource in org.geotools.data.store
 class ContentFeatureStore
          Abstract implementation of FeatureStore.
 

Fields in org.geotools.data.store declared as ContentFeatureSource
protected  ContentFeatureSource ContentFeatureCollection.featureSource
          feature store the collection originated from.
 

Methods in org.geotools.data.store that return ContentFeatureSource
protected abstract  ContentFeatureSource ContentDataStore.createFeatureSource(ContentEntry entry)
          Instantiates new feature source for the entry.
 ContentFeatureSource ContentDataStore.getFeatureSource(Name typeName, Transaction tx)
          Returns the feature source matching the specified name and explicitly specifies a transaction.
 ContentFeatureSource ContentDataStore.getFeatureSource(String typeName)
          Returns the feature source matching the specified name.
 ContentFeatureSource ContentDataStore.getFeatureSource(String typeName, Transaction tx)
          Returns the feature source matching the specified name and explicitly specifies a transaction.
 ContentFeatureSource ContentFeatureSource.getView(Filter filter)
           
 ContentFeatureSource ContentFeatureSource.getView(Query query)
          Creates a new feature source for the specified query.
 ContentFeatureSource ContentDataStore.getView(Query query)
           
 

Constructors in org.geotools.data.store with parameters of type ContentFeatureSource
ContentFeatureCollection(ContentFeatureSource featureSource, Query query)
           
 

Uses of ContentFeatureSource in org.geotools.jdbc
 

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

Methods in org.geotools.jdbc that return ContentFeatureSource
protected  ContentFeatureSource JDBCDataStore.createFeatureSource(ContentEntry entry)
          Creates a new instance of JDBCFeatureStore.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.