Uses of Class
com.luciad.ogc.wcs.client.TLcdWCSGetCoverageRequest
-
Uses of TLcdWCSGetCoverageRequest in com.luciad.ogc.wcs.client
Modifier and TypeMethodDescriptionTLcdWCSClient.createGetCoverageRequest()
Creates a new 'GetCoverage' request object which is compatible with the WCS version implemented by the WCS server this client communicates with.Modifier and TypeMethodDescriptionabstract ILcdModel
ALcdWCSCoverageDecoder.decodeCoverage
(String aOutputFormat, String aContentType, InputStream aContent, TLcdWCSGetCoverageRequest aRequest) Decodes a GetCoverage response as anILcdModel
.ILcdWCSCoverageTileDecoder.decodeCoverage
(String aOutputFormat, String aContentType, InputStream aInputStream, TLcdWCSGetCoverageRequest aRequest) Deprecated.Decodes a coverage response to a tile.TLcdGeoTIFFWCSCoverageDecoder.decodeCoverage
(String aOutputFormat, String aContentType, InputStream aContent, TLcdWCSGetCoverageRequest aRequest) TLcdWCSGeoTiffCoverageTileDecoder.decodeCoverage
(String aOutputFormat, String aContentType, InputStream aContent, TLcdWCSGetCoverageRequest aRequest) Deprecated.TLcdWCSClient.getCoverage
(TLcdWCSGetCoverageRequest aRequest) Performs the 'GetCoverage' request.