ucar.nc2.iosp.gempak
Class GempakFileReader.DMKeys

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

protected class GempakFileReader.DMKeys
extends Object

Class to mimic the DMKEYS common block.


Field Summary
 List<GempakFileReader.Key> kkcol
          col keys
 List<GempakFileReader.Key> kkrow
          row keys
 
Constructor Summary
GempakFileReader.DMKeys()
          Default ctor
 
Method Summary
 String toString()
          Get a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

kkrow

public List<GempakFileReader.Key> kkrow
row keys


kkcol

public List<GempakFileReader.Key> kkcol
col keys

Constructor Detail

GempakFileReader.DMKeys

public GempakFileReader.DMKeys()
Default ctor

Method Detail

toString

public String toString()
Get a String representation of this object.

Overrides:
toString in class Object
Returns:
a String representation of this object.


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