Package hdf.object.nc2

  • Class Summary
    Class Description
    NC2Attribute
    An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.
    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
    NC2Datatype
    Datatype encapsulates information of a datatype.
    NC2File
    This class provides file level APIs.
    NC2Group
    An NC2Group represents NetCDF3 group, inheriting from Group.