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

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

Uses of ContentFeatureSource in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile that return ContentFeatureSource
protected  ContentFeatureSource ShapefileDataStore.createFeatureSource(ContentEntry entry)
           
 ContentFeatureSource ShapefileDataStore.getFeatureSource()
           
 

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)
           
 

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.
 class JoiningJDBCFeatureSource
          This is where the magic happens.
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.