Uses of Interface
hdf.object.MetaDataContainer
Packages that use MetaDataContainer
-
Uses of MetaDataContainer in hdf.object
Classes in hdf.object that implement MetaDataContainerModifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classA CompoundDS is a dataset with compound datatype.classThe abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties, datatype and dimension sizes.classDatatype is an abstract class that defines datatype characteristics and APIs for a data type.classGroup is an abstract class.classA scalar dataset is a multiple dimension array of scalar points. -
Uses of MetaDataContainer in hdf.object.fits
Classes in hdf.object.fits that implement MetaDataContainerModifier and TypeClassDescriptionclassFitsDataset describes an multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar datasetclassDatatype encapsulates information of a datatype.classAn H5Group represents HDF5 group, inheriting from Group. -
Uses of MetaDataContainer in hdf.object.h4
Classes in hdf.object.h4 that implement MetaDataContainerModifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classThis class defines HDF4 data type characteristics and APIs for a data type.classH4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.classAn H4Group is a vgroup in HDF4, inheriting from Group.classH4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.classH4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS. -
Uses of MetaDataContainer in hdf.object.h5
Classes in hdf.object.h5 that implement MetaDataContainerModifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classThe H5CompoundDS class defines an HDF5 dataset of compound datatypes.classThis class defines HDF5 datatype characteristics and APIs for a data type.classAn H5Group object represents an existing HDF5 group in file.classAn H5Link object represents an existing HDF5 object in file.classH5ScalarDS describes a multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar dataset. -
Uses of MetaDataContainer in hdf.object.nc2
Classes in hdf.object.nc2 that implement MetaDataContainerModifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classNC2Dataset describes an multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar datasetclassDatatype encapsulates information of a datatype.classAn NC2Group represents NetCDF3 group, inheriting from Group.