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 TypeClassDescriptionclassA CompoundDS is a dataset with compound datatype.classThe abstract class provides general APIs to create and manipulate dataset/attribute objects, and retrieve dataset/attribute 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.Methods in hdf.object that return HObjectModifier and TypeMethodDescriptionfinal HObjectDeprecated.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 final HObjectFileFormat.findObject(FileFormat file, long[] oid) Finds an object by its object IDstatic final 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 final HObjectFileFormat.getHObject(String fullPath) Deprecated.As of 2.4, replaced byFileFormat.get(String)This static method, which as been deprecated, causes two problems: It can be very expensive if it is called many times or in a loop because each call to the method creates an instance of a file.static final HObjectFileFormat.getHObject(String filename, String path) Deprecated.As of 2.4, replaced byFileFormat.get(String)This static method, which as been deprecated, causes two problems: It can be very expensive if it is called many times or in a loop because each call to the method creates an instance of a file.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.final HObjectDeprecated.As of 2.4, replaced byFileFormat.copy(HObject, Group, String)To mimic the behavior originally provided by this method, call the replacement method withnullas the 3rd parameter.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. -
Uses of HObject in hdf.object.fits
Subclasses of HObject in hdf.object.fitsModifier and TypeClassDescriptionclassAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classFitsDataset 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 dataset The library predefines a modest number of datatypes.classDatatype encapsulates information of a datatype.classAn H5Group represents HDF5 group, inheriting from Group.Fields in hdf.object.fits declared as HObjectModifier and TypeFieldDescriptionprotected HObjectFitsAttribute.parentObjectThe HObject to which this NC2Attribute is attached, Attribute interfaceMethods in hdf.object.fits that return HObjectModifier and TypeMethodDescriptionFitsAttribute.getParentObject()Returns the HObject to which this Attribute is currently "attached".FitsFile.getRootObject()Methods in hdf.object.fits with parameters of type HObjectModifier and TypeMethodDescriptionvoidFitsFile.copyAttributes(HObject src, HObject dst) Copies the attributes of one object to another object.voidvoidFitsAttribute.setParentObject(HObject pObj) Sets the HObject to which this Attribute is "attached".voidFitsFile.writeAttribute(HObject obj, Attribute attr, boolean attrExisted) Creates a new attribute and attached to the object if attribute does not exist.Constructors in hdf.object.fits with parameters of type HObjectModifierConstructorDescriptionFitsAttribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims) Create an attribute with specified name, data type and dimension sizes.FitsAttribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue) Create an attribute with specific name and value. -
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.classAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classH4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.classH4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.Fields in hdf.object.h4 declared as HObjectModifier and TypeFieldDescriptionprotected HObjectH4CompoundAttribute.parentObjectThe HObject to which this NC2Attribute is attached, Attribute interfaceprotected HObjectH4ScalarAttribute.parentObjectThe HObject to which this NC2Attribute is attached, Attribute interfaceMethods in hdf.object.h4 that return HObjectModifier and TypeMethodDescriptionCopy an object to a group.Get an individual HObject with a given path.H4CompoundAttribute.getParentObject()Returns the HObject to which this Attribute is currently "attached".H4ScalarAttribute.getParentObject()Returns the HObject to which this Attribute is currently "attached".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.voidH4CompoundAttribute.setParentObject(HObject pObj) Sets the HObject to which this Attribute is "attached".voidH4ScalarAttribute.setParentObject(HObject pObj) Sets the HObject to which this Attribute is "attached".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 HObjectModifierConstructorDescriptionH4CompoundAttribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims) Create an attribute with specified name, data type and dimension sizes.H4CompoundAttribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue) Create an attribute with specific name and value.H4ScalarAttribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims) Create an attribute with specified name, data type and dimension sizes.H4ScalarAttribute(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 TypeClassDescriptionclassThe H5CompoundAttr class defines an HDF5 attribute of compound datatypes.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.classAn class that provides general I/O operations for object metadata attached to an object.classThis class defines HDF5 reference characteristics and APIs for a data type of H5T_STD_REF.classAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.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.Fields in hdf.object.h5 declared as HObjectModifier and TypeFieldDescriptionprotected HObjectH5CompoundAttr.parentObjectThe HObject to which this NC2Attribute is attached, Attribute interfaceprotected HObjectH5MetaDataContainer.parentObjectThe HObject to which this MetaDataContainer is attachedprotected HObjectH5ScalarAttr.parentObjectThe HObject to which this NC2Attribute is attached, Attribute interfaceMethods 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.H5CompoundAttr.getParentObject()Returns the HObject to which this Attribute is currently "attached".H5ScalarAttr.getParentObject()Returns the HObject to which this Attribute is currently "attached".H5File.getRootObject()Returns the root object of the open HDF5 File.Methods in hdf.object.h5 with parameters of type HObjectModifier and TypeMethodDescriptionstatic final 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 objectvoidH5CompoundAttr.setParentObject(HObject pObj) Sets the HObject to which this Attribute is "attached".voidH5ScalarAttr.setParentObject(HObject pObj) Sets the HObject to which this Attribute is "attached".voidH5File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted) Constructors in hdf.object.h5 with parameters of type HObjectModifierConstructorDescriptionH5CompoundAttr(HObject parentObj, String attrName, Datatype attrType, long[] attrDims) Create an attribute with specified name, data type and dimension sizes.H5CompoundAttr(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue) Create an attribute with specific name and value.H5MetaDataContainer(FileFormat theFile, String name, String path, HObject parent) Constructs an HDF5 group with specific name, path, and parent.H5MetaDataContainer(FileFormat theFile, String name, String path, HObject parent, long[] oid) Deprecated.Not for public use in the future.H5ScalarAttr(HObject parentObj, String attrName, Datatype attrType, long[] attrDims) Create an attribute with specified name, data type and dimension sizes.H5ScalarAttr(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 dataset The library predefines a modest number of datatypes.classDatatype encapsulates information of a datatype.classAn NC2Group represents NetCDF3 group, inheriting from Group.Fields in hdf.object.nc2 declared as HObjectModifier and TypeFieldDescriptionprotected HObjectNC2Attribute.parentObjectThe HObject to which this NC2Attribute is attached, Attribute interfaceMethods in hdf.object.nc2 that return HObjectModifier and TypeMethodDescriptionNC2Attribute.getParentObject()Returns the HObject to which this Attribute is currently "attached".NC2File.getRootObject()Methods in hdf.object.nc2 with parameters of type HObjectModifier and TypeMethodDescriptionstatic NC2AttributeNC2File.convertAttribute(HObject parent, ucar.nc2.Attribute netcdfAttr) converts a ucar.nc2.Attribute into an hdf.object.nc2.NC2AttributevoidNC2File.copyAttributes(HObject src, HObject dst) Copies the attributes of one object to another object.voidvoidNC2Attribute.setParentObject(HObject pObj) Sets the HObject to which this Attribute is "attached".voidNC2File.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) Display the metadata view for an object -
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 parent, DataViewManager viewer, HObject theObj) Get an instance of MetaDataView given the appropriate constructor parameters -
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 HObjectModifierConstructorDescriptionNewCompoundAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs) Constructs a NewCompoundAttributeDialog with specified list of possible parent objects.NewDataObjectDialog(org.eclipse.swt.widgets.Shell parent, HObject pGroup, List<?> objs) The NewDataObjectDialog constructor.NewScalarAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs) Constructs a NewScalarAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to.NewStringAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs) Constructs a NewStringAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to.Constructor parameters in hdf.view.dialog with type arguments of type HObjectModifierConstructorDescriptionNewCompoundAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs) Constructs a NewCompoundAttributeDialog with specified list of possible parent objects.NewScalarAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs) Constructs a NewScalarAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to.NewStringAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs) Constructs a NewStringAttributeDialog 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 TypeMethodDescriptionfinal MetaDataViewImageViewFactory.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) The metadata view interface for displaying metadata informationDefaultDatasetMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying dataset metadata informationDefaultDatatypeMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying datatype metadata informationDefaultGroupMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying metadata informationDefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying link metadata information -
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 TypeMethodDescriptionfinal MetaDataViewPaletteViewFactory.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 TypeMethodDescriptionfinal MetaDataViewTableViewFactory.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) final MetaDataViewTreeViewFactory.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.voidDefaultTreeView.updateItemIcon(HObject obj) Updates the icon for the TreeItem representing the given HObject.
FileFormat.copy(HObject, Group, String)To mimic the behavior originally provided by this method, call the replacement method withnullas the 3rd parameter.