Documentation of 'visad.data.hdf5.HDF5DatasetAdapted' Java class
HDF5DatasetAdapted
visad.data.hdf5

Class HDF5DatasetAdapted

  • All Implemented Interfaces:
    java.io.Serializable, HDF5DataAdaptable


    public class HDF5DatasetAdapted
    extends HDF5Dataset
    implements HDF5DataAdaptable
    HDF5DatasetAdapted is the implementation of mapping from HDFDataset to VisAD Data object. HDF5 Dataset with compound data type is mapped to VisAD FieldImpl and HDF5 Dataset with simple data type is mapped to FlatField. The current implementation does not include compound datatype.

    See Also:
    Serialized Form
    • Constructor Detail

      • HDF5DatasetAdapted

        public HDF5DatasetAdapted()
        Constructs a HDF5DatasetAdapted
      • HDF5DatasetAdapted

        public HDF5DatasetAdapted(int loc_id,
                                  java.lang.String set_name,
                                  int type_id,
                                  int space_id,
                                  int create_plist_id)
        Creates a dataset at the specified location
        Parameters:
        loc_id - Identifier of the file or group to create the dataset within.
        set_name - The name of the dataset to create.
        type_id - Identifier of the datatype to use when creating the dataset.
        space_id - Identifier of the dataspace to use when creating the dataset.
        create_plist_id - Identifier of the set creation property list.
      • HDF5DatasetAdapted

        public HDF5DatasetAdapted(int loc_id,
                                  java.lang.String set_name)
        Opens a HDF5DatasetAdapted
        Parameters:
        loc_id - A file, group, or datatype identifier.
        set_name - A datatset name.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.