Uses of Interface
ncsa.hdf.object.DataFormat

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

Uses of DataFormat in ncsa.hdf.object
 

Classes in ncsa.hdf.object that implement DataFormat
 class CompoundDS
          A CompoundDS is a dataset with compound datatype.
 class Dataset
          The abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties datatype and dimension sizes.
 class Datatype
          Datatype is an abstract class that defines datatype characteristics and APIs for a data type.
 class Group
          Group is an abstract class.
 class HObject
          The HObject class is the root class of all the HDF data objects.
 class ScalarDS
          A scalar dataset is a multiple dimension array of scalar points.
 

Uses of DataFormat in ncsa.hdf.object.fits
 

Classes in ncsa.hdf.object.fits that implement DataFormat
 class FitsDataset
          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 dataset
 class FitsDatatype
          Datatype encapsulates information of a datatype.
 class FitsGroup
          An H5Group represents HDF5 group, inheriting from Group.
 

Uses of DataFormat in ncsa.hdf.object.h4
 

Classes in ncsa.hdf.object.h4 that implement DataFormat
 class H4Datatype
          This class defines HDF4 data type characteristics and APIs for a data type.
 class H4GRImage
          H4GRImage describes HDF4 general raster(GR) image and operations performed on the GR image.
 class H4Group
          An H4Group is a vgroup in HDF4, inheriting from Group.
 class H4SDS
          H4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.
 class H4Vdata
          H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.
 

Uses of DataFormat in ncsa.hdf.object.h5
 

Classes in ncsa.hdf.object.h5 that implement DataFormat
 class H5CompoundDS
          The H5CompoundDS class defines an HDF5 dataset of compound datatypes.
 class H5Datatype
          This class defines HDF5 data type characteristics and APIs for a data type.
 class H5Group
          An H5Group object represents an existing HDF5 group in file.
 class H5Link
          An H5Link object represents an existing HDF5 object in file.
 class H5ScalarDS
          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.
 

Uses of DataFormat in ncsa.hdf.object.nc2
 

Classes in ncsa.hdf.object.nc2 that implement DataFormat
 class NC2Dataset
          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 dataset
 class NC2Datatype
          Datatype encapsulates information of a datatype.
 class NC2Group
          An H5Group represents HDF5 group, inheriting from Group.
 

Uses of DataFormat in ncsa.hdf.view
 

Methods in ncsa.hdf.view that return DataFormat
 DataFormat NewLinkDialog.getObject()
          Returns the new dataset created.
 DataFormat NewDatasetDialog.getObject()
          Returns the new dataset created.
 DataFormat NewDatatypeDialog.getObject()
          Returns the new dataset created.
 DataFormat NewImageDialog.getObject()
          Returns the new dataset created.
 DataFormat NewGroupDialog.getObject()
          Returns the new group created.
 DataFormat NewTableDataDialog.getObject()
          Returns the new dataset created.