ucar.nc2.iosp.gempak
Class GempakFileReader.DMHeaders

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

protected class GempakFileReader.DMHeaders
extends Object

Class to mimic the DMHDRS common block.


Field Summary
 List<int[]> colHeaders
          column keys
 int lstcl
          last valid column
 int lstrw
          last valid row
 List<int[]> rowHeaders
          row keys
 
Constructor Summary
GempakFileReader.DMHeaders()
          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

lstrw

public int lstrw
last valid row


lstcl

public int lstcl
last valid column


rowHeaders

public List<int[]> rowHeaders
row keys


colHeaders

public List<int[]> colHeaders
column keys

Constructor Detail

GempakFileReader.DMHeaders

public GempakFileReader.DMHeaders()
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.