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, setTransactionpublic MemoryState(MemoryEntry entry)
entry - public MemoryState(MemoryState state)
public MemoryEntry getEntry()
ContentStategetEntry in class ContentStatepublic MemoryState copy()
ContentStateSubclasses should override this method. Any mutable state objects should be cloned.
copy in class ContentStateCopyright © 1996–2019 Geotools. All rights reserved.