public class Grib2DataPanel.Grib2RecordBean extends java.lang.Object implements GribData.Bean
| Constructor and Description | 
|---|
| Grib2RecordBean() | 
| Grib2RecordBean(Grib2Record m,
               RandomAccessFile raf) | 
| Modifier and Type | Method and Description | 
|---|---|
| float | getAvgBits() | 
| int | getBinScale() | 
| int | getBitMap() | 
| boolean | getBitMapReplaced() | 
| long | getDataLength() | 
| int | getDecScale() | 
| int | getDrsTemplate() | 
| java.lang.String | getHeader() | 
| java.lang.String | getLevel() | 
| double | getMaximum() | 
| double | getMinimum() | 
| long | getMsgLength() | 
| int | getNBits() | 
| int | getNDataPoints() | 
| int | getNGroups() | 
| int | getNPoints() | 
| java.lang.String | getPrecision() | 
| double | getScale() | 
| long | getStartPos() | 
| int | getTime() | 
| float[] | readData() | 
| void | showProcessedGridRecord(java.util.Formatter f) | 
| void | toRawPdsString(java.util.Formatter f) | 
public Grib2RecordBean()
public Grib2RecordBean(Grib2Record m, RandomAccessFile raf) throws java.io.IOException
java.io.IOExceptionpublic int getDrsTemplate()
public int getNDataPoints()
public int getNPoints()
public int getNGroups()
public float getAvgBits()
public int getNBits()
getNBits in interface GribData.Beanpublic long getMsgLength()
getMsgLength in interface GribData.Beanpublic long getDataLength()
getDataLength in interface GribData.Beanpublic int getBinScale()
getBinScale in interface GribData.Beanpublic int getDecScale()
getDecScale in interface GribData.Beanpublic double getMinimum()
getMinimum in interface GribData.Beanpublic double getMaximum()
getMaximum in interface GribData.Beanpublic double getScale()
getScale in interface GribData.Beanpublic java.lang.String getPrecision()
public int getBitMap()
public boolean getBitMapReplaced()
public long getStartPos()
public java.lang.String getHeader()
public final int getTime()
public java.lang.String getLevel()
public void toRawPdsString(java.util.Formatter f)
public void showProcessedGridRecord(java.util.Formatter f)
public float[] readData()
                 throws java.io.IOException
readData in interface GribData.Beanjava.io.IOException