Uses of Interface
hdf.object.CompoundDataFormat
Packages that use CompoundDataFormat
-
Uses of CompoundDataFormat in hdf.object
Classes in hdf.object that implement CompoundDataFormatModifier and TypeClassDescriptionclass
A CompoundDS is a dataset with compound datatype. -
Uses of CompoundDataFormat in hdf.object.h4
Classes in hdf.object.h4 that implement CompoundDataFormatModifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS. -
Uses of CompoundDataFormat in hdf.object.h5
Classes in hdf.object.h5 that implement CompoundDataFormatModifier and TypeClassDescriptionclass
The H5CompoundAttr class defines an HDF5 attribute of compound datatypes.class
The H5CompoundDS class defines an HDF5 dataset of compound datatypes. -
Uses of CompoundDataFormat in hdf.view.TableView
Methods in hdf.view.TableView with parameters of type CompoundDataFormatModifier and TypeMethodDescriptionDataFactoryUtils.buildIndexMaps
(CompoundDataFormat dataFormat, List<Datatype> localSelectedTypes) build the index maps compound types.DataFactoryUtils.filterNonSelectedMembers
(CompoundDataFormat dataFormat, Datatype compoundType) Given a CompoundDataFormat, as well as a compound datatype, removes the non-selected datatypes from the List of datatypes inside the compound datatype and returns that as a new List.