Uses of Class
hdf.object.Dataset
Packages that use Dataset
-
Uses of Dataset in hdf.object
Subclasses of Dataset in hdf.objectModifier and TypeClassDescriptionclassA CompoundDS is a dataset with compound datatype.classA scalar dataset is a multiple dimension array of scalar points.Methods in hdf.object that return DatasetModifier and TypeMethodDescriptionDeprecated.Not implemented for compound dataset.abstract DatasetCreates a new dataset and writes the data buffer to the new dataset.FileFormat.createCompoundDS(String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data)Creates a new compound dataset in a file with/without chunking and compression.FileFormat.createCompoundDS(String name, Group pgroup, long[] dims, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data)Deprecated.As of 2.4, replaced byFileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)The replacement method has additional parameters:maxdims, chunks,andgzip.abstract DatasetFileFormat.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data)Creates a new image in a file.FileFormat.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data)Creates a new dataset in a file with/without chunking/compression.abstract DatasetFileFormat.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)Creates a new dataset in a file with/without chunking/compression.Methods in hdf.object with parameters of type DatasetModifier and TypeMethodDescriptionvoidFileFormat.exportDataset(String file_export_name, Dataset object, int binary_order)Export dataset. -
Uses of Dataset in hdf.object.fits
Subclasses of Dataset 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.Methods in hdf.object.fits that return DatasetModifier and TypeMethodDescriptionFitsFile.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, Object data)FitsFile.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) -
Uses of Dataset in hdf.object.h4
Subclasses of Dataset 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.classH4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.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.Methods in hdf.object.h4 that return DatasetModifier and TypeMethodDescriptionH4File.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data)H4File.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) -
Uses of Dataset in hdf.object.h5
Subclasses of Dataset 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.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.Methods in hdf.object.h5 that return DatasetModifier and TypeMethodDescriptionstatic DatasetH5CompoundDS.create(String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, String[] memberNames, Datatype[] memberDatatypes, int[] memberRanks, long[][] memberDims, Object data)Creates a simple compound dataset in a file with/without chunking and compression.static DatasetH5CompoundDS.create(String name, Group pgroup, long[] dims, String[] memberNames, Datatype[] memberDatatypes, int[] memberRanks, long[][] memberDims, Object data)Deprecated.Not for public use in the future.static DatasetH5CompoundDS.create(String name, Group pgroup, long[] dims, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data)Deprecated.Not for public use in the future.static DatasetH5ScalarDS.create(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data)Creates a scalar dataset in a file with/without chunking and compression.static DatasetH5ScalarDS.create(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)Creates a scalar dataset in a file with/without chunking and compression.H5File.createCompoundDS(String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data)H5File.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data)H5File.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)Methods in hdf.object.h5 with parameters of type DatasetModifier and TypeMethodDescriptionvoidH5File.exportDataset(String file_export_name, Dataset object, int binary_order)Export dataset. -
Uses of Dataset in hdf.object.nc2
Subclasses of Dataset 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.Methods in hdf.object.nc2 that return DatasetModifier and TypeMethodDescriptionNC2File.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, Object data)NC2File.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)