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 Object

Class to hold information about a key.


Field Summary
 int loc
          the key location
 String name
          the key name
 String type
          the key type (ROW or COL)
 
Constructor Summary
GempakFileReader.Key(String name, int loc, 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 String name
the key name


loc

public int loc
the key location


type

public String type
the key type (ROW or COL)

Constructor Detail

GempakFileReader.Key

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

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


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