Uses of Class
com.luciad.ogc.wfs.common.model.TLcdWFSOperation
Package
Description
Model of an OGC Web Feature Service (WFS), used by the WFS client API in
com.luciad.ogc.wfs.client.
-
Uses of TLcdWFSOperation in com.luciad.ogc.wfs.common.model
Modifier and TypeFieldDescriptionstatic final TLcdWFSOperation
TLcdWFSOperation.DELETE
Delete operationstatic final TLcdWFSOperation
TLcdWFSOperation.GETGMLOBJECT
GetGmlObject operationstatic final TLcdWFSOperation
TLcdWFSOperation.INSERT
Insert operationstatic final TLcdWFSOperation
TLcdWFSOperation.LOCK
Lock operationstatic final TLcdWFSOperation
TLcdWFSOperation.QUERY
Query operationstatic final TLcdWFSOperation
TLcdWFSOperation.UPDATE
Update operationModifier and TypeMethodDescriptionTLcdWFSOperationList.getOperation
(int aIndex) Gets the operation at a given position.static TLcdWFSOperation
Returns theTLcdWFSOperation
that corresponds with the given operation name.Modifier and TypeMethodDescriptionvoid
TLcdWFSOperationList.addOperation
(TLcdWFSOperation aOperation) Adds an operation.