ucar.grib
Class ShowGribIndex

java.lang.Object
  extended by ucar.grib.ShowGribIndex

public class ShowGribIndex
extends java.lang.Object

Displays the binary or text index to stdout


Constructor Summary
ShowGribIndex()
          Constructor for displaying an Index from the Grib file.
 
Method Summary
static void main(java.lang.String[] args)
          main.
 void show(java.lang.String location)
          show Grib Index file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowGribIndex

public ShowGribIndex()
Constructor for displaying an Index from the Grib file.

Method Detail

show

public final void show(java.lang.String location)
                throws java.io.IOException
show Grib Index file.

Parameters:
location - URL or local filename of Grib Index file
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
main.

Parameters:
args - index to read
Throws:
java.io.IOException