ucar.grib.grib2
Class Grib2Dump

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

public final class Grib2Dump
extends Object

Dumps the contents of a Grib2 file to text.

Author:
Robb Kambic 10/20/03

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

Constructor Detail

Grib2Dump

public Grib2Dump()
Method Detail

gribDump

public void gribDump(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(String[] args)
Dump of content of the Grib2 file to text.

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


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