net.sourceforge.jgrib.examples
Class JgribDemo

java.lang.Object
  extended by net.sourceforge.jgrib.examples.JgribDemo

public class JgribDemo
extends java.lang.Object

This class demonstrates the use of the Jgrib package.
The demonstation shows how to exstract information about the grib file targeted. Purpose of this demo program is to help new users of the Jgrib package to get familiar whith some of the aspects of the package.

Author:
Peter Gylling
email: peg at frv.dk See: JGRIB homepage

Constructor Summary
JgribDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Dump of meta data
static void usage()
          Dumps usage of the class, if called without arguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JgribDemo

public JgribDemo()
Method Detail

usage

public static void usage()
Dumps usage of the class, if called without arguments

Parameters:
className -

main

public static void main(java.lang.String[] args)
Dump of meta data

Parameters:
args - Filename of gribfile to read