Class GempakParameters


  • public class GempakParameters
    extends Object
    Wrapper around GempakParameterTable for use in a static context.
    • Constructor Detail

      • GempakParameters

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