Uses of Class
com.luciad.ogc.wcs.client.TLcdWCSGetCoverageRequest
Packages that use TLcdWCSGetCoverageRequest
-
Uses of TLcdWCSGetCoverageRequest in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client that return TLcdWCSGetCoverageRequestModifier 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.Methods in com.luciad.ogc.wcs.client with parameters of type TLcdWCSGetCoverageRequestModifier and TypeMethodDescriptionabstract ILcdModelALcdWCSCoverageDecoder.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.