| Package | Description |
|---|---|
| visad.data.hdf5 | |
| visad.data.hdf5.hdf5objects |
| Modifier and Type | Class and Description |
|---|---|
class |
HDF5DatasetAdapted
HDF5DatasetAdapted is the implementation of mapping from HDFDataset to
VisAD Data object.
|
class |
HDF5FileAdapted |
class |
HDF5GroupAdapted |
| Modifier and Type | Class and Description |
|---|---|
class |
HDF5Attribute
An HDF5 attribute is a small datasets attached to primary datasets as
metadata information.
|
class |
HDF5Dataset
This class provides a mechanism to describe properties of datasets and to
transfer data between memory and disk.
|
class |
HDF5Dataspace
This class provides provides a mechanism to describe the positions of the
elements of a dataset.
|
class |
HDF5Datatype
This class provides a mechanism to describe the storage format of individual
data points of a data set.
|
class |
HDF5File
An HDF5File is designed to provide file-level access to HDF5 files.
|
class |
HDF5Group
This class is a container for the parameters to the HDF5 Group Object.
|
| Constructor and Description |
|---|
HDF5TreeNode(HDF5Object userObject)
Creates a tree node with no parent, no children, but which allows
children, and initializes it with the specified user object.
|