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 long
countCdmData2D(NetcdfDataset ncd)
void
countGribData2D(File f)
void
countNc4Data2D(File f)
long
getCdmData2D()
String
getFileType()
double
getGribSizeM()
long
getNc4Data2D()
double
getNc4SizeM()
int
getNdups()
int
getNrecords()
int
getNvars()
String
getPath()
double
getRatio()
boolean
isMatch()
String
toString()
-
-
-
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(NetcdfDataset ncd) throws IOException
- Throws:
IOException
-
countGribData2D
public void countGribData2D(File f) throws IOException
- Throws:
IOException
-
countNc4Data2D
public void countNc4Data2D(File f)
-
-