Package ucar.nc2.ui.op
Class Hdf5NewDataTable.VarBean
- java.lang.Object
-
- ucar.nc2.ui.op.Hdf5NewDataTable.VarBean
-
- Enclosing class:
- Hdf5NewDataTable
public class Hdf5NewDataTable.VarBean extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChunks()
int
getChunkSize()
String
getCompression()
String
getDataType()
String
getDims()
String
getName()
long
getNchunks()
long
getNelems()
float
getRatio()
long
getSizeBytes()
long
getStorage()
boolean
isChunk()
boolean
isUseFill()
-
-
-
Constructor Detail
-
VarBean
public VarBean()
-
VarBean
public VarBean(Variable v)
-
-
Method Detail
-
getName
public String getName()
-
isUseFill
public boolean isUseFill()
-
isChunk
public boolean isChunk()
-
getDims
public String getDims()
-
getChunks
public String getChunks()
-
getChunkSize
public int getChunkSize()
-
getNelems
public long getNelems()
-
getSizeBytes
public long getSizeBytes()
-
getNchunks
public long getNchunks()
-
getStorage
public long getStorage()
-
getRatio
public float getRatio()
-
getDataType
public String getDataType()
-
getCompression
public String getCompression()
-
-