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() |
java.lang.String |
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.IOException
public int getDrsTemplate()
public int getNDataPoints()
public int getNPoints()
public int getNGroups()
public float getAvgBits()
public int getNBits()
getNBits
in interface GribData.Bean
public long getMsgLength()
getMsgLength
in interface GribData.Bean
public long getDataLength()
getDataLength
in interface GribData.Bean
public int getBinScale()
getBinScale
in interface GribData.Bean
public int getDecScale()
getDecScale
in interface GribData.Bean
public double getMinimum()
getMinimum
in interface GribData.Bean
public double getMaximum()
getMaximum
in interface GribData.Bean
public double getScale()
getScale
in interface GribData.Bean
public 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 java.lang.String showProcessedGridRecord(java.util.Formatter f)
public float[] readData() throws java.io.IOException
readData
in interface GribData.Bean
java.io.IOException