public class WmoCodeTable extends Object implements Grib2CodeTableInterface
Grib2CodeTableInterface.Entry| Modifier and Type | Method and 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() |
public String getName()
getName in interface Grib2CodeTableInterfacepublic String getShortName()
getShortName in interface Grib2CodeTableInterfacepublic com.google.common.collect.ImmutableList<Grib2CodeTableInterface.Entry> getEntries()
getEntries in interface Grib2CodeTableInterfacepublic Grib2CodeTableInterface.Entry getEntry(int codeValue)
Grib2CodeTableInterfacegetEntry in interface Grib2CodeTableInterfacecodeValue - unsigned short.