ucar.grib
Class ShowGribIndex
java.lang.Object
ucar.grib.ShowGribIndex
public class ShowGribIndex
- extends 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(String[] args)
main. |
void |
show(String location)
show Grib Index file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowGribIndex
public ShowGribIndex()
- Constructor for displaying an Index from the Grib file.
show
public final void show(String location)
throws IOException
- show Grib Index file.
- Parameters:
location
- URL or local filename of Grib Index file
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- main.
- Parameters:
args
- index to read
- Throws:
IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.