Uses of Class
com.luciad.ogc.wcs.common.model.TLcdWCSCoverageOffering
Packages that use TLcdWCSCoverageOffering
Package
Description
Client API for an OGC Web Coverage Service (WCS).
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
-
Uses of TLcdWCSCoverageOffering in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client that return TLcdWCSCoverageOfferingModifier and TypeMethodDescriptionTLcdWCSProxyModelDescriptor.getCoverageDescription()
Returns a description of the coverage contained in the model.TLcdWCSProxy.getCoverageOffering()
Returns aTLcdWCSCoverageOffering
describing the requested coverage.Constructors in com.luciad.ogc.wcs.client with parameters of type TLcdWCSCoverageOfferingModifierConstructorDescriptionTLcdWCSProxyModelDescriptor
(String aSourceName, String aDisplayName, TLcdWCSCapabilities aCapabilities, TLcdWCSCoverageOffering aOffering, String aFormat) Creates a newTLcdWCSProxyModelDescriptor
with the given parameters. -
Uses of TLcdWCSCoverageOffering in com.luciad.ogc.wcs.common.model
Methods in com.luciad.ogc.wcs.common.model that return TLcdWCSCoverageOfferingModifier and TypeMethodDescriptionTLcdWCSCoverageDescription.getCoverageOffering
(int aIndex) Returns the coverage offering at the given index.Methods in com.luciad.ogc.wcs.common.model with parameters of type TLcdWCSCoverageOfferingModifier and TypeMethodDescriptionvoid
TLcdWCSCoverageDescription.addCoverageOffering
(TLcdWCSCoverageOffering aCoverageOffering) Adds a coverage offering.