Uses of Interface
com.luciad.ogc.wcs.model.ILcdCoverageOfferingDetail
Packages that use ILcdCoverageOfferingDetail
Package
Description
This package contains the interfaces and implementations that are used to represent the data
served by the WCS.
-
Uses of ILcdCoverageOfferingDetail in com.luciad.ogc.wcs.model
Classes in com.luciad.ogc.wcs.model that implement ILcdCoverageOfferingDetailModifier and TypeClassDescriptionclassDeprecated.classThe default implementation ofILcdCoverageOfferingDetail.Methods in com.luciad.ogc.wcs.model that return ILcdCoverageOfferingDetailModifier and TypeMethodDescriptionILcdCoverageOffering.getCoverageOfferingDetail()Returns anILcdCoverageOfferingDetailcontaining additional information about the coverage offering.TLcdCoverageOffering.getCoverageOfferingDetail()Deprecated.TLcdDefaultCoverageOffering.getCoverageOfferingDetail()Methods in com.luciad.ogc.wcs.model with parameters of type ILcdCoverageOfferingDetailModifier and TypeMethodDescriptionvoidTLcdDefaultCoverageOffering.setCoverageOfferingDetail(ILcdCoverageOfferingDetail aCoverageOfferingDetail) Constructors in com.luciad.ogc.wcs.model with parameters of type ILcdCoverageOfferingDetailModifierConstructorDescriptionTLcdCoverageOffering(ILcdModel aModel, String aName, String aLabel, String aDescription, String aMetadataLink, List<String> aKeywords, ILcdCoverageOfferingDetail aCoverageOfferingDetail) Deprecated.Creates a new instance with the given arguments.TLcdDefaultCoverageOffering(String aName, String aSource, ILcdBounds aWGS84Bounds, ILcdCoverageOfferingDetail aCoverageOfferingDetail)
TLcdDefaultCoverageOfferingDetailinstead.