Package ucar.nc2.ui.grib
Class CdmIndexPanel.VarBean
- java.lang.Object
-
- ucar.nc2.ui.grib.CdmIndexPanel.VarBean
-
- Enclosing class:
- CdmIndexPanel
public static class CdmIndexPanel.VarBean extends Object
-
-
Constructor Summary
Constructors Constructor Description VarBean()
VarBean(GribCollectionImmutable.VariableIndex vindex, GribCollectionImmutable.GroupGC group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCdmHash()
String
getGroupId()
String
getIndexes()
String
getIntvName()
String
getName()
int
getNdups()
int
getNmissing()
int
getNrecords()
int
getSize()
String
getVariableId()
void
makeGribConfig(Formatter f)
-
-
-
Constructor Detail
-
VarBean
public VarBean()
-
VarBean
public VarBean(GribCollectionImmutable.VariableIndex vindex, GribCollectionImmutable.GroupGC group)
-
-
Method Detail
-
getIndexes
public String getIndexes()
-
getIntvName
public String getIntvName()
-
getCdmHash
public int getCdmHash()
-
getGroupId
public String getGroupId()
-
getVariableId
public String getVariableId()
-
getName
public String getName()
-
getNdups
public int getNdups()
-
getNrecords
public int getNrecords()
-
getNmissing
public int getNmissing()
-
getSize
public int getSize()
-
makeGribConfig
public void makeGribConfig(Formatter f)
-
-