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.IOExceptionpublic java.lang.String getName()
getName in interface Grib2CodeTableInterfacepublic java.lang.String getShortName()
getShortName in interface Grib2CodeTableInterfacepublic com.google.common.collect.ImmutableList<Grib2CodeTableInterface.Entry> getEntries()
getEntries in interface Grib2CodeTableInterface@Nullable public Grib2CodeTableInterface.Entry getEntry(int code)
Grib2CodeTableInterfacegetEntry in interface Grib2CodeTableInterfacecode - unsigned short.