Uses of Interface
hdf.object.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in hdf.object
Methods in hdf.object with parameters of type AttributeModifier and TypeMethodDescriptionabstract void
FileFormat.writeAttribute
(HObject obj, Attribute attr, boolean attrExisted) Attaches a given attribute to an object. -
Uses of Attribute in hdf.object.fits
Classes in hdf.object.fits that implement AttributeModifier 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.Methods in hdf.object.fits with parameters of type AttributeModifier and TypeMethodDescriptionvoid
FitsFile.writeAttribute
(HObject obj, Attribute attr, boolean attrExisted) Creates a new attribute and attached to the object if attribute does not exist. -
Uses of Attribute in hdf.object.h4
Classes in hdf.object.h4 that implement AttributeModifier 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
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.Methods in hdf.object.h4 with parameters of type AttributeModifier and TypeMethodDescriptionvoid
H4File.writeAttribute
(HObject obj, Attribute attr, boolean isSDglobalAttr) Creates a new attribute and attaches it to the object if the attribute does not exist. -
Uses of Attribute in hdf.object.h5
Subinterfaces of Attribute in hdf.object.h5Modifier and TypeInterfaceDescriptioninterface
An interface that provides general attribute operations for hdf5 object data.Classes in hdf.object.h5 that implement AttributeModifier and TypeClassDescriptionclass
The H5CompoundAttr class defines an HDF5 attribute of compound datatypes.class
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.Methods in hdf.object.h5 that return types with arguments of type AttributeModifier and TypeMethodDescriptionH5File.getAttribute
(HObject obj) Returns a list of attributes for the specified object.H5File.getAttribute
(HObject obj, int idx_type, int order) Returns a list of attributes for the specified object, in creation or alphabetical order.H5CompoundDS.getMetadata()
Retrieves the object's metadata, such as attributes, from the file.H5CompoundDS.getMetadata
(int... attrPropList) Retrieves the object's metadata, such as attributes, from the file.H5Datatype.getMetadata()
Retrieves the object's metadata, such as attributes, from the file.H5Datatype.getMetadata
(int... attrPropList) Retrieves the object's metadata, such as attributes, from the file.H5Group.getMetadata()
Retrieves the object's metadata, such as attributes, from the file.H5Group.getMetadata
(int... attrPropList) Retrieves the object's metadata, such as attributes, from the file.H5Link.getMetadata()
Retrieves the object's metadata, such as attributes, from the file.H5Link.getMetadata
(int... attrPropList) Retrieves the object's metadata, such as attributes, from the file.H5ScalarDS.getMetadata()
Retrieves the object's metadata, such as attributes, from the file.H5ScalarDS.getMetadata
(int... attrPropList) Retrieves the object's metadata, such as attributes, from the file.Methods in hdf.object.h5 with parameters of type AttributeModifier and TypeMethodDescriptionvoid
H5File.writeAttribute
(HObject obj, Attribute attr, boolean attrExisted) -
Uses of Attribute in hdf.object.nc2
Classes in hdf.object.nc2 that implement AttributeModifier 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.Methods in hdf.object.nc2 with parameters of type AttributeModifier and TypeMethodDescriptionvoid
NC2File.writeAttribute
(HObject obj, Attribute attr, boolean attrExisted) -
Uses of Attribute in hdf.view.dialog
Methods in hdf.view.dialog that return AttributeModifier and TypeMethodDescriptionNewScalarAttributeDialog.getAttribute()
Get the new attribute created.NewStringAttributeDialog.getAttribute()
Get the new attribute created. -
Uses of Attribute in hdf.view.MetaDataView
Methods in hdf.view.MetaDataView that return AttributeModifier and TypeMethodDescriptionDefaultBaseMetaDataView.addAttribute
(HObject obj) MetaDataView.addAttribute
(HObject obj) Add an attribute to a data object.DefaultBaseMetaDataView.deleteAttribute
(HObject obj) MetaDataView.deleteAttribute
(HObject obj) Delete an attribute from a data object.