Class TLcdWFSOperationList

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSOperationList
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdWFSOperationList extends TLcdDataObject
This is a container class for the operations supported by a given instance of WFS.
  • Constructor Details

    • TLcdWFSOperationList

      public TLcdWFSOperationList()
  • Method Details

    • addOperation

      public void addOperation(TLcdWFSOperation aOperation)
      Adds an operation.
      Parameters:
      aOperation - the operation to be added.
    • getOperationCount

      public int getOperationCount()
      Gets the number of operations.
      Returns:
      the number of operations.
    • removeOperation

      public void removeOperation(int aIndex)
      Removes the operation at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getOperation

      public TLcdWFSOperation getOperation(int aIndex)
      Gets the operation at a given position.
      Parameters:
      aIndex - the index of the given position.
      Returns:
      the operation at the given position.
    • getOperation

      public List<String> getOperation()
      Returns the value of the property that maps to the Operation element.
      Returns:
      the value of the OPERATION_PROPERTY property.