|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib1.Grib1Data
public final class Grib1Data
A class used to extract data from a GRIB1 file. see IndexFormat.txt
| Constructor Summary | |
|---|---|
Grib1Data(RandomAccessFile raf)
Constructs a Grib2Data object from a stream. |
|
| Method Summary | |
|---|---|
float[] |
getData(long offset,
int decimalScale,
boolean bmsExists)
This code should not be used any more, old code left for old indexes <8 Reads the Grib data |
float[] |
getData(long gdsOffset,
long dataOffset,
int decimalScale,
boolean bmsExists)
Reads the Grib data |
static void |
setExpandGrib1ThinGrids(boolean b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib1Data(RandomAccessFile raf)
raf - ucar.unidata.io.RandomAccessFile with GRIB content.| Method Detail |
|---|
public final float[] getData(long gdsOffset,
long dataOffset,
int decimalScale,
boolean bmsExists)
throws IOException
gdsOffset - PDS offset into file.dataOffset - GDS offset into file.
IOException
public final float[] getData(long offset,
int decimalScale,
boolean bmsExists)
throws IOException
offset - offset into file.decimalScale - bmsExists -
NotSupportedException
IOExceptionpublic static void setExpandGrib1ThinGrids(boolean b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||