public class Grib1DataReader extends Object
| Constructor and Description |
|---|
Grib1DataReader(int decimalScale,
int scanMode,
int nx,
int ny,
int nPts,
long startPos) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getData(RandomAccessFile raf,
byte[] bitmap) |
void |
showDataInfo(RandomAccessFile raf,
Formatter f) |
public Grib1DataReader(int decimalScale,
int scanMode,
int nx,
int ny,
int nPts,
long startPos)
startPos - starting offset of the binary data sectionpublic float[] getData(RandomAccessFile raf, byte[] bitmap) throws IOException
IOExceptionpublic void showDataInfo(RandomAccessFile raf, Formatter f) throws IOException
IOExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.