public class Grib2DataReader2
extends java.lang.Object
Constructor and Description |
---|
Grib2DataReader2(int dataTemplate,
int totalNPoints,
int dataNPoints,
int scanMode,
int nx,
long startPos,
int dataLength) |
Modifier and Type | Method and Description |
---|---|
float[] |
getData(RandomAccessFile raf,
Grib2SectionBitMap bitmapSection,
Grib2Drs gdrs) |
float[] |
getData40(RandomAccessFile raf,
Grib2Drs.Type40 gdrs) |
int[] |
getData40raw(RandomAccessFile raf,
Grib2Drs.Type40 gdrs) |
float[] |
getData41(RandomAccessFile raf,
Grib2Drs.Type0 gdrs) |
float[] |
getData50002(RandomAccessFile raf,
Grib2Drs.Type50002 gdrs) |
int[] |
getRawData(RandomAccessFile raf,
Grib2SectionBitMap bitmapSection,
Grib2Drs gdrs) |
public Grib2DataReader2(int dataTemplate, int totalNPoints, int dataNPoints, int scanMode, int nx, long startPos, int dataLength)
public float[] getData(RandomAccessFile raf, Grib2SectionBitMap bitmapSection, Grib2Drs gdrs) throws java.io.IOException
java.io.IOException
public int[] getRawData(RandomAccessFile raf, Grib2SectionBitMap bitmapSection, Grib2Drs gdrs) throws java.io.IOException
java.io.IOException
public float[] getData40(RandomAccessFile raf, Grib2Drs.Type40 gdrs) throws java.io.IOException
java.io.IOException
public int[] getData40raw(RandomAccessFile raf, Grib2Drs.Type40 gdrs) throws java.io.IOException
java.io.IOException
public float[] getData41(RandomAccessFile raf, Grib2Drs.Type0 gdrs) throws java.io.IOException
java.io.IOException
public float[] getData50002(RandomAccessFile raf, Grib2Drs.Type50002 gdrs) throws java.io.IOException
java.io.IOException