TLcdGeoTIFFWCSCoverageDecoder
instead.public class TLcdWCSGeoTiffCoverageTileDecoder extends java.lang.Object implementsILcdWCSCoverageTileDecoder
TLcdGeoTIFFWCSCoverageDecoder
instead.Constructor and Description |
---|
TLcdWCSGeoTiffCoverageTileDecoder()
Deprecated.
|
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 aContent,
TLcdWCSGetCoverageRequest aRequest)
Deprecated.
Decodes a coverage response to a tile.
|
public TLcdWCSGeoTiffCoverageTileDecoder()
public boolean canDecodeCoverage(java.lang.String aOutputFormat)
ILcdWCSCoverageTileDecoder
GetCoverage
request.canDecodeCoverage
in interface ILcdWCSCoverageTileDecoder
aOutputFormat
- the output formatpublic ILcdTile decodeCoverage(java.lang.String aOutputFormat, java.lang.String aContentType, java.io.InputStream aContent, TLcdWCSGetCoverageRequest aRequest) throws java.io.IOException
ILcdWCSCoverageTileDecoder
decodeCoverage
in interface ILcdWCSCoverageTileDecoder
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 stringaContent
- an inputstream containing the response dataaRequest
- the GetCoverage
requestjava.io.IOException
- if an error occurs while processing the response data