Package com.luciad.format.grib
Class TLcdGRIB2DisciplineTable
java.lang.Object
com.luciad.format.grib.TLcdGRIB2DisciplineTable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
The Discipline table contains a number of disciplines that can be retrieved with
getDiscipline
.- Since:
- 10.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDiscipline
(int aDisciplineKey, String aDiscipline) Deprecated.Adds the string representation for a given discipline key.getDiscipline
(int aDisciplineKey) Deprecated.Retrieves the string representation of a given discipline key.
-
Constructor Details
-
TLcdGRIB2DisciplineTable
public TLcdGRIB2DisciplineTable()Deprecated.
-
-
Method Details
-
getDiscipline
Deprecated.Retrieves the string representation of a given discipline key.- Parameters:
aDisciplineKey
- The discipline key to retrieve the string representation for.- Returns:
- The string representation of the discipline key.
- See Also:
-
addDiscipline
Deprecated.Adds the string representation for a given discipline key.- Parameters:
aDisciplineKey
- The discipline key to set the string representation for.aDiscipline
- The string representation of the discipline.- See Also:
-