Package com.luciad.ogc.wfs.common.model
Class TLcdWFSOperationList
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSOperationList
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
This is a container class for the operations supported by a given instance of WFS.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOperation(TLcdWFSOperation aOperation) Adds an operation.Returns the value of the property that maps to theOperationelement.getOperation(int aIndex) Gets the operation at a given position.intGets the number of operations.voidremoveOperation(int aIndex) Removes the operation at a given position.
-
Constructor Details
-
TLcdWFSOperationList
public TLcdWFSOperationList()
-
-
Method Details
-
addOperation
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
Gets the operation at a given position.- Parameters:
aIndex- the index of the given position.- Returns:
- the operation at the given position.
-
getOperation
Returns the value of the property that maps to theOperationelement.- Returns:
- the value of the
OPERATION_PROPERTYproperty.
-