Uses of Class
com.luciad.ogc.ows.model.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
Modifier and TypeMethodDescriptionTLcyCompositeOWSTransport.performRequest
(TLcdOWSOperation aOWSOperation, ILcdOWSRequest aOWSRequest) -
Uses of TLcdOWSOperation in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptionTLcdOWSOperationsMetadata.getOperation
(int aIndex) Returns the operation at the given index.TLcdOWSOperationsMetadata.getOperationByName
(String aName) Returns an operation associated to the given name ornull
if no operation can be found with that name.Modifier and TypeMethodDescriptionvoid
TLcdOWSOperationsMetadata.addOperation
(TLcdOWSOperation aOperation) Adds an operation.default boolean
ILcdOWSTransport.canPerformRequest
(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Fast check to see whether or not this transport is capable of performing the request.boolean
TLcdOWSHttpTransport.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
Modifier and TypeMethodDescriptionprotected final TLcdOWSOperation
TLcdWCSClient.getOperation
(String aOperationName) Retrieves an operation based on the operation name. -
Uses of TLcdOWSOperation in com.luciad.ogc.wfs.client
Modifier and TypeMethodDescriptionprotected final TLcdOWSOperation
TLcdWFSClient.getOperation
(String aOperationName) Retrieves an operation based on the operation name. -
Uses of TLcdOWSOperation in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionprotected final TLcdOWSOperation
TLcdWMSClient.getOperation
(String aOperationName) Retrieves an operation based on the operation name.