Package | Description |
---|---|
hdf.object | |
hdf.object.h4 | |
hdf.object.h5 | |
hdf.view |
Modifier and Type | Method and Description |
---|---|
abstract void |
FileFormat.writeAttribute(HObject obj,
Attribute attr,
boolean attrExisted)
Attaches a given attribute to an object.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static List<Attribute> |
H5File.getAttribute(int objID)
Returns a list of attributes for the specified object.
|
static List<Attribute> |
H5File.getAttribute(int objID,
int idx_type,
int order)
Returns a list of attributes for the specified object, in creation or alphabetical order.
|
List<Attribute> |
H5CompoundDS.getMetadata() |
List<Attribute> |
H5Datatype.getMetadata() |
List<Attribute> |
H5ScalarDS.getMetadata() |
List<Attribute> |
H5CompoundDS.getMetadata(int... attrPropList) |
List<Attribute> |
H5Datatype.getMetadata(int... attrPropList) |
List<Attribute> |
H5ScalarDS.getMetadata(int... attrPropList) |
Modifier and Type | Method and Description |
---|---|
void |
H5File.writeAttribute(HObject obj,
Attribute attr,
boolean attrExisted) |
Modifier and Type | Method and Description |
---|---|
Attribute |
DefaultMetaDataView.addAttribute(HObject obj)
add an attribute to a data object.
|
Attribute |
MetaDataView.addAttribute(HObject obj)
Add an attribute to a data object.
|
Attribute |
DefaultMetaDataView.deleteAttribute(HObject obj)
delete an attribute from a data object.
|
Attribute |
MetaDataView.deleteAttribute(HObject obj)
Delete an attribute from a data object.
|
Attribute |
NewAttributeDialog.getAttribute() |
Copyright © 2017. All Rights Reserved.