public class MemoryEntry extends ContentEntry
Please be sure to synchronize on entry before access:
synchronize ( entry ){
entry.memory.put( feature.getID(), feature );
}
Modifier and Type | Method and Description |
---|---|
protected MemoryState |
createContentState(ContentEntry entry) |
Map<String,SimpleFeature> |
getMemory()
Access the
memory field used to store feature content. |
String |
toString() |
clearTransaction, dispose, getDataStore, getName, getState, getTypeName
protected MemoryState createContentState(ContentEntry entry)
public Map<String,SimpleFeature> getMemory()
memory
field used to store feature content.public String toString()
toString
in class ContentEntry
Copyright © 1996–2019 Geotools. All rights reserved.