Uses of Class
ncsa.hdf.object.Attribute

Packages that use Attribute
ncsa.hdf.object   
ncsa.hdf.object.fits   
ncsa.hdf.object.h4   
ncsa.hdf.object.h5   
ncsa.hdf.object.nc2   
ncsa.hdf.view   
 

Uses of Attribute in ncsa.hdf.object
 

Methods in ncsa.hdf.object with parameters of type Attribute
abstract  void FileFormat.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
          Attaches a given attribute to an object.
 

Uses of Attribute in ncsa.hdf.object.fits
 

Methods in ncsa.hdf.object.fits with parameters of type Attribute
 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 Attribute in ncsa.hdf.object.h4
 

Methods in ncsa.hdf.object.h4 with parameters of type Attribute
 void H4File.writeAttribute(HObject obj, Attribute attr, boolean isSDglobalAttr)
          Creates a new attribute and attached to the object if attribute does not exist.
 

Uses of Attribute in ncsa.hdf.object.h5
 

Methods in ncsa.hdf.object.h5 that return types with arguments of type Attribute
static java.util.List<Attribute> H5File.getAttribute(int objID)
          Returns a list of attributes for the specified object.
static java.util.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.
 

Methods in ncsa.hdf.object.h5 with parameters of type Attribute
 void H5File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
           
 

Uses of Attribute in ncsa.hdf.object.nc2
 

Methods in ncsa.hdf.object.nc2 that return Attribute
static Attribute NC2File.convertAttribute(ucar.nc2.Attribute netcdfAttr)
          converts a ucar.nc2.Attribute into an ncsa.hdf.object.Attribute
 

Methods in ncsa.hdf.object.nc2 with parameters of type Attribute
 void NC2File.writeAttribute(HObject obj, Attribute attr, boolean attrExisted)
          Creates a new attribute and attached to the object if attribute does not exist.
 

Uses of Attribute in ncsa.hdf.view
 

Methods in ncsa.hdf.view that return Attribute
 Attribute MetaDataView.addAttribute(HObject obj)
          add an attribute to a data object.
 Attribute DefaultMetaDataView.addAttribute(HObject obj)
          add an attribute to a data object.
 Attribute MetaDataView.deleteAttribute(HObject obj)
          delete an attribribute from a data object.
 Attribute DefaultMetaDataView.deleteAttribute(HObject obj)
          delete an attribute from a data object.
 Attribute NewAttributeDialog.getAttribute()
          return the new attribute created.