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.voidSets 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:ContentStateCopies the state.Subclasses should override this method. Any mutable state objects should be cloned.
- Overrides:
copyin classContentState- Returns:
- A copy of the state.
-
setTransaction
Sets the transaction associated with the state.- Overrides:
setTransactionin classContentState
-