Uses of Class
com.luciad.ogc.wcs.common.model.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
Modifier and TypeMethodDescriptionTLcdWCSProxyModelDescriptor.getCoverageDescription()
Returns a description of the coverage contained in the model.TLcdWCSProxy.getCoverageOffering()
Returns aTLcdWCSCoverageOffering
describing the requested coverage.ModifierConstructorDescriptionTLcdWCSProxyModelDescriptor
(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
Modifier and TypeMethodDescriptionTLcdWCSCoverageDescription.getCoverageOffering
(int aIndex) Returns the coverage offering at the given index.Modifier and TypeMethodDescriptionvoid
TLcdWCSCoverageDescription.addCoverageOffering
(TLcdWCSCoverageOffering aCoverageOffering) Adds a coverage offering.