-
-
Classes in hdf.object.fits that implement Attribute
| Modifier and Type |
Class |
Description |
class |
FitsAttribute |
An attribute is a (name, value) pair of metadata attached to a primary data object such as a
dataset, group or named datatype.
|
-
Classes in hdf.object.h4 that implement Attribute
| Modifier and Type |
Class |
Description |
class |
H4CompoundAttribute |
An attribute is a (name, value) pair of metadata attached to a primary data object such as a
dataset, group or named datatype.
|
class |
H4ScalarAttribute |
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 Attribute
| Modifier and Type |
Method |
Description |
void |
H4File.writeAttribute(HObject obj,
Attribute attr,
boolean isSDglobalAttr) |
Creates a new attribute and attaches it to the object if the
attribute does not exist.
|
-
Subinterfaces of Attribute in hdf.object.h5
| Modifier and Type |
Interface |
Description |
interface |
H5Attribute |
An interface that provides general attribute operations for hdf5 object data.
|
Classes in hdf.object.h5 that implement Attribute
| Modifier and Type |
Class |
Description |
class |
H5CompoundAttr |
The H5CompoundAttr class defines an HDF5 attribute of compound datatypes.
|
class |
H5ScalarAttr |
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 Attribute
| Modifier and Type |
Method |
Description |
static List<Attribute> |
H5File.getAttribute(HObject obj) |
Returns a list of attributes for the specified object.
|
static List<Attribute> |
H5File.getAttribute(HObject obj,
int idx_type,
int order) |
Returns a list of attributes for the specified object, in creation or
alphabetical order.
|
List<Attribute> |
H5CompoundDS.getMetadata() |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5CompoundDS.getMetadata(int... attrPropList) |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5Datatype.getMetadata() |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5Datatype.getMetadata(int... attrPropList) |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5Group.getMetadata() |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5Group.getMetadata(int... attrPropList) |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5Link.getMetadata() |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5Link.getMetadata(int... attrPropList) |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5ScalarDS.getMetadata() |
Retrieves the object's metadata, such as attributes, from the file.
|
List<Attribute> |
H5ScalarDS.getMetadata(int... attrPropList) |
Retrieves the object's metadata, such as attributes, from the file.
|
-
Classes in hdf.object.nc2 that implement Attribute
| Modifier and Type |
Class |
Description |
class |
NC2Attribute |
An attribute is a (name, value) pair of metadata attached to a primary data object such as a
dataset, group or named datatype.
|
-
-