public class GempakParameterTable extends Object
| Constructor and Description |
|---|
GempakParameterTable()
Create a new table.
|
| 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
|
static void |
main(String[] args)
Test
|
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);public static void main(String[] args) throws IOException
args - ignoredIOException - problem reading the table.Copyright © 1999–2013 UCAR/Unidata. All rights reserved.