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 String
getAbbrev()
int
getCategory()
Unsigned byteString
getDescription()
int
getDiscipline()
Unsigned byteFloat
getFill()
String
getId()
Unique across all Parameter tablesFloat
getMissing()
String
getName()
int
getNumber()
Unsigned byteString
getOperationalStatus()
String
getUnit()
-
-
-
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()
-
-