public class EccodesCodeTable extends java.lang.Object implements Grib2CodeTableInterface
Grib2CodeTableInterface.Entry
Modifier and Type | Field and Description |
---|---|
static int |
LATEST_VERSION |
Modifier and Type | Method and Description |
---|---|
static EccodesCodeTable |
factory(int version,
int discipline,
int category) |
com.google.common.collect.ImmutableList<Grib2CodeTableInterface.Entry> |
getEntries() |
Grib2CodeTableInterface.Entry |
getEntry(int code)
Find the Entry in this table with the given code.
|
java.lang.String |
getName() |
java.lang.String |
getShortName() |
public static final int LATEST_VERSION
public static EccodesCodeTable factory(int version, int discipline, int category) throws java.io.IOException
java.io.IOException
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
@Nullable public Grib2CodeTableInterface.Entry getEntry(int code)
Grib2CodeTableInterface
getEntry
in interface Grib2CodeTableInterface
code
- unsigned short.