public class Grib1CollectionPanel.RecordBean extends Object
| Constructor and Description |
|---|
RecordBean() |
RecordBean(ucar.nc2.grib.grib1.Grib1Record m) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFile() |
ucar.nc2.time.CalendarDate |
getForecastDate() |
String |
getHeader() |
long |
getLength() |
String |
getLevel() |
int |
getLevelType() |
String |
getNIncludeMiss() |
String |
getPeriod() |
int |
getPertNum() |
long |
getPos() |
ucar.nc2.time.CalendarDate |
getReferenceDate() |
String |
getTimeCoord() |
int |
getTimeType() |
String |
getTimeTypeName() |
int |
getTimeValue1() |
int |
getTimeValue2() |
public RecordBean()
public RecordBean(ucar.nc2.grib.grib1.Grib1Record m)
public String getHeader()
public String getPeriod()
public String getTimeTypeName()
public ucar.nc2.time.CalendarDate getReferenceDate()
public ucar.nc2.time.CalendarDate getForecastDate()
public int getTimeValue1()
public int getTimeValue2()
public int getTimeType()
public String getTimeCoord()
public String getNIncludeMiss()
public int getPertNum()
public int getLevelType()
public String getLevel()
public long getLength()
public long getPos()
public final int getFile()