Package ucar.nc2.grib
Interface GribTables.Parameter
-
- All Known Implementing Classes:
Grib1Parameter,Grib2Parameter
- Enclosing interface:
- GribTables
public static interface GribTables.Parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAbbrev()intgetCategory()Unsigned byteStringgetDescription()intgetDiscipline()Unsigned byteFloatgetFill()StringgetId()Unique across all Parameter tablesFloatgetMissing()StringgetName()intgetNumber()Unsigned byteStringgetOperationalStatus()StringgetUnit()
-
-
-
Method Detail
-
getDiscipline
int getDiscipline()
Unsigned byte
-
getCategory
int getCategory()
Unsigned byte
-
getNumber
int getNumber()
Unsigned byte
-
getName
String getName()
-
getUnit
String getUnit()
-
getAbbrev
@Nullable String getAbbrev()
-
getDescription
String getDescription()
-
getId
String getId()
Unique across all Parameter tables
-
getFill
@Nullable Float getFill()
-
getMissing
Float getMissing()
-
getOperationalStatus
@Nullable String getOperationalStatus()
-
-