Class TLcdWFSCreatedOrModifiedFeature

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

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 Details

    • getHandle

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

      public List<String> getFeatureIdentifiers()
      Returns a List of identifiers of modified or newly created features.
      Returns:
      A List of identifiers.