Uses of Class
org.geotools.caching.featurecache.FeatureCacheException

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

Uses of FeatureCacheException in org.geotools.caching
 

Subclasses of FeatureCacheException in org.geotools.caching
 class CacheOversizedException
          An Exception that is thrown when the size of the features being added to the cache exceeds the size of the cache.
 

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

Methods in org.geotools.caching.grid.featurecache that throw FeatureCacheException
protected static ReferencedEnvelope GridFeatureCache.getFeatureBounds(FeatureSource fs)
          Private function used to get the bounds of a feature collection and convert the IOException to a FeatureCacheException
 

Constructors in org.geotools.caching.grid.featurecache that throw FeatureCacheException
GridFeatureCache(FeatureSource fs, int indexcapacity, int capacity, Storage store)
           
StreamingGridFeatureCache(FeatureSource fs, int indexcapacity, int capacity, Storage store)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.