Class TLcdGRIB2CategoryTableDecoder

java.lang.Object
com.luciad.format.grib.TLcdGRIB2CategoryTableDecoder
All Implemented Interfaces:
ILcdInputStreamFactoryCapable

@Deprecated public class TLcdGRIB2CategoryTableDecoder extends Object implements ILcdInputStreamFactoryCapable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
The TLcdGRIB2CategoryTableDecoder decodes category table files as formatted below. It contains a header section and the categories section. The header section defines for which center, subcenter, table version, and discipline these categories apply to. In the categories section each line defines a mapping of a category ID and its description.

Example

 Organization: USA NCEP
 Usage: GRIB Standard
 Center: 0
 SubCenter: 0
 TableVersion: 1
 Discipline: 0

 Categories
 0,Temperature
 1,Moisture
 2,Momentum
 3,Mass
 4,Short-wave radiation
 5,Long-wave radiation
 
Since:
10.1