Package com.luciad.ogc.wfs.client
Class TLcdWFSLockFeatureResponse
java.lang.Object
com.luciad.ogc.wfs.client.TLcdWFSLockFeatureResponse
This class represents the response to a WFS lock feature request.
- Since:
- 10.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the id's of the features that were locked by the request.Returns the id's of the features that were requested for the lock, but that could not be locked.Returns the id of the lock that was created by the server.
-
Method Details
-
getFeatureIdentifiersLocked
Returns the id's of the features that were locked by the request.- Returns:
- A list containing all ids of locked features.
-
getFeatureIdentifiersNotLocked
Returns the id's of the features that were requested for the lock, but that could not be locked.- Returns:
- A list containing all ids of features that could not be locked.
-
getLockId
Returns the id of the lock that was created by the server.- Returns:
- A unique id that represents the lock.
-