Uses of Class
com.luciad.ogc.wcs.TLcdWCSRequestContext
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 TLcdWCSRequestContext in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionILcdWCSModelEncoderFactory.createModelEncoder
(ILcdModel aModel, ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormat, TLcdWCSRequestContext aRequestContext) Returns a model encoder that can write the given model to an output stream provided by the given factory, in the given format. -
Uses of TLcdWCSRequestContext in com.luciad.ogc.wcs.model
Modifier 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.int
ILcdCoverageOfferingList.getCoverageOfferingCount
(TLcdWCSRequestContext aRequestContext) Deprecated.Returns the number of coverage offerings in the list.ILcdCoverageOfferingList.getModel
(String aCoverageName, Object[] aCoverageFilter, TLcdWCSRequestContext aRequestContext) Deprecated.Returns a model for the given coverage offering name and optional spatial, temporal or other filter.ILcdCoverageOfferingList.getModelReference
(String aCoverageName, TLcdWCSRequestContext aRequestContext) Deprecated.Returns the model reference for the given coverage offering name.