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(Grib2Record m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
Grib2RecordBean
public Grib2RecordBean()
-
Grib2RecordBean
public Grib2RecordBean(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()
-
-