Package ucar.nc2.grib.grib2.table
Class WmoCodeTable
- java.lang.Object
-
- ucar.nc2.grib.grib2.table.WmoCodeTable
-
- All Implemented Interfaces:
Grib2CodeTableInterface
public class WmoCodeTable extends Object implements Grib2CodeTableInterface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.grib.grib2.table.Grib2CodeTableInterface
Grib2CodeTableInterface.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<Grib2CodeTableInterface.Entry>
getEntries()
Grib2CodeTableInterface.Entry
getEntry(int codeValue)
Find the Entry in this table with the given code.String
getName()
String
getShortName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceGrib2CodeTableInterface
-
getShortName
public String getShortName()
- Specified by:
getShortName
in interfaceGrib2CodeTableInterface
-
getEntries
public com.google.common.collect.ImmutableList<Grib2CodeTableInterface.Entry> getEntries()
- Specified by:
getEntries
in interfaceGrib2CodeTableInterface
-
getEntry
public Grib2CodeTableInterface.Entry getEntry(int codeValue)
Description copied from interface:Grib2CodeTableInterface
Find the Entry in this table with the given code.- Specified by:
getEntry
in interfaceGrib2CodeTableInterface
- Parameters:
codeValue
- unsigned short.
-
-