public class Grib2DataPanel.Grib2RecordBean extends Object implements GribData.Bean
| Constructor and Description |
|---|
Grib2DataPanel.Grib2RecordBean() |
Grib2DataPanel.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() |
String |
getHeader() |
String |
getLevel() |
double |
getMaximum() |
double |
getMinimum() |
long |
getMsgLength() |
int |
getNBits() |
int |
getNDataPoints() |
int |
getNGroups() |
int |
getNPoints() |
String |
getPrecision() |
double |
getScale() |
long |
getStartPos() |
int |
getTime() |
float[] |
readData() |
String |
showProcessedGridRecord(Formatter f) |
void |
toRawPdsString(Formatter f) |
public Grib2DataPanel.Grib2RecordBean()
public Grib2DataPanel.Grib2RecordBean(Grib2Record m, RandomAccessFile raf) throws IOException
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 String getPrecision()
public int getBitMap()
public boolean getBitMapReplaced()
public long getStartPos()
public String getHeader()
public final int getTime()
public String getLevel()
public void toRawPdsString(Formatter f)
public float[] readData()
throws IOException
readData in interface GribData.BeanIOExceptionCopyright © 1999–2015 UCAR/Unidata. All rights reserved.