@Immutable
public class Grib1ParamLevel
extends java.lang.Object
| Constructor and Description | 
|---|
| Grib1ParamLevel(Grib1Customizer cust,
               Grib1SectionProductDefinition pds)Implements tables 3 and 3a. | 
| Grib1ParamLevel(Grib1Customizer cust,
               int levelType,
               float value1,
               float value2)Allows center specific parsing | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDescription() | 
| int | getLevelType()Index number from table 3 (pds octet 10) | 
| java.lang.String | getNameShort() | 
| float | getValue1()gets the 1st value for the level. | 
| float | getValue2()gets the 2nd value for the level. | 
public Grib1ParamLevel(Grib1Customizer cust, int levelType, float value1, float value2)
cust - customized for this center/subcenterlevelType - the level typevalue1 - first level valuevalue2 - second level valuepublic Grib1ParamLevel(Grib1Customizer cust, Grib1SectionProductDefinition pds)
cust - customized for this center/subcenterpds - the Grib1SectionProductDefinitionpublic int getLevelType()
public float getValue1()
public float getValue2()
public java.lang.String getNameShort()
public java.lang.String getDescription()