Uses of Class
com.luciad.ogc.ows.model.TLcdOWSOperationsMetadata
Packages that use TLcdOWSOperationsMetadata
Package
Description
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.
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdOWSOperationsMetadata in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return TLcdOWSOperationsMetadataModifier and TypeMethodDescriptionTLcdOWSCapabilitiesBase.getOperationsMetadata()
Returns the value of the property that maps to theOperationsMetadata
element.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSOperationsMetadataModifier and TypeMethodDescriptionvoid
TLcdOWSCapabilitiesBase.setOperationsMetadata
(TLcdOWSOperationsMetadata aValue) Sets the value of the property that maps to theOperationsMetadata
element. -
Uses of TLcdOWSOperationsMetadata in com.luciad.ogc.wcs.common.model
Subclasses of TLcdOWSOperationsMetadata in com.luciad.ogc.wcs.common.modelModifier and TypeClassDescriptionclass
This class contains the operations metadata and exception metadata. -
Uses of TLcdOWSOperationsMetadata in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdOWSOperationsMetadataModifier and TypeMethodDescriptionALcdOGCWMSCapabilities.getOperationsMetadata()
Returns the operations metadata of the capabilities.