ucar.grib.grib2
Class Grib2Dump

java.lang.Object
  extended by ucar.grib.grib2.Grib2Dump

public final class Grib2Dump
extends java.lang.Object

Dumps the contents of a Grib2 file to text.

Author:
Robb Kambic 10/20/03

Constructor Summary
Grib2Dump()
           
 
Method Summary
 void gribDump(java.lang.String[] args)
          Dump of content of the Grib2 file to text.
static void main(java.lang.String[] args)
          Dump of content of the Grib2 file to text.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib2Dump

public Grib2Dump()
Method Detail

gribDump

public void gribDump(java.lang.String[] args)
Dump of content of the Grib2 file to text.

Parameters:
args - Gribfile, [output file], [true|false] output data.

main

public static void main(java.lang.String[] args)
Dump of content of the Grib2 file to text.

Parameters:
args - Gribfile, [output file], [true|false] output data.