public class GribRewritePanel.FileBean extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
countCdmData2D(ucar.nc2.dataset.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() |
public FileBean()
public FileBean(File f) throws IOException
IOExceptionpublic String getPath()
public String getFileType()
public double getGribSizeM()
public long getCdmData2D()
public int getNrecords()
public boolean isMatch()
public int getNvars()
public int getNdups()
public double getNc4SizeM()
public long getNc4Data2D()
public double getRatio()
public long countCdmData2D(ucar.nc2.dataset.NetcdfDataset ncd)
throws IOException
IOExceptionpublic void countGribData2D(File f) throws IOException
IOExceptionpublic void countNc4Data2D(File f)