public class Grib2CollectionPanel.Grib2RecordBean extends Object
| Constructor and Description |
|---|
Grib2RecordBean() |
Grib2RecordBean(ucar.nc2.grib.grib2.Grib2Record m) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAerIntSizeType() |
double |
getAerIntWavelType() |
double |
getAerSize1() |
double |
getAerSize2() |
int |
getAerType() |
double |
getAerWavel1() |
double |
getAerWavel2() |
String |
getFile() |
String |
getForecastDate() |
int |
getForecastTime() |
int |
getGenProcessType() |
String |
getHeader() |
String |
getIntv() |
String |
getIntv2() |
long |
getIntvHash() |
String |
getLevel() |
int |
getNForecastsInEns() |
int |
getPertN() |
int |
getPertType() |
String |
getProbLimits() |
String |
getRefDate() |
long |
getStartPos() |
String |
getTimeUnit() |
String |
getTInv() |
void |
showProcessedGridRecord(Formatter f) |
void |
toRawLUString(Formatter f) |
void |
toRawPdsString(Formatter f) |
public Grib2RecordBean()
public Grib2RecordBean(ucar.nc2.grib.grib2.Grib2Record m)
throws IOException
IOExceptionpublic final String getRefDate()
public final String getForecastDate()
public String getHeader()
public final String getTimeUnit()
public final int getForecastTime()
public final int getGenProcessType()
public final String getFile()
public String getLevel()
public long getStartPos()
public void toRawPdsString(Formatter f)
public void toRawLUString(Formatter f)
public void showProcessedGridRecord(Formatter f)
public String getTInv()
public String getIntv()
public String getIntv2()
public long getIntvHash()
public int getAerType()
public double getAerIntSizeType()
public double getAerSize1()
public double getAerSize2()
public double getAerIntWavelType()
public double getAerWavel1()
public double getAerWavel2()
public int getPertN()
public int getNForecastsInEns()
public int getPertType()
public String getProbLimits()