public class Grib2DataReader extends Object
| Constructor and Description |
|---|
Grib2DataReader(int dataTemplate,
int totalNPoints,
int dataNPoints,
int scanMode,
int nx,
long startPos,
int dataLength) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getData(RandomAccessFile raf,
byte[] bitmap,
Grib2Drs gdrs) |
float[] |
getData40(RandomAccessFile raf,
Grib2Drs.Type40 gdrs) |
public Grib2DataReader(int dataTemplate,
int totalNPoints,
int dataNPoints,
int scanMode,
int nx,
long startPos,
int dataLength)
public float[] getData(RandomAccessFile raf, byte[] bitmap, Grib2Drs gdrs) throws IOException
IOExceptionpublic float[] getData40(RandomAccessFile raf, Grib2Drs.Type40 gdrs) throws IOException
IOExceptionCopyright © 1999–2013 UCAR/Unidata. All rights reserved.