Package org.geotools.data.memory
Class MemoryEntry
Object
ContentEntry
MemoryEntry
Entry used to store features (of a single FeatureType).
Please be sure to synchronize on entry before access:
synchronize ( entry ){
entry.memory.put( feature.getID(), feature );
}
- Author:
- Jody Garnett (Boundless)
-
Method Summary
Modifier and TypeMethodDescriptionprotected MemoryState
createContentState
(ContentEntry entry) Access thememory
field used to store feature content.toString()
Methods inherited from class ContentEntry
clearTransaction, dispose, getDataStore, getName, getState, getTypeName
-
Method Details
-
createContentState
-
getMemory
Access thememory
field used to store feature content.- Returns:
- the memory
-
toString
- Overrides:
toString
in classContentEntry
-