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