|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |