Package ucar.nc2.ui.grib
Class Grib1CollectionPanel.RecordBean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib1CollectionPanel.RecordBean
-
- Enclosing class:
- Grib1CollectionPanel
public class Grib1CollectionPanel.RecordBean extends Object
-
-
Constructor Summary
Constructors Constructor Description RecordBean()RecordBean(ucar.nc2.grib.grib1.Grib1Record m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFile()ucar.nc2.time.CalendarDategetForecastDate()StringgetHeader()longgetLength()StringgetLevel()intgetLevelType()StringgetNIncludeMiss()StringgetPeriod()intgetPertNum()longgetPos()ucar.nc2.time.CalendarDategetReferenceDate()StringgetTimeCoord()intgetTimeType()StringgetTimeTypeName()intgetTimeValue1()intgetTimeValue2()
-
-
-
Method Detail
-
getHeader
public String getHeader()
-
getPeriod
public String getPeriod()
-
getTimeTypeName
public String getTimeTypeName()
-
getReferenceDate
public ucar.nc2.time.CalendarDate getReferenceDate()
-
getForecastDate
public ucar.nc2.time.CalendarDate getForecastDate()
-
getTimeValue1
public int getTimeValue1()
-
getTimeValue2
public int getTimeValue2()
-
getTimeType
public int getTimeType()
-
getTimeCoord
public String getTimeCoord()
-
getNIncludeMiss
public String getNIncludeMiss()
-
getPertNum
public int getPertNum()
-
getLevelType
public int getLevelType()
-
getLevel
public String getLevel()
-
getLength
public long getLength()
-
getPos
public long getPos()
-
getFile
public final int getFile()
-
-