Uses of Class
org.geotools.caching.CacheOversizedException

Packages that use CacheOversizedException
org.geotools.caching.featurecache   
org.geotools.caching.grid.featurecache   
 

Uses of CacheOversizedException in org.geotools.caching.featurecache
 

Methods in org.geotools.caching.featurecache that throw CacheOversizedException
protected abstract  void AbstractFeatureCache.isOversized(FeatureCollection fc)
          Determines if the given feature collection is too big to put into the cache.
 void FeatureCache.put(FeatureCollection fc)
           
 void FeatureCache.put(FeatureCollection fc, com.vividsolutions.jts.geom.Envelope e)
           
 

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

Methods in org.geotools.caching.grid.featurecache that throw CacheOversizedException
protected  void GridFeatureCache.isOversized(FeatureCollection fc)
           
 void GridFeatureCache.put(FeatureCollection fc)
          Adds a feature collection to the cache.
 void StreamingGridFeatureCache.put(FeatureCollection fc)
          Unsupported.
 void GridFeatureCache.put(FeatureCollection fc, com.vividsolutions.jts.geom.Envelope e)
          Adds a feature collection to the cache.
 void StreamingGridFeatureCache.put(FeatureCollection fc, com.vividsolutions.jts.geom.Envelope e)
          Unsupported.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.