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