public static interface GribData.Bean
Modifier and Type | Method and Description |
---|---|
int |
getBinScale() |
long |
getDataLength() |
int |
getDecScale() |
double |
getMaximum() |
double |
getMinimum() |
long |
getMsgLength() |
int |
getNBits() |
double |
getScale() |
float[] |
readData() |
float[] readData() throws java.io.IOException
java.io.IOException
int getNBits()
long getDataLength()
long getMsgLength()
int getBinScale()
int getDecScale()
double getMinimum()
double getMaximum()
double getScale()