Package ucar.nc2.grib.grib2.table
Class WmoParamTable
- java.lang.Object
-
- ucar.nc2.grib.grib2.table.WmoParamTable
-
- All Implemented Interfaces:
Grib2ParamTableInterface
public class WmoParamTable extends Object implements Grib2ParamTableInterface
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
GribTables.Parameter
getParameter(int number)
Find the Parameter in this table with the given number.static GribTables.Parameter
getParameter(int discipline, int category, int number)
static String
getParameterName(int discipline, int category, int number)
com.google.common.collect.ImmutableList<GribTables.Parameter>
getParameters()
String
getShortName()
-
-
-
Method Detail
-
getParameter
@Nullable public static GribTables.Parameter getParameter(int discipline, int category, int number)
-
getParameterName
@Nullable public static String getParameterName(int discipline, int category, int number)
-
getName
public String getName()
- Specified by:
getName
in interfaceGrib2ParamTableInterface
-
getShortName
public String getShortName()
- Specified by:
getShortName
in interfaceGrib2ParamTableInterface
-
getParameters
public com.google.common.collect.ImmutableList<GribTables.Parameter> getParameters()
- Specified by:
getParameters
in interfaceGrib2ParamTableInterface
-
getParameter
@Nullable public GribTables.Parameter getParameter(int number)
Description copied from interface:Grib2ParamTableInterface
Find the Parameter in this table with the given number.- Specified by:
getParameter
in interfaceGrib2ParamTableInterface
- Parameters:
number
- unsigned byte.
-
-