Uses of Interface
com.luciad.ogc.wcs.model.ILcdCoverageOffering
Packages that use ILcdCoverageOffering
Package
Description
Implementation of the OGC Web Coverage Service (WCS) specification.
This package contains the interfaces and implementations that are used to represent the data
served by the WCS.
-
Uses of ILcdCoverageOffering in com.luciad.ogc.wcs
Methods in com.luciad.ogc.wcs that return types with arguments of type ILcdCoverageOfferingModifier and TypeMethodDescriptionILcdWCSCapabilitiesProvider.getCoverageOfferings
(ILcdRequest aRequest) Returns the list ofILcdCoverageOffering
s that contain a description of the coverages available from this server.ILcdWCSCapabilitiesProvider.getCoverageOfferings
(List<String> aCoverageNames, ILcdRequest aRequest) Returns the list ofILcdCoverageOffering
s with coverage names that correspond to the given coverage names. -
Uses of ILcdCoverageOffering in com.luciad.ogc.wcs.model
Classes in com.luciad.ogc.wcs.model that implement ILcdCoverageOfferingModifier and TypeClassDescriptionclass
Deprecated.class
The default implementation ofILcdCoverageOffering
.Methods in com.luciad.ogc.wcs.model that return ILcdCoverageOfferingModifier and TypeMethodDescriptionILcdCoverageOfferingList.getCoverageOffering
(int aIndex, TLcdWCSRequestContext aRequestContext) Deprecated.Returns the coverage offering at the given index.ILcdCoverageOfferingList.getCoverageOffering
(String aName, TLcdWCSRequestContext aRequestContext) Deprecated.Returns the coverage offering with the given name.
TLcdDefaultCoverageOffering
instead (since 2017.0).