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

Packages that use ContentFeatureSource
org.geotools.data.store   
 

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.
 

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



Copyright © 1996-2009 Geotools. All Rights Reserved.