ucar.grib.grib2
Class Grib2Dump
java.lang.Object
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
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 |
Grib2Dump
public Grib2Dump()
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.