ALcdWCSCoverageDecoder
instead.public interface ILcdWCSCoverageTileDecoder
ILcdTile
.
This decoder is deprecated because it uses the deprecated raster API.
You're encouraged to extend ALcdWCSCoverageDecoder
instead, which uses the imaging API.Modifier and Type | Method and Description |
---|---|
boolean |
canDecodeCoverage(java.lang.String aOutputFormat)
Deprecated.
Determines if this decoder can decode coverages that are provided
in the specified output format.
|
ILcdTile |
decodeCoverage(java.lang.String aOutputFormat,
java.lang.String aContentType,
java.io.InputStream aInputStream,
TLcdWCSGetCoverageRequest aRequest)
Deprecated.
Decodes a coverage response to a tile.
|
boolean canDecodeCoverage(java.lang.String aOutputFormat)
GetCoverage
request.aOutputFormat
- the output formatILcdTile decodeCoverage(java.lang.String aOutputFormat, java.lang.String aContentType, java.io.InputStream aInputStream, TLcdWCSGetCoverageRequest aRequest) throws java.io.IOException
aOutputFormat
- the output format that was used in the GetCoverage
requestaContentType
- the mime-type of the returned data.
This value is optional and may be null or an empty stringaInputStream
- an inputstream containing the response dataaRequest
- the GetCoverage
requestjava.io.IOException
- if an error occurs while processing the response data