public class GempakParameterTable extends Object
| Constructor and Description |
|---|
GempakParameterTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameters(String tbl)
Add parameters from the table
|
GempakParameter |
getParameter(String name)
Get the parameter for the given name
|
public void addParameters(String tbl) throws IOException
tbl - table locationIOException - problem reading table.public GempakParameter getParameter(String name)
name - name of the parameter (eg:, TMPK);