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. |