Package ucar.nc2.ui.grib
Class CdmIndexScan.IndexScanBean
- java.lang.Object
-
- ucar.nc2.ui.grib.CdmIndexScan.IndexScanBean
-
- Enclosing class:
- CdmIndexScan
public static class CdmIndexScan.IndexScanBean extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexScanBean()IndexScanBean(String path, ucar.nc2.grib.collection.GribCollectionImmutable.Dataset ds, ucar.nc2.grib.collection.GribCollectionImmutable.GroupGC group, int groupno, ucar.nc2.ui.grib.CdmIndexScan.Accum accum, String info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGroupNo()StringgetName()floatgetNdupPct()intgetNdups()intgetNmissing()floatgetNmissPct()intgetNrecords()StringgetTime2D()StringgetType()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getNrecords
public int getNrecords()
-
getNdups
public int getNdups()
-
getNdupPct
public float getNdupPct()
-
getNmissing
public int getNmissing()
-
getNmissPct
public float getNmissPct()
-
getType
public String getType()
-
getGroupNo
public int getGroupNo()
-
getTime2D
public String getTime2D()
-
-