public static class CdmIndexScan.IndexScanBean extends Object
| Modifier and Type | Field and Description |
|---|---|
ucar.nc2.ui.grib.CdmIndexScan.Accum |
accum |
ucar.nc2.grib.collection.GribCollectionImmutable.Dataset |
ds |
int |
groupno |
String |
info |
String |
name |
String |
path |
String |
time2D |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupNo() |
String |
getName() |
float |
getNdupPct() |
int |
getNdups() |
int |
getNmissing() |
float |
getNmissPct() |
int |
getNrecords() |
String |
getTime2D() |
String |
getType() |
String |
toString() |
public String path
public String name
public ucar.nc2.ui.grib.CdmIndexScan.Accum accum
public String info
public String time2D
public ucar.nc2.grib.collection.GribCollectionImmutable.Dataset ds
public int groupno
public String getName()
public int getNrecords()
public int getNdups()
public float getNdupPct()
public int getNmissing()
public float getNmissPct()
public String getType()
public int getGroupNo()
public String getTime2D()