Package ucar.nc2.iosp.gempak
Class GempakParameters
- java.lang.Object
-
- ucar.nc2.iosp.gempak.GempakParameters
-
public class GempakParameters extends Object
Wrapper around GempakParameterTable for use in a static context.
-
-
Constructor Summary
Constructors Constructor Description GempakParameters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddParameters(String tbl)Add parameters from the tablestatic GempakParametergetParameter(String name)Get the parameter for the given name
-
-
-
Method Detail
-
addParameters
public static void addParameters(String tbl) throws IOException
Add parameters from the table- Parameters:
tbl- table location- Throws:
IOException- problem reading table.
-
getParameter
public static GempakParameter getParameter(String name)
Get the parameter for the given name- Parameters:
name- name of the parameter (eg:, TMPK);- Returns:
- corresponding parameter or null if not found in table
-
-