Uses of Class
com.luciad.ogc.ows.model.TLcdOWSOperation
Packages that use TLcdOWSOperation
Package
Description
This package provides some basic Input/Output functionality classes.
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
Client API for an OGC Web Coverage Service (WCS).
Client API for an OGC Web Feature Service (WFS).
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdOWSOperation in com.luciad.lucy.io
Methods in com.luciad.lucy.io with parameters of type TLcdOWSOperationModifier and TypeMethodDescriptionTLcyCompositeOWSTransport.performRequest(TLcdOWSOperation aOWSOperation, ILcdOWSRequest aOWSRequest) -
Uses of TLcdOWSOperation in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return TLcdOWSOperationModifier and TypeMethodDescriptionTLcdOWSOperationsMetadata.getOperation(int aIndex) Returns the operation at the given index.TLcdOWSOperationsMetadata.getOperationByName(String aName) Returns an operation associated to the given name ornullif no operation can be found with that name.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSOperationModifier and TypeMethodDescriptionvoidTLcdOWSOperationsMetadata.addOperation(TLcdOWSOperation aOperation) Adds an operation.default booleanILcdOWSTransport.canPerformRequest(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Fast check to see whether or not this transport is capable of performing the request.booleanTLcdOWSHttpTransport.canPerformRequest(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) ILcdOWSTransport.performRequest(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Performs the specified operation passing in the parameters defined in the request object.TLcdOWSHttpTransport.performRequest(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Performs the specified operation passing in the parameters defined in the request object. -
Uses of TLcdOWSOperation in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client that return TLcdOWSOperationModifier and TypeMethodDescriptionprotected final TLcdOWSOperationTLcdWCSClient.getOperation(String aOperationName) Retrieves an operation based on the operation name. -
Uses of TLcdOWSOperation in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return TLcdOWSOperationModifier and TypeMethodDescriptionprotected final TLcdOWSOperationTLcdWFSClient.getOperation(String aOperationName) Retrieves an operation based on the operation name. -
Uses of TLcdOWSOperation in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdOWSOperationModifier and TypeMethodDescriptionprotected final TLcdOWSOperationTLcdWMSClient.getOperation(String aOperationName) Retrieves an operation based on the operation name.