Class GempakFileReader.Key

  • Enclosing class:
    GempakFileReader

    protected static class GempakFileReader.Key
    extends Object
    Class to hold information about a key.
    • Field Detail

      • name

        public String name
        the key name
      • loc

        public int loc
        the key location
      • type

        public String type
        the key type (ROW or COL)
    • Constructor Detail

      • Key

        public Key​(String name,
                   int loc,
                   String type)
        Create a new key
        Parameters:
        name - the name
        loc - the location
        type - the type