Package ucar.nc2.grib
Interface GribData.Bean
-
- Enclosing class:
- GribData
public static interface GribData.Bean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBinScale()longgetDataLength()intgetDecScale()doublegetMaximum()doublegetMinimum()longgetMsgLength()intgetNBits()doublegetScale()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()
-
-