Uses of Class
hdf.object.HObject
Packages that use HObject
Package
Description
-
Uses of HObject in hdf.object
Subclasses of HObject in hdf.objectModifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classA CompoundDS is a dataset with compound datatype.classThe abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties, datatype and dimension sizes.classDatatype is an abstract class that defines datatype characteristics and APIs for a data type.classGroup is an abstract class.classA scalar dataset is a multiple dimension array of scalar points.Fields in hdf.object declared as HObjectModifier and TypeFieldDescriptionprotected HObjectAttribute.parentObjectThe HObject to which this Attribute is attachedMethods in hdf.object that return HObjectModifier and TypeMethodDescriptionDeprecated.abstract HObjectCopies 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 HObjectFileFormat.findObject(FileFormat file, long[] oid)Finds an object by its object IDstatic HObjectFileFormat.findObject(FileFormat file, String path)Finds an object by the full path of the object (path+name)abstract HObjectGets the HObject with the specified path from the file.static HObjectFileFormat.getHObject(String fullPath)Deprecated.As of 2.4, replaced byFileFormat.get(String)static HObjectFileFormat.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 HObjectFileFormat.getRootObject()Returns the root object for the file associated with this instance.Methods in hdf.object that return types with arguments of type HObjectModifier and TypeMethodDescriptionGroup.breadthFirstMemberList()Group.depthFirstMemberList()Group.getMemberList()Returns the list of members of this group.Methods in hdf.object with parameters of type HObjectModifier and TypeMethodDescriptionvoidGroup.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 HObjectCopies 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 voidDeletes an object from a file.booleanReturns whether this HObject is equal to the specified HObject by comparing their OIDs.voidGroup.removeFromMemberList(HObject object)Removes an object from the member list of this group in memory.voidFileFormat.renameAttribute(HObject obj, String oldAttrName, String newAttrName)Renames an attribute.voidAttribute.setParentObject(HObject pObj)Sets the HObject to which this Attribute is "attached".abstract voidFileFormat.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)Attaches a given attribute to an object.Constructors in hdf.object with parameters of type HObject -
Uses of HObject in hdf.object.fits
Subclasses of HObject in hdf.object.fitsModifier and TypeClassDescriptionclassFitsDataset 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 datasetclassDatatype encapsulates information of a datatype.classAn H5Group represents HDF5 group, inheriting from Group.Methods in hdf.object.fits that return HObjectMethods in hdf.object.fits with parameters of type HObjectModifier and TypeMethodDescriptionvoidFitsFile.copyAttributes(HObject src, HObject dst)voidvoidFitsFile.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
Subclasses of HObject in hdf.object.h4Modifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classThis class defines HDF4 data type characteristics and APIs for a data type.classH4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.classAn H4Group is a vgroup in HDF4, inheriting from Group.classH4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.classH4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.Methods in hdf.object.h4 that return HObjectModifier and TypeMethodDescriptionCopy an object to a group.Get an individual HObject with a given path.H4File.getRootObject()Methods in hdf.object.h4 with parameters of type HObjectModifier and TypeMethodDescriptionCopy an object to a group.voidDelete an object from the file.voidH4File.writeAttribute(HObject obj, Attribute attr, boolean isSDglobalAttr)Creates a new attribute and attaches it to the object if the attribute does not exist.Constructors in hdf.object.h4 with parameters of type HObjectModifierConstructorDescriptionH4Attribute(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
Subclasses of HObject in hdf.object.h5Modifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classThe H5CompoundDS class defines an HDF5 dataset of compound datatypes.classThis class defines HDF5 datatype characteristics and APIs for a data type.classAn H5Group object represents an existing HDF5 group in file.classAn H5Link object represents an existing HDF5 object in file.classH5ScalarDS 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.Methods in hdf.object.h5 that return HObjectModifier 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.Methods in hdf.object.h5 with parameters of type HObjectModifier and TypeMethodDescriptionstatic voidH5File.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.voidH5File.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 StringH5File.getLinkTargetName(HObject obj)Retrieves the name of the target object that is being linked to.voidH5File.renameAttribute(HObject obj, String oldAttrName, String newAttrName)Renames an attribute.static voidH5File.renameObject(HObject obj, String newName)Rename the given objectstatic voidH5File.renameObject(HObject obj, String newPath, String newName)Rename the given objectvoidH5File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)Constructors in hdf.object.h5 with parameters of type HObjectModifierConstructorDescriptionH5Attribute(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
Subclasses of HObject in hdf.object.nc2Modifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classNC2Dataset 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 datasetclassDatatype encapsulates information of a datatype.classAn NC2Group represents NetCDF3 group, inheriting from Group.Methods in hdf.object.nc2 that return HObjectMethods in hdf.object.nc2 with parameters of type HObjectModifier and TypeMethodDescriptionstatic AttributeNC2File.convertAttribute(HObject parent, ucar.nc2.Attribute netcdfAttr)voidNC2File.copyAttributes(HObject src, HObject dst)voidvoidNC2File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)Constructors in hdf.object.nc2 with parameters of type HObjectModifierConstructorDescriptionNC2Attribute(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)voidHDFView.showMetaData(HObject obj) -
Uses of HObject in hdf.view.DataView
Methods in hdf.view.DataView that return HObjectMethods in hdf.view.DataView with parameters of type HObjectModifier and TypeMethodDescriptionDataViewManager.getDataView(HObject dataObject)Returns DataView that contains the specified data object.abstract MetaDataViewDataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of HObject in hdf.view.dialog
Fields in hdf.view.dialog declared as HObjectModifier and TypeFieldDescriptionprotected HObjectNewDataObjectDialog.newObjectthe object createdprotected HObjectNewDataObjectDialog.parentObjthe object which the this object is attachedprotected HObjectNewDataObjectDialog.refObjectthe object referencedMethods in hdf.view.dialog that return HObjectConstructors in hdf.view.dialog with parameters of type HObjectModifierConstructorDescriptionNewAttributeDialog(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)Constructor parameters in hdf.view.dialog with type arguments of type HObjectModifierConstructorDescriptionNewAttributeDialog(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
Methods in hdf.view.ImageView that return HObjectMethods in hdf.view.ImageView with parameters of type HObjectModifier and TypeMethodDescriptionImageViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of HObject in hdf.view.MetaDataView
Fields in hdf.view.MetaDataView declared as HObjectModifier and TypeFieldDescriptionprotected HObjectDefaultBaseMetaDataView.dataObjectThe HDF data objectMethods in hdf.view.MetaDataView that return HObjectMethods in hdf.view.MetaDataView with parameters of type HObjectModifier 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)Constructors in hdf.view.MetaDataView with parameters of type HObjectModifierConstructorDescriptionDefaultBaseMetaDataView(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
Methods in hdf.view.PaletteView that return HObjectMethods in hdf.view.PaletteView with parameters of type HObjectModifier and TypeMethodDescriptionPaletteViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of HObject in hdf.view.TableView
Methods in hdf.view.TableView that return HObjectMethods in hdf.view.TableView with parameters of type HObjectModifier and TypeMethodDescriptionTableViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of HObject in hdf.view.TreeView
Methods in hdf.view.TreeView that return HObjectMethods in hdf.view.TreeView with parameters of type HObjectModifier and TypeMethodDescriptionorg.eclipse.swt.widgets.TreeItemAdds an already created HObject to the tree under the TreeItem containing the specified parent group.org.eclipse.swt.widgets.TreeItemAdds an already created HObject to the tree under the TreeItem containing the specified parent group.org.eclipse.swt.widgets.TreeItemDefaultTreeView.findTreeItem(HObject obj)Returns the tree item that contains the given data object.org.eclipse.swt.widgets.TreeItemTreeView.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.voidDefaultTreeView.updateItemIcon(HObject obj)Updates the icon for the TreeItem representing the given HObject.
FileFormat.copy(HObject, Group, String)