Package org.geotools.data.wfs
Class WFSContentState
- Object
-
- ContentState
-
- WFSContentState
-
public class WFSContentState extends ContentState
-
-
Field Summary
-
Fields inherited from class ContentState
batchFeatureEvent, bounds, count, entry, featureType, listeners, transactionState, tx
-
-
Constructor Summary
Constructors Constructor Description WFSContentState(ContentEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WFSContentStatecopy()Copies the state.voidsetTransaction(Transaction tx)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 Detail
-
WFSContentState
public WFSContentState(ContentEntry entry)
-
-
Method Detail
-
copy
public WFSContentState 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
public void setTransaction(Transaction tx)
Sets the transaction associated with the state.- Overrides:
setTransactionin classContentState
-
-