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 TLcdWFSOperationTLcdWFSOperation.DELETEDelete operationstatic final TLcdWFSOperationTLcdWFSOperation.GETGMLOBJECTGetGmlObject operationstatic final TLcdWFSOperationTLcdWFSOperation.INSERTInsert operationstatic final TLcdWFSOperationTLcdWFSOperation.LOCKLock operationstatic final TLcdWFSOperationTLcdWFSOperation.QUERYQuery operationstatic final TLcdWFSOperationTLcdWFSOperation.UPDATEUpdate operationMethods in com.luciad.ogc.wfs.common.model that return TLcdWFSOperationModifier and TypeMethodDescriptionTLcdWFSOperationList.getOperation(int aIndex) Gets the operation at a given position.static TLcdWFSOperationReturns theTLcdWFSOperationthat corresponds with the given operation name.Methods in com.luciad.ogc.wfs.common.model with parameters of type TLcdWFSOperationModifier and TypeMethodDescriptionvoidTLcdWFSOperationList.addOperation(TLcdWFSOperation aOperation) Adds an operation.