public class WmoCodeTable extends java.lang.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.
|
java.lang.String |
getName() |
java.lang.String |
getShortName() |
public java.lang.String getName()
getName
in interface Grib2CodeTableInterface
public java.lang.String getShortName()
getShortName
in interface Grib2CodeTableInterface
public com.google.common.collect.ImmutableList<Grib2CodeTableInterface.Entry> getEntries()
getEntries
in interface Grib2CodeTableInterface
public Grib2CodeTableInterface.Entry getEntry(int codeValue)
Grib2CodeTableInterface
getEntry
in interface Grib2CodeTableInterface
codeValue
- unsigned short.