Package com.luciad.format.grib
Class TLcdGRIB2DisciplineTableDecoder
java.lang.Object
com.luciad.format.grib.TLcdGRIB2DisciplineTableDecoder
- All Implemented Interfaces:
ILcdInputStreamFactoryCapable
@Deprecated
public class TLcdGRIB2DisciplineTableDecoder
extends Object
implements ILcdInputStreamFactoryCapable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
The
TLcdGRIB2DisciplineTableDecoder
decodes discipline table files as formatted below.
Each line defines a mapping of a discipline ID and its description.
Example
0,Meteorological products 1,Hydrological products 2,Land surface products 3,Space Products 10,Oceanographic products
- Since:
- 10.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Decodes a GRIB discipline 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
-
TLcdGRIB2DisciplineTableDecoder
public TLcdGRIB2DisciplineTableDecoder()Deprecated.
-
-
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 discipline table file.- Parameters:
aSource
- the input source- Returns:
- a decoded discipline table
- Throws:
IOException
- if the parsing failed.
-