Uses of Class
hdf.object.Attribute
Package
Description
-
Uses of Attribute in hdf.object
Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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.Modifier 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()
H5CompoundDS.getMetadata(int... attrPropList)
H5Datatype.getMetadata()
H5Datatype.getMetadata(int... attrPropList)
H5ScalarDS.getMetadata()
H5ScalarDS.getMetadata(int... attrPropList)
Modifier and TypeMethodDescriptionvoid
H5File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
-
Uses of Attribute in hdf.object.nc2
Modifier 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.Modifier and TypeMethodDescriptionstatic Attribute
NC2File.convertAttribute(HObject parent, ucar.nc2.Attribute netcdfAttr)
Modifier and TypeMethodDescriptionvoid
NC2File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
-
Uses of Attribute in hdf.view.dialog
-
Uses of Attribute in hdf.view.MetaDataView
Modifier 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.