public static class Grib1ParamTables.Lookup
extends java.lang.Object
Constructor and Description |
---|
Lookup() |
Modifier and Type | Method and Description |
---|---|
Grib1Parameter |
getParameter(int center,
int subcenter,
int tableVersion,
int param_number) |
Grib1ParamTableReader |
getParameterTable(int center,
int subcenter,
int tableVersion) |
boolean |
readLookupTable(java.lang.String resourceName)
read the lookup table from file
|
public boolean readLookupTable(java.lang.String resourceName) throws java.io.IOException
resourceName
- read from filejava.io.IOException
- On badnesspublic Grib1Parameter getParameter(int center, int subcenter, int tableVersion, int param_number)
public Grib1ParamTableReader getParameterTable(int center, int subcenter, int tableVersion)