Uses of Class
com.luciad.ogc.wfs.common.model.TLcdWFSOperation
Packages that use 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
Fields in com.luciad.ogc.wfs.common.model declared as TLcdWFSOperationModifier 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 operationMethods in com.luciad.ogc.wfs.common.model that return TLcdWFSOperationModifier and TypeMethodDescriptionTLcdWFSOperationList.getOperation
(int aIndex) Gets the operation at a given position.static TLcdWFSOperation
Returns theTLcdWFSOperation
that corresponds with the given operation name.Methods in com.luciad.ogc.wfs.common.model with parameters of type TLcdWFSOperationModifier and TypeMethodDescriptionvoid
TLcdWFSOperationList.addOperation
(TLcdWFSOperation aOperation) Adds an operation.