Uses of Class
hdf.object.Dataset
-
Uses of Dataset in hdf.object
Modifier and TypeClassDescriptionclass
A CompoundDS is a dataset with compound datatype.class
A scalar dataset is a multiple dimension array of scalar points.Modifier and TypeMethodDescriptionDeprecated.Not implemented for compound dataset.abstract Dataset
Creates 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.final Dataset
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 Dataset
FileFormat.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 Dataset
FileFormat.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.Modifier and TypeMethodDescriptionvoid
FileFormat.exportDataset
(String file_export_name, Dataset object, int binary_order) Export dataset. -
Uses of Dataset in hdf.object.fits
Modifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
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 The library predefines a modest number of datatypes.Modifier 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
Modifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
H4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.class
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
H4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.class
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.Modifier 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
Modifier and TypeClassDescriptionclass
The H5CompoundAttr class defines an HDF5 attribute of compound datatypes.class
The H5CompoundDS class defines an HDF5 dataset of compound datatypes.class
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
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.Modifier and TypeMethodDescriptionstatic Dataset
H5CompoundDS.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 Dataset
H5CompoundDS.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 Dataset
H5CompoundDS.create
(String name, Group pgroup, long[] dims, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data) Deprecated.Not for public use in the future.static Dataset
H5ScalarDS.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 Dataset
H5ScalarDS.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) Modifier and TypeMethodDescriptionvoid
H5File.exportDataset
(String file_export_name, Dataset object, int binary_order) Export dataset. -
Uses of Dataset in hdf.object.nc2
Modifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
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 The library predefines a modest number of datatypes.Modifier 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)