Class TLcdWFSLockFeatureResponse

java.lang.Object
com.luciad.ogc.wfs.client.TLcdWFSLockFeatureResponse

public class TLcdWFSLockFeatureResponse extends Object
This class represents the response to a WFS lock feature request.
Since:
10.0
See Also:
  • Method Details

    • getFeatureIdentifiersLocked

      public List<String> getFeatureIdentifiersLocked()
      Returns the id's of the features that were locked by the request.
      Returns:
      A list containing all ids of locked features.
    • getFeatureIdentifiersNotLocked

      public List<String> 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

      public String getLockId()
      Returns the id of the lock that was created by the server.
      Returns:
      A unique id that represents the lock.