Class GempakParameterTable


  • public class GempakParameterTable
    extends Object
    Class to hold a lookup of gempak parameters
    • Constructor Detail

      • GempakParameterTable

        public GempakParameterTable()
    • 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