public class TLcdWFSCreatedOrModifiedFeature
extends Object
A class containing the list of ids of the features that were created or modified by an action in
a WFS transaction request.
- Since:
- 10.0
-
Method Summary 
Returns a List
of identifiers of modified or newly created features.
Returns the handle of the transaction action that created or modified the feature.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
getHandle 
Returns the handle of the transaction action that created or modified the feature.
- Returns:
- A valid handle, or null if no handle was given in the request.
-
getFeatureIdentifiers 
Returns a List
of identifiers of modified or newly created features.
- Returns:
- A List of identifiers.