Package org.geotools.data.wfs
Class WFSContentState
Object
ContentState
WFSContentState
-
Field Summary
Fields inherited from class ContentState
batchFeatureEvent, bounds, count, entry, featureType, listeners, transactionState, tx
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Copies the state.void
Sets the transaction associated with the state.Methods inherited from class ContentState
addListener, close, fireBatchFeatureEvent, fireFeatureAdded, fireFeatureEvent, fireFeatureRemoved, fireFeatureUpdated, flush, getBatchFeatureEvent, getBounds, getCount, getEntry, getFeatureType, getTransaction, hasListener, removeListener, setBounds, setCount, setFeatureType
-
Constructor Details
-
WFSContentState
-
-
Method Details
-
copy
Description copied from class:ContentState
Copies the state.Subclasses should override this method. Any mutable state objects should be cloned.
- Overrides:
copy
in classContentState
- Returns:
- A copy of the state.
-
setTransaction
Sets the transaction associated with the state.- Overrides:
setTransaction
in classContentState
-