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.EntrygetEntry(int codeValue)Find the Entry in this table with the given code.StringgetName()StringgetShortName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceGrib2CodeTableInterface
-
getShortName
public String getShortName()
- Specified by:
getShortNamein interfaceGrib2CodeTableInterface
-
getEntries
public com.google.common.collect.ImmutableList<Grib2CodeTableInterface.Entry> getEntries()
- Specified by:
getEntriesin interfaceGrib2CodeTableInterface
-
getEntry
public Grib2CodeTableInterface.Entry getEntry(int codeValue)
Description copied from interface:Grib2CodeTableInterfaceFind the Entry in this table with the given code.- Specified by:
getEntryin interfaceGrib2CodeTableInterface- Parameters:
codeValue- unsigned short.
-
-