Uses of Class
org.geotools.data.memory.MemoryState
-
Packages that use MemoryState Package Description org.geotools.data.memory -
-
Uses of MemoryState in org.geotools.data.memory
Methods in org.geotools.data.memory that return MemoryState Modifier and Type Method Description MemoryState
MemoryState. copy()
protected MemoryState
MemoryDataStore. createContentState(ContentEntry entry)
Use MemoryState to manage internal storage.protected MemoryState
MemoryEntry. createContentState(ContentEntry entry)
MemoryState
MemoryFeatureSource. getState()
MemoryState
MemoryFeatureStore. getState()
Constructors in org.geotools.data.memory with parameters of type MemoryState Constructor Description MemoryFeatureWriter(MemoryState state, Query query)
MemoryState(MemoryState state)
Creates the state from an existing one.
-