| java.lang.Object org.geotools.caching.impl.InMemoryFeatureCache
InMemoryFeatureCache | public class InMemoryFeatureCache implements FeatureCache(Code) | | An implementation of FeatureCache :
- with in memory storage
- uses a RTree to index features
- uses a SpatialQueryTracker to track query bounds
Parameters: ds - the DataStore to cache Parameters: t - the FeatureTypeTODO: add constructor InMemoryFeatureCache(FeatureStore) author: Christophe Rousson, SoC 2007, CRG-ULAVAL |
cacheReads | protected int cacheReads(Code) | | |
capacity | protected int capacity(Code) | | |
evictions | protected int evictions(Code) | | |
storeReads | protected int storeReads(Code) | | |
clear | public void clear()(Code) | | |
evict | public void evict()(Code) | | |
getCacheReads | public int getCacheReads()(Code) | | |
getEvictions | public int getEvictions()(Code) | | |
getStoreReads | public int getStoreReads()(Code) | | |
splitFilter | public Filter[] splitFilter(Filter f)(Code) | | |
toRegion | protected static Region toRegion(Envelope e)(Code) | | Transform a JTS Envelope to a Region
Parameters: e - JTS Envelope |
|
|