Uses of Class
hdf.object.Datatype
Packages that use Datatype
Package
Description
-
Uses of Datatype in hdf.object
Fields in hdf.object declared as DatatypeModifier and TypeFieldDescriptionprotected DatatypeDatatype.baseTypeThe base datatype of this datatype (null if this datatype is atomic).protected DatatypeDataset.datatypeThe datatype object of the dataset.protected Datatype[]Attribute.memberTypesThe datatypes of the compound attribute's members.protected Datatype[]CompoundDS.memberTypesThe datatypes of compound members.Fields in hdf.object with type parameters of type DatatypeModifier and TypeFieldDescriptionDatatype.compoundMemberTypesThe list of types of members of a compound Datatype.Attribute.flatTypeListA list of datatypes of all compound fields including nested fields.Methods in hdf.object that return DatatypeModifier and TypeMethodDescriptionabstract DatatypeFileFormat.createDatatype(int tclass, int tsize, int torder, int tsign)Creates a new datatype in memory.FileFormat.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)Creates a new datatype in memory.FileFormat.createNamedDatatype(Datatype tnative, String name)Creates a named datatype in a file.Attribute.getDatatype()DataFormat.getDatatype()Returns the datatype of the data object.Dataset.getDatatype()Datatype.getDatatypeBase()Returns the base datatype for this datatype.Datatype[]Attribute.getMemberTypes()Returns an array of datatype objects of compound members.Datatype[]CompoundDataFormat.getMemberTypes()Returns an array of datatype objects of the compound members.Datatype[]CompoundDS.getMemberTypes()Returns an array of datatype objects of compound members.Datatype[]Attribute.getSelectedMemberTypes()Returns an array of datatype objects of selected compound members.Datatype[]CompoundDataFormat.getSelectedMemberTypes()Returns an array of datatype objects of the selected compound members.Datatype[]CompoundDS.getSelectedMemberTypes()Returns an array of datatype objects of selected compound members.Methods in hdf.object that return types with arguments of type DatatypeMethods in hdf.object with parameters of type DatatypeModifier and TypeMethodDescriptionFileFormat.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.FileFormat.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)Creates a new datatype in memory.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.createNamedDatatype(Datatype tnative, String name)Creates a named datatype in a file.FileFormat.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data)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.Constructors in hdf.object with parameters of type DatatypeModifierConstructorDescriptionCreate an attribute with specified name, data type and dimension sizes.Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue)Create an attribute with specific name and value.Constructs a Datatype with specified class, size, byte order and sign.Constructs a Datatype with specified class, size, byte order and sign.Datatype(FileFormat theFile, int tclass, int tsize, int torder, int tsign, Datatype tbase, Datatype pbase)Constructs a Datatype with specified class, size, byte order and sign.Datatype(FileFormat theFile, long tid, Datatype pbase)Constructs a Datatype with a given native datatype identifier. -
Uses of Datatype in hdf.object.fits
Subclasses of Datatype in hdf.object.fitsModifier and TypeClassDescriptionclassDatatype encapsulates information of a datatype.Methods in hdf.object.fits that return DatatypeModifier and TypeMethodDescriptionFitsFile.createDatatype(int tclass, int tsize, int torder, int tsign)FitsFile.createNamedDatatype(Datatype tnative, String name)FitsDataset.getDatatype()Methods in hdf.object.fits with parameters of type DatatypeModifier and TypeMethodDescriptionstatic FitsDatasetFitsDataset.create(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data)Creates a new dataset.FitsFile.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, Object data)FitsFile.createNamedDatatype(Datatype tnative, String name)FitsFile.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) -
Uses of Datatype in hdf.object.h4
Subclasses of Datatype in hdf.object.h4Modifier and TypeClassDescriptionclassThis class defines HDF4 data type characteristics and APIs for a data type.Methods in hdf.object.h4 that return DatatypeModifier and TypeMethodDescriptionH4File.createDatatype(int tclass, int tsize, int torder, int tsign)H4File.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)H4File.createNamedDatatype(Datatype tnative, String name)H4GRImage.getDatatype()H4SDS.getDatatype()H4Vdata.getDatatype()Methods in hdf.object.h4 with parameters of type DatatypeModifier and TypeMethodDescriptionstatic H4GRImageH4GRImage.create(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data)Creates a new image.static H4SDSH4SDS.create(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data)static H4SDSH4SDS.create(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)Creates a new dataset.H4File.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)H4File.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data)H4File.createNamedDatatype(Datatype tnative, String name)H4File.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)Constructors in hdf.object.h4 with parameters of type DatatypeModifierConstructorDescriptionH4Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims)Create an attribute with specified name, data type and dimension sizes.H4Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue)Create an attribute with specific name and value. -
Uses of Datatype in hdf.object.h5
Subclasses of Datatype in hdf.object.h5Modifier and TypeClassDescriptionclassThis class defines HDF5 datatype characteristics and APIs for a data type.Methods in hdf.object.h5 that return DatatypeModifier and TypeMethodDescriptionH5File.createDatatype(int tclass, int tsize, int torder, int tsign)Methods related to Datatypes and HObjects in HDF5 Files.H5File.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)H5File.createNamedDatatype(Datatype tnative, String name)Creates a named datatype in a file.H5CompoundDS.getDatatype()H5ScalarDS.getDatatype()Methods in hdf.object.h5 with parameters of type DatatypeModifier 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)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.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)H5File.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data)H5File.createNamedDatatype(Datatype tnative, String name)Creates a named datatype in a file.H5File.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)Constructors in hdf.object.h5 with parameters of type DatatypeModifierConstructorDescriptionH5Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims)Create an attribute with specified name, data type and dimension sizes.H5Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue)Create an attribute with specific name and value.H5Datatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)Constructs a Datatype with specified class, size, byte order and sign.H5Datatype(int tclass, int tsize, int torder, int tsign, Datatype tbase, Datatype pbase)Constructs a Datatype with specified class, size, byte order and sign.H5Datatype(FileFormat theFile, long nativeID, Datatype pbase)Constructs a Datatype with a given native datatype identifier. -
Uses of Datatype in hdf.object.nc2
Subclasses of Datatype in hdf.object.nc2Modifier and TypeClassDescriptionclassDatatype encapsulates information of a datatype.Methods in hdf.object.nc2 that return DatatypeModifier and TypeMethodDescriptionNC2File.createDatatype(int tclass, int tsize, int torder, int tsign)NC2File.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)NC2File.createNamedDatatype(Datatype tnative, String name)NC2Dataset.getDatatype()Methods in hdf.object.nc2 with parameters of type DatatypeModifier and TypeMethodDescriptionstatic NC2DatasetNC2Dataset.create(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data)Creates a new dataset.NC2File.createDatatype(int tclass, int tsize, int torder, int tsign, Datatype tbase)NC2File.createImage(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, Object data)NC2File.createNamedDatatype(Datatype tnative, String name)NC2File.createScalarDS(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data)Constructors in hdf.object.nc2 with parameters of type DatatypeModifierConstructorDescriptionNC2Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims)Create an attribute with specified name, data type and dimension sizes.NC2Attribute(HObject parentObj, String attrName, Datatype attrType, long[] attrDims, Object attrValue)Create an attribute with specific name and value. -
Uses of Datatype in hdf.view.dialog
Fields in hdf.view.dialog with type parameters of type DatatypeMethods in hdf.view.dialog that return DatatypeModifier and TypeMethodDescriptionNewDataObjectDialog.createNewDatatype(String name)NewDatatypeDialog.createNewDatatype() -
Uses of Datatype in hdf.view.TableView
Methods in hdf.view.TableView that return types with arguments of type DatatypeModifier and TypeMethodDescriptionDataFactoryUtils.filterNonSelectedMembers(CompoundDataFormat dataFormat, Datatype compoundType)Methods in hdf.view.TableView with parameters of type DatatypeModifier and TypeMethodDescriptionDataFactoryUtils.filterNonSelectedMembers(CompoundDataFormat dataFormat, Datatype compoundType)Method parameters in hdf.view.TableView with type arguments of type DatatypeModifier and TypeMethodDescriptionDataFactoryUtils.buildIndexMaps(CompoundDataFormat dataFormat, List<Datatype> localSelectedTypes)Constructors in hdf.view.TableView with parameters of type DatatypeModifierConstructorDescription(package private)HDFDataProvider(Datatype dtype, Object dataBuf, boolean dataTransposed)(package private)HDFDataValidator(Datatype dtype)(package private)HDFDisplayConverter(Datatype dtype)
FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)