public class Grib1DataReader
extends java.lang.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(RandomAccessFile raf,
byte[] bitmap) |
static void |
showInfo(java.util.Formatter f,
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(RandomAccessFile raf, byte[] bitmap) throws java.io.IOException
java.io.IOException
public static void showInfo(java.util.Formatter f, RandomAccessFile raf, long startPos) throws java.io.IOException
java.io.IOException