Package ucar.nc2.ui.grib
Class GribRewritePanel.FileBean
- java.lang.Object
-
- ucar.nc2.ui.grib.GribRewritePanel.FileBean
-
- Enclosing class:
- GribRewritePanel
public static class GribRewritePanel.FileBean extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcountCdmData2D(ucar.nc2.dataset.NetcdfDataset ncd)voidcountGribData2D(File f)voidcountNc4Data2D(File f)longgetCdmData2D()StringgetFileType()doublegetGribSizeM()longgetNc4Data2D()doublegetNc4SizeM()intgetNdups()intgetNrecords()intgetNvars()StringgetPath()doublegetRatio()booleanisMatch()StringtoString()
-
-
-
Constructor Detail
-
FileBean
public FileBean()
-
FileBean
public FileBean(File f) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getPath
public String getPath()
-
getFileType
public String getFileType()
-
getGribSizeM
public double getGribSizeM()
-
getCdmData2D
public long getCdmData2D()
-
getNrecords
public int getNrecords()
-
isMatch
public boolean isMatch()
-
getNvars
public int getNvars()
-
getNdups
public int getNdups()
-
getNc4SizeM
public double getNc4SizeM()
-
getNc4Data2D
public long getNc4Data2D()
-
getRatio
public double getRatio()
-
countCdmData2D
public long countCdmData2D(ucar.nc2.dataset.NetcdfDataset ncd) throws IOException- Throws:
IOException
-
countGribData2D
public void countGribData2D(File f) throws IOException
- Throws:
IOException
-
countNc4Data2D
public void countNc4Data2D(File f)
-
-