Uses of Class
hdf.object.HObject
Package
Description
-
Uses of HObject in hdf.object
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.class
A CompoundDS is a dataset with compound datatype.class
The abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties, datatype and dimension sizes.class
Datatype is an abstract class that defines datatype characteristics and APIs for a data type.class
Group is an abstract class.class
A scalar dataset is a multiple dimension array of scalar points.Modifier and TypeFieldDescriptionprotected HObject
Attribute.parentObject
The HObject to which this Attribute is attachedModifier and TypeMethodDescriptionDeprecated.abstract HObject
Copies the source object to a new destination.FileFormat.createLink(Group parentGroup, String name, HObject currentObj, int type)
Creates a soft, hard or external link to an existing object in the open file.FileFormat.createLink(Group linkGroup, String name, Object currentObj)
Creates a link to an existing object in the open file.FileFormat.createLink(Group parentGroup, String name, String currentObj, int type)
Creates a soft or external link to an object in a file that does not exist at the time the link is created.static HObject
FileFormat.findObject(FileFormat file, long[] oid)
Finds an object by its object IDstatic HObject
FileFormat.findObject(FileFormat file, String path)
Finds an object by the full path of the object (path+name)abstract HObject
Gets the HObject with the specified path from the file.static HObject
FileFormat.getHObject(String fullPath)
Deprecated.As of 2.4, replaced byFileFormat.get(String)
static HObject
FileFormat.getHObject(String filename, String path)
Deprecated.As of 2.4, replaced byFileFormat.get(String)
Group.getMember(int idx)
Get the HObject at the specified index in this Group's member list.Attribute.getParentObject()
Returns the HObject to which this Attribute is currently "attached".abstract HObject
FileFormat.getRootObject()
Returns the root object for the file associated with this instance.Modifier and TypeMethodDescriptionGroup.breadthFirstMemberList()
Group.depthFirstMemberList()
Group.getMemberList()
Returns the list of members of this group.Modifier and TypeMethodDescriptionvoid
Group.addToMemberList(HObject object)
Adds an object to the member list of this group in memory.Deprecated.As of 2.4, replaced byFileFormat.copy(HObject, Group, String)
abstract HObject
Copies the source object to a new destination.FileFormat.createLink(Group parentGroup, String name, HObject currentObj, int type)
Creates a soft, hard or external link to an existing object in the open file.abstract void
Deletes an object from a file.boolean
Returns whether this HObject is equal to the specified HObject by comparing their OIDs.void
Group.removeFromMemberList(HObject object)
Removes an object from the member list of this group in memory.void
FileFormat.renameAttribute(HObject obj, String oldAttrName, String newAttrName)
Renames an attribute.void
Attribute.setParentObject(HObject pObj)
Sets the HObject to which this Attribute is "attached".abstract void
FileFormat.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
Attaches a given attribute to an object. -
Uses of HObject in hdf.object.fits
Modifier and TypeClassDescriptionclass
FitsDataset describes an multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar datasetclass
Datatype encapsulates information of a datatype.class
An H5Group represents HDF5 group, inheriting from Group.Modifier and TypeMethodDescriptionvoid
FitsFile.copyAttributes(HObject src, HObject dst)
void
void
FitsFile.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
Creates a new attribute and attached to the object if attribute does not exist. -
Uses of HObject 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.class
This class defines HDF4 data type characteristics and APIs for a data type.class
H4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.class
An H4Group is a vgroup in HDF4, inheriting from Group.class
H4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.class
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.Modifier and TypeMethodDescriptionCopy an object to a group.Get an individual HObject with a given path.H4File.getRootObject()
Modifier and TypeMethodDescriptionCopy an object to a group.void
Delete an object from the file.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.ModifierConstructorDescriptionH4Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims)
Create an attribute with specified name, data type and dimension sizes.H4Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue)
Create an attribute with specific name and value. -
Uses of HObject 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.class
The H5CompoundDS class defines an HDF5 dataset of compound datatypes.class
This class defines HDF5 datatype characteristics and APIs for a data type.class
An H5Group object represents an existing HDF5 group in file.class
An H5Link object represents an existing HDF5 object in file.class
H5ScalarDS describes a multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar dataset.Modifier and TypeMethodDescriptionH5File.createLink(Group parentGroup, String name, HObject currentObj, int lType)
Creates a link to an object in the open file.H5File.createLink(Group parentGroup, String name, Object currentObj)
H5File.createLink(Group parentGroup, String name, String currentObj, int lType)
Creates a soft or external link to object in a file that does not exist at the time the link is created.H5File.getRootObject()
Returns the root object of the open HDF5 File.Modifier and TypeMethodDescriptionstatic void
H5File.copyAttributes(HObject src, HObject dst)
Copies the attributes of one object to another object.H5File.createLink(Group parentGroup, String name, HObject currentObj, int lType)
Creates a link to an object in the open file.void
H5File.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.static String
H5File.getLinkTargetName(HObject obj)
Retrieves the name of the target object that is being linked to.void
H5File.renameAttribute(HObject obj, String oldAttrName, String newAttrName)
Renames an attribute.static void
H5File.renameObject(HObject obj, String newName)
Rename the given objectstatic void
H5File.renameObject(HObject obj, String newPath, String newName)
Rename the given objectvoid
H5File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
ModifierConstructorDescriptionH5Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims)
Create an attribute with specified name, data type and dimension sizes.H5Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue)
Create an attribute with specific name and value. -
Uses of HObject 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.class
NC2Dataset describes an multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar datasetclass
Datatype encapsulates information of a datatype.class
An NC2Group represents NetCDF3 group, inheriting from Group.Modifier and TypeMethodDescriptionstatic Attribute
NC2File.convertAttribute(HObject parent, ucar.nc2.Attribute netcdfAttr)
void
NC2File.copyAttributes(HObject src, HObject dst)
void
void
NC2File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
ModifierConstructorDescriptionNC2Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims)
Create an attribute with specified name, data type and dimension sizes.NC2Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue)
Create an attribute with specific name and value. -
Uses of HObject in hdf.view
Modifier and TypeMethodDescriptionHDFView.getDataView(HObject dataObject)
void
HDFView.showMetaData(HObject obj)
-
Uses of HObject in hdf.view.DataView
Modifier and TypeMethodDescriptionDataViewManager.getDataView(HObject dataObject)
Returns DataView that contains the specified data object.abstract MetaDataView
DataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
-
Uses of HObject in hdf.view.dialog
Modifier and TypeFieldDescriptionprotected HObject
NewDataObjectDialog.newObject
the object createdprotected HObject
NewDataObjectDialog.parentObj
the object which the this object is attachedprotected HObject
NewDataObjectDialog.refObject
the object referencedModifierConstructorDescriptionNewAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject obj, List<HObject> objs)
Constructs a NewAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to.NewDataObjectDialog(org.eclipse.swt.widgets.Shell parent, HObject pGroup, List<?> objs)
ModifierConstructorDescriptionNewAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject obj, List<HObject> objs)
Constructs a NewAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to. -
Uses of HObject in hdf.view.ImageView
Modifier and TypeMethodDescriptionImageViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
-
Uses of HObject in hdf.view.MetaDataView
Modifier and TypeFieldDescriptionprotected HObject
DefaultBaseMetaDataView.dataObject
The HDF data objectModifier 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.DefaultMetaDataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
ModifierConstructorDescriptionDefaultBaseMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultDatasetMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultDatatypeMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultGroupMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
-
Uses of HObject in hdf.view.PaletteView
Modifier and TypeMethodDescriptionPaletteViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
-
Uses of HObject in hdf.view.TableView
Modifier and TypeMethodDescriptionTableViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
-
Uses of HObject in hdf.view.TreeView
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.TreeItem
Adds an already created HObject to the tree under the TreeItem containing the specified parent group.org.eclipse.swt.widgets.TreeItem
Adds an already created HObject to the tree under the TreeItem containing the specified parent group.org.eclipse.swt.widgets.TreeItem
DefaultTreeView.findTreeItem(HObject obj)
Returns the tree item that contains the given data object.org.eclipse.swt.widgets.TreeItem
TreeView.findTreeItem(HObject obj)
TreeViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
DefaultTreeView.showDataContent(HObject dataObject)
Display the content of a data object.TreeView.showDataContent(HObject dataObject)
Display the content of a data object.DefaultTreeView.showMetaData(HObject dataObject)
Displays the meta data of a data object.TreeView.showMetaData(HObject dataObject)
Displays the meta data of a data object.void
DefaultTreeView.updateItemIcon(HObject obj)
Updates the icon for the TreeItem representing the given HObject.
FileFormat.copy(HObject, Group, String)