|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.ShowGribIndex
public class ShowGribIndex
Displays the binary or text index to stdout
| Constructor Summary | |
|---|---|
ShowGribIndex()
Constructor for displaying an Index from the Grib file. |
|
| Method Summary | |
|---|---|
void |
Grib1GDS(Grib1GDSVariables gdsv)
Prints Projection Variables. |
void |
Grib2GDS(Grib2GDSVariables gdsv)
Prints the Projection variables. |
static void |
main(java.lang.String[] args)
main. |
void |
open(java.lang.String location)
open Grib Index file for scanning. |
void |
open(java.lang.String location,
java.io.InputStream ios)
open Grib Index file for scanning. |
void |
openText(java.lang.String location)
open Grib Text Index file for scanning. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShowGribIndex()
| Method Detail |
|---|
public final void open(java.lang.String location)
throws java.io.IOException
location - URL or local filename of Grib Index file
java.io.IOException
public final void open(java.lang.String location,
java.io.InputStream ios)
throws java.io.IOException
location - URL or local filename of Grib Index fileios - input stream
java.io.IOExceptionpublic void Grib2GDS(Grib2GDSVariables gdsv)
gdsv - Grib2GDSVariables gdsvpublic void Grib1GDS(Grib1GDSVariables gdsv)
gdsv - Grib1GDSVariables gdsv
public final void openText(java.lang.String location)
throws java.io.IOException
location - URL or local filename of Grib Index file
java.io.IOException
public static void main(java.lang.String[] args)
throws java.io.IOException
args - index to read
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||