Package ucar.nc2.grib
Interface GribData.Bean
-
- All Known Implementing Classes:
Grib1DataTable.Grib1RecordBean
,Grib2DataPanel.Grib2RecordBean
- Enclosing class:
- GribData
public static interface GribData.Bean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBinScale()
long
getDataLength()
int
getDecScale()
double
getMaximum()
double
getMinimum()
long
getMsgLength()
int
getNBits()
double
getScale()
float[]
readData()
-
-
-
Method Detail
-
readData
float[] readData() throws IOException
- Throws:
IOException
-
getNBits
int getNBits()
-
getDataLength
long getDataLength()
-
getMsgLength
long getMsgLength()
-
getBinScale
int getBinScale()
-
getDecScale
int getDecScale()
-
getMinimum
double getMinimum()
-
getMaximum
double getMaximum()
-
getScale
double getScale()
-
-