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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOperation
(TLcdWFSOperation aOperation) Adds an operation.Returns the value of the property that maps to theOperation
element.getOperation
(int aIndex) Gets the operation at a given position.int
Gets the number of operations.void
removeOperation
(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 theOperation
element.- Returns:
- the value of the
OPERATION_PROPERTY
property.
-