public class Grib1DataReader extends Object
| Constructor and Description |
|---|
Grib1DataReader(int decimalScale,
int scanMode,
int nxRaw,
int nyRaw,
int nPts,
long startPos) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getData(ucar.unidata.io.RandomAccessFile raf,
byte[] bitmap) |
static void |
showInfo(Formatter f,
ucar.unidata.io.RandomAccessFile raf,
long startPos) |
public Grib1DataReader(int decimalScale,
int scanMode,
int nxRaw,
int nyRaw,
int nPts,
long startPos)
startPos - starting offset of the binary data sectionpublic float[] getData(ucar.unidata.io.RandomAccessFile raf,
byte[] bitmap)
throws IOException
IOExceptionpublic static void showInfo(Formatter f, ucar.unidata.io.RandomAccessFile raf, long startPos) throws IOException
IOException