| java.lang.Object org.geotools.caching.impl.MemoryFeatureIndex
MemoryFeatureIndex | public class MemoryFeatureIndex implements FeatureIndex(Code) | | An implementation of FeatureIndex, that stores every thing needed in memory.
author: Christophe Rousson, SoC 2007, CRG-ULAVAL |
MemoryFeatureIndex | public MemoryFeatureIndex(DataCache parent, FeatureType type, int capacity)(Code) | | Creates a new index that can store features of given type.
Parameters: type - FeatureType of features this index will store Parameters: capacity - maximum number of features we can store. |
clear | public void clear()(Code) | | |
flush | public void flush()(Code) | | |
|
|