ucar.nc2.iosp.gempak
Class GempakFileReader.Key

java.lang.Object
  extended by ucar.nc2.iosp.gempak.GempakFileReader.Key
Enclosing class:
GempakFileReader

protected class GempakFileReader.Key
extends java.lang.Object

Class to hold information about a key.


Field Summary
 int loc
          the key location
 java.lang.String name
          the key name
 java.lang.String type
          the key type (ROW or COL)
 
Constructor Summary
GempakFileReader.Key(java.lang.String name, int loc, java.lang.String type)
          Create a new key
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
the key name


loc

public int loc
the key location


type

public java.lang.String type
the key type (ROW or COL)

Constructor Detail

GempakFileReader.Key

public GempakFileReader.Key(java.lang.String name,
                            int loc,
                            java.lang.String type)
Create a new key

Parameters:
name - the name
loc - the location
type - the type