ucar.nc2.iosp.gempak
Class GempakGridParameterTable

java.lang.Object
  extended by ucar.nc2.iosp.gempak.GempakGridParameterTable

public class GempakGridParameterTable
extends Object

Wrapper around GempakParameterTable for use in a static context.


Constructor Summary
GempakGridParameterTable()
          Default ctor
 
Method Summary
static void addParameters(String tbl)
          Add parameters from the table
static GempakParameter getParameter(String name)
          Get the parameter for the given name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GempakGridParameterTable

public GempakGridParameterTable()
Default ctor

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


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.