Package ucar.nc2.iosp.gempak
Class GempakParameterTable
- java.lang.Object
-
- ucar.nc2.iosp.gempak.GempakParameterTable
-
public class GempakParameterTable extends Object
Class to hold a lookup of gempak parameters
-
-
Constructor Summary
Constructors Constructor Description GempakParameterTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addParameters(String tbl)
Add parameters from the tableGempakParameter
getParameter(String name)
Get the parameter for the given name
-
-
-
Method Detail
-
addParameters
public void addParameters(String tbl) throws IOException
Add parameters from the table- Parameters:
tbl
- table location- Throws:
IOException
- problem reading table.
-
getParameter
public 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
-
-