Uses of Class
org.geotools.caching.grid.featurecache.GridFeatureCache

Packages that use GridFeatureCache
org.geotools.caching.grid.featurecache   
org.geotools.caching.grid.featurecache.readers   
 

Uses of GridFeatureCache in org.geotools.caching.grid.featurecache
 

Subclasses of GridFeatureCache in org.geotools.caching.grid.featurecache
 class StreamingGridFeatureCache
          Implementation of a GridFeatureCache that uses streaming feature collections.
 

Uses of GridFeatureCache in org.geotools.caching.grid.featurecache.readers
 

Constructors in org.geotools.caching.grid.featurecache.readers with parameters of type GridFeatureCache
GridCachingFeatureCollection(org.opengis.filter.spatial.BBOX preFilter, org.opengis.filter.Filter postFilter, GridFeatureCache g, FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fs, boolean cacheFeatures)
          Creates a feature collection that will first read items from the cache then read any missing items from the feature source.
GridCachingFeatureCollection(org.opengis.filter.spatial.BBOX preFilter, Query query, GridFeatureCache g, FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fs, boolean cacheFeatures)
          Creates a feature collection that will first read itmes from the cache and then read missing items from the feature source.
GridCachingFeatureCollection(com.vividsolutions.jts.geom.Envelope e, GridFeatureCache g)
          Creates a feature collection that will only read items from the cache.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.