Package ucar.nc2.ui.grib
Class Grib2CollectionPanel.Grib2RecordBean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib2CollectionPanel.Grib2RecordBean
-
- Enclosing class:
- Grib2CollectionPanel
public class Grib2CollectionPanel.Grib2RecordBean extends Object
-
-
Constructor Summary
Constructors Constructor Description Grib2RecordBean()Grib2RecordBean(ucar.nc2.grib.grib2.Grib2Record m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAerIntSizeType()doublegetAerIntWavelType()doublegetAerSize1()doublegetAerSize2()intgetAerType()doublegetAerWavel1()doublegetAerWavel2()StringgetFile()StringgetForecastDate()intgetForecastTime()intgetGenProcessType()StringgetHeader()StringgetIntv()StringgetIntv2()longgetIntvHash()StringgetLevel()intgetNForecastsInEns()intgetPertN()intgetPertType()StringgetProbLimits()StringgetRefDate()longgetStartPos()StringgetTimeUnit()StringgetTInv()voidshowProcessedGridRecord(Formatter f)voidtoRawLUString(Formatter f)voidtoRawPdsString(Formatter f)
-
-
-
Constructor Detail
-
Grib2RecordBean
public Grib2RecordBean()
-
Grib2RecordBean
public Grib2RecordBean(ucar.nc2.grib.grib2.Grib2Record m) throws IOException- Throws:
IOException
-
-
Method Detail
-
getRefDate
public final String getRefDate()
-
getForecastDate
public final String getForecastDate()
-
getHeader
public String getHeader()
-
getTimeUnit
public final String getTimeUnit()
-
getForecastTime
public final int getForecastTime()
-
getGenProcessType
public final int getGenProcessType()
-
getFile
public final String getFile()
-
getLevel
public String getLevel()
-
getStartPos
public long getStartPos()
-
toRawPdsString
public void toRawPdsString(Formatter f)
-
toRawLUString
public void toRawLUString(Formatter f)
-
showProcessedGridRecord
public void showProcessedGridRecord(Formatter f)
-
getTInv
public String getTInv()
-
getIntv
public String getIntv()
-
getIntv2
public String getIntv2()
-
getIntvHash
public long getIntvHash()
-
getAerType
public int getAerType()
-
getAerIntSizeType
public double getAerIntSizeType()
-
getAerSize1
public double getAerSize1()
-
getAerSize2
public double getAerSize2()
-
getAerIntWavelType
public double getAerIntWavelType()
-
getAerWavel1
public double getAerWavel1()
-
getAerWavel2
public double getAerWavel2()
-
getPertN
public int getPertN()
-
getNForecastsInEns
public int getNForecastsInEns()
-
getPertType
public int getPertType()
-
getProbLimits
public String getProbLimits()
-
-