public final class Grib1ExtractRawData extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
getParameter |
| Constructor and Description |
|---|
Grib1ExtractRawData(RandomAccessFile raf)
Constructs a Grib1Input object from a raf.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEdition()
Grib edition number 1, 2 or 0 not a Grib file.
|
static void |
main(String[] args)
Outputs first record of raw data to STDOUT
or parms based on discipline, category, and number
|
boolean |
scan(int[] parm)
scans a Grib file to gather information that could be used to
create an index or dump the metadata contents.
|
public Grib1ExtractRawData(RandomAccessFile raf)
raf - with GRIB contentpublic final boolean scan(int[] parm)
throws NotSupportedException,
IOException
parm - NotSupportedExceptionIOException - if raf does not contain a valid GRIB recordpublic final int getEdition()
throws IOException,
NotSupportedException
NotSupportedExceptionIOExceptionpublic static void main(String[] args) throws IOException, NotSupportedException
args - filenameIOExceptionNotSupportedExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.