Package com.luciad.format.grib
Class TLcdGRIB1ParameterTableDecoder
java.lang.Object
com.luciad.format.grib.TLcdGRIB1ParameterTableDecoder
- All Implemented Interfaces:
ILcdInputStreamFactoryCapable
@Deprecated
public class TLcdGRIB1ParameterTableDecoder
extends Object
implements ILcdInputStreamFactoryCapable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
A decoder class for reading GRIB1 parameter table text files.
A parameter table file has the following format:
Organization: organization Center: centerID SubCenter: subcenterID TableVersion: table version Parameters indicator_1,abbreviation_1,measurement unit_1,description_1 indicator_2,abbreviation_2,measurement unit_2,description_2 ...
- Since:
- 6.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Decodes a GRIB parameter table file.Deprecated.Returns the input stream factory that is used.void
setInputStreamFactory
(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory to be used.
-
Constructor Details
-
Method Details
-
getInputStreamFactory
Deprecated.Description copied from interface:ILcdInputStreamFactoryCapable
Returns the input stream factory that is used.- Specified by:
getInputStreamFactory
in interfaceILcdInputStreamFactoryCapable
- Returns:
- the input stream factory that is used.
-
setInputStreamFactory
Deprecated.Description copied from interface:ILcdInputStreamFactoryCapable
Sets the input stream factory to be used.- Specified by:
setInputStreamFactory
in interfaceILcdInputStreamFactoryCapable
- Parameters:
aInputStreamFactory
- the input stream factory to be used.
-
decode
Deprecated.Decodes a GRIB parameter table file.- Parameters:
aSource
- the input file- Returns:
- a decoded TLcdGRIBParameterTable
- Throws:
IOException
- if the parsing failed.
-