Package ucar.nc2.ui.grib
Class Grib2CollectionPanel.Grib2ParameterBean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib2CollectionPanel.Grib2ParameterBean
-
- Enclosing class:
- Grib2CollectionPanel
public class Grib2CollectionPanel.Grib2ParameterBean extends Object
-
-
Constructor Summary
Constructors Constructor Description Grib2ParameterBean()
Grib2ParameterBean(Grib2Record r, Grib2Variable gv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCdmHash()
String
getCenter()
String
getEnsDerived()
String
getEnsProb()
int
getGDS()
int
getGenProcess()
double
getIntvHours()
String
getLevelName()
int
getLevelType()
int
getN()
String
getName()
int
getNExtra()
String
getParamNo()
int
getPDS()
String
getStatType()
String
getTable()
String
getUnits()
boolean
isEns()
boolean
isLayer()
String
toProcessedString()
String
toString()
-
-
-
Constructor Detail
-
Grib2ParameterBean
public Grib2ParameterBean()
-
Grib2ParameterBean
public Grib2ParameterBean(Grib2Record r, Grib2Variable gv) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getParamNo
public String getParamNo()
-
getPDS
public int getPDS()
-
getN
public int getN()
-
getLevelType
public int getLevelType()
-
getGenProcess
public int getGenProcess()
-
getLevelName
public String getLevelName()
-
getNExtra
public int getNExtra()
-
isLayer
public boolean isLayer()
-
getStatType
public final String getStatType()
-
getGDS
public int getGDS()
-
getCdmHash
public String getCdmHash()
-
getIntvHours
public double getIntvHours()
-
toProcessedString
public String toProcessedString()
-
getName
public String getName()
-
getUnits
public String getUnits()
-
getCenter
public final String getCenter()
-
getTable
public final String getTable()
-
getEnsDerived
@Nullable public String getEnsDerived()
-
getEnsProb
@Nullable public String getEnsProb()
-
isEns
public final boolean isEns()
-
-