Package com.luciad.ogc.wfs.client
Class TLcdWFSCreatedOrModifiedFeature
java.lang.Object
com.luciad.ogc.wfs.client.TLcdWFSCreatedOrModifiedFeature
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
Modifier and TypeMethodDescriptionReturns aList
of identifiers of modified or newly created features.Returns the handle of the transaction action that created or modified the feature.
-
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 aList
of identifiers of modified or newly created features.- Returns:
- A List of identifiers.
-