public class MemoryState extends ContentState
batchFeatureEvent, bounds, count, entry, featureType, listeners, transactionState, tx
Constructor and Description |
---|
MemoryState(MemoryEntry entry)
State for MemoryDataStore providing FeatureType and stored features.
|
MemoryState(MemoryState state)
Creates the state from an existing one.
|
Modifier and Type | Method and Description |
---|---|
MemoryState |
copy()
Copies the state.
|
MemoryEntry |
getEntry()
The entry which maintains the state.
|
addListener, close, fireBatchFeatureEvent, fireFeatureAdded, fireFeatureEvent, fireFeatureRemoved, fireFeatureUpdated, flush, getBatchFeatureEvent, getBounds, getCount, getFeatureType, getTransaction, hasListener, removeListener, setBounds, setCount, setFeatureType, setTransaction
public MemoryState(MemoryEntry entry)
entry
- public MemoryState(MemoryState state)
public MemoryEntry getEntry()
ContentState
getEntry
in class ContentState
public MemoryState copy()
ContentState
Subclasses should override this method. Any mutable state objects should be cloned.
copy
in class ContentState
Copyright © 1996–2019 Geotools. All rights reserved.