- Chart - Class in hdf.view
-
ChartView displays a histogram/line chart of selected row/column of table data
or image data.
- Chart(Shell, String, int, double[][], double[], double[]) - Constructor for class hdf.view.Chart
-
Constructs a new ChartView given data and data ranges.
- chartP - Variable in class hdf.view.Chart
-
Panel that draws plot of data values.
- checkNewFile(String, String) - Static method in class hdf.view.Tools
-
Check and find a non-exist file.
- checkValidJavaArrayIndex(long) - Static method in class hdf.view.Tools
-
Since Java does not allow array indices to be larger than int type, check the
given value to see if it is within the valid range of a Java int.
- chunkSize - Variable in class hdf.object.Dataset
-
The array of dimension sizes for a chunk.
- CLASS_ARRAY - Static variable in class hdf.object.Datatype
-
- CLASS_BITFIELD - Static variable in class hdf.object.Datatype
-
- CLASS_CHAR - Static variable in class hdf.object.Datatype
-
- CLASS_COMPOUND - Static variable in class hdf.object.Datatype
-
- CLASS_ENUM - Static variable in class hdf.object.Datatype
-
- CLASS_FLOAT - Static variable in class hdf.object.Datatype
-
- CLASS_INTEGER - Static variable in class hdf.object.Datatype
-
- CLASS_NO_CLASS - Static variable in class hdf.object.Datatype
-
- CLASS_OPAQUE - Static variable in class hdf.object.Datatype
-
- CLASS_REFERENCE - Static variable in class hdf.object.Datatype
-
- CLASS_STRING - Static variable in class hdf.object.Datatype
-
- CLASS_TIME - Static variable in class hdf.object.Datatype
-
- CLASS_VLEN - Static variable in class hdf.object.Datatype
-
- clear() - Method in class hdf.object.Dataset
-
Clears memory held by the dataset, such as the data buffer.
- clear() - Method in class hdf.object.Group
-
Clears up member list and other resources in memory for the group.
- clear() - Method in class hdf.object.h5.H5CompoundDS
-
- clear() - Method in class hdf.object.h5.H5Group
-
- clear() - Method in class hdf.object.h5.H5ScalarDS
-
- clearData() - Method in class hdf.object.Attribute
-
- clearData() - Method in interface hdf.object.DataFormat
-
Clears the current data buffer in memory and forces the next read() to load
the data from file.
- clearData() - Method in class hdf.object.Dataset
-
Clears the current data buffer in memory and forces the next read() to load
the data from file.
- clearData() - Method in class hdf.object.ScalarDS
-
- close(long) - Method in class hdf.object.Attribute
-
- close(long) - Method in class hdf.object.Datatype
-
Closes a datatype identifier.
- close() - Method in class hdf.object.FileFormat
-
Closes file associated with this instance.
- close(long) - Method in class hdf.object.h4.H4Datatype
-
- close() - Method in class hdf.object.h4.H4File
-
- close(long) - Method in class hdf.object.h4.H4GRImage
-
- close(long) - Method in class hdf.object.h4.H4Group
-
close group access.
- close(long) - Method in class hdf.object.h4.H4SDS
-
- close(long) - Method in class hdf.object.h4.H4Vdata
-
- close(long) - Method in class hdf.object.h5.H5CompoundDS
-
- close(long) - Method in class hdf.object.h5.H5Datatype
-
Closes a datatype identifier.
- close() - Method in class hdf.object.h5.H5File
-
Closes file associated with this H5File instance.
- close(long) - Method in class hdf.object.h5.H5Group
-
- close(long) - Method in class hdf.object.h5.H5Link
-
- close(long) - Method in class hdf.object.h5.H5ScalarDS
-
- close(long) - Method in class hdf.object.HObject
-
Closes access to the object.
- closeFile(FileFormat) - Method in class hdf.view.HDFView
-
- CompoundDataFormat - Interface in hdf.object
-
An interface that provides general operations for data with a Compound
datatype.
- CompoundDS - Class in hdf.object
-
A CompoundDS is a dataset with compound datatype.
- CompoundDS(FileFormat, String, String) - Constructor for class hdf.object.CompoundDS
-
Constructs a CompoundDS object with the given file, dataset name and path.
- CompoundDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.CompoundDS
-
- compoundMemberNames - Variable in class hdf.object.Datatype
-
The list of names of members of a compound Datatype.
- compoundMemberOffsets - Variable in class hdf.object.Datatype
-
The list of offsets of members of a compound Datatype.
- compoundMemberTypes - Variable in class hdf.object.Datatype
-
The list of types of members of a compound Datatype.
- compression - Variable in class hdf.object.Dataset
-
The compression information.
- compression_gzip_txt - Static variable in class hdf.object.Dataset
-
- computeStatistics(Object, double[], Object) - Static method in class hdf.view.Tools
-
Computes mean and standard deviation of a data array
- convertByteToString - Variable in class hdf.object.Dataset
-
Flag to indicate if the byte[] array is converted to strings
- convertedBuf - Variable in class hdf.object.Dataset
-
The array that holds the converted data of unsigned C-type integers.
- convertEnumNameToValue(String[]) - Method in class hdf.object.h5.H5Datatype
-
Converts names in an Enumeration Datatype to values.
- convertEnumValueToName(Object) - Method in class hdf.object.h5.H5Datatype
-
Converts values in an Enumeration Datatype to names.
- convertFromUnsignedC() - Method in class hdf.object.Attribute
-
Converts the data values of this Attribute to appropriate Java integers if
they are unsigned integers.
- convertFromUnsignedC() - Method in interface hdf.object.DataFormat
-
Converts the data values of this data object to appropriate Java integers if
they are unsigned integers.
- convertFromUnsignedC(Object) - Static method in class hdf.object.Dataset
-
- convertFromUnsignedC(Object, Object) - Static method in class hdf.object.Dataset
-
Converts one-dimension array of unsigned C-type integers to a new array
of appropriate Java integer in memory.
- convertFromUnsignedC() - Method in class hdf.object.h4.H4Vdata
-
- convertFromUnsignedC() - Method in class hdf.object.h5.H5CompoundDS
-
- convertFromUnsignedC() - Method in class hdf.object.ScalarDS
-
Converts the data values of this dataset to appropriate Java integer if they are unsigned integers.
- convertImageToHDF(String, String, String, String) - Static method in class hdf.view.Tools
-
Converts an image file into HDF4/5 file.
- convertToUnsignedC() - Method in class hdf.object.Attribute
-
Converts Java integer data values of this Attribute back to unsigned C-type
integer data if they are unsigned integers.
- convertToUnsignedC() - Method in interface hdf.object.DataFormat
-
Converts Java integer data values of this data object back to unsigned C-type
integer data if they are unsigned integers.
- convertToUnsignedC(Object) - Static method in class hdf.object.Dataset
-
- convertToUnsignedC(Object, Object) - Static method in class hdf.object.Dataset
-
Converts the array of converted unsigned integers back to unsigned C-type
integer data in memory.
- convertToUnsignedC() - Method in class hdf.object.h4.H4Vdata
-
- convertToUnsignedC() - Method in class hdf.object.h5.H5CompoundDS
-
- convertToUnsignedC() - Method in class hdf.object.ScalarDS
-
Converts Java integer data of this dataset back to unsigned C-type integer data if they are unsigned integers.
- convertUINT64toBigInt(Long) - Static method in class hdf.view.Tools
-
Converts unsigned 64-bit integer data to a BigInteger since Java does not
have unsigned types.
- copy(Group, String, long[], Object) - Method in class hdf.object.Attribute
-
- copy(Group, String, long[], Object) - Method in class hdf.object.CompoundDS
-
- copy(Group, String, long[], Object) - Method in class hdf.object.Dataset
-
Creates a new dataset and writes the data buffer to the new dataset.
- copy(HObject, Group, String) - Method in class hdf.object.FileFormat
-
Copies the source object to a new destination.
- copy(HObject, Group) - Method in class hdf.object.FileFormat
-
- copy(HObject, Group, String) - Method in class hdf.object.h4.H4File
-
Copy an object to a group.
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4GRImage
-
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4SDS
-
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4Vdata
-
- copy(HObject, Group, String) - Method in class hdf.object.h5.H5File
-
- copy(Group, String, long[], Object) - Method in class hdf.object.h5.H5ScalarDS
-
- copyAttributes(HObject, HObject) - Static method in class hdf.object.h5.H5File
-
Copies the attributes of one object to another object.
- copyAttributes(long, long) - Static method in class hdf.object.h5.H5File
-
Copies the attributes of one object to another object.
- CREATE - Static variable in class hdf.object.FileFormat
-
File access flag for creating/truncating with read-write permission.
- create(String) - Method in class hdf.object.FileFormat
-
- create(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Static method in class hdf.object.h4.H4GRImage
-
Creates a new image.
- create(String, Group) - Static method in class hdf.object.h4.H4Group
-
Creates a new group.
- create(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Static method in class hdf.object.h4.H4SDS
-
Creates a new dataset.
- create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class hdf.object.h4.H4SDS
-
- create(String, Group, long[], String[], Datatype[], int[], Object) - Static method in class hdf.object.h5.H5CompoundDS
-
- create(String, Group, long[], String[], Datatype[], int[], long[][], Object) - Static method in class hdf.object.h5.H5CompoundDS
-
- create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object) - Static method in class hdf.object.h5.H5CompoundDS
-
Creates a simple compound dataset in a file with/without chunking and compression.
- create(String, Group, long...) - Static method in class hdf.object.h5.H5Group
-
Creates a new group with a name in a group and with the group creation
properties specified in gplist.
- create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class hdf.object.h5.H5ScalarDS
-
- create(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Static method in class hdf.object.h5.H5ScalarDS
-
Creates a scalar dataset in a file with/without chunking and compression.
- createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class hdf.object.FileFormat
-
Creates a new compound dataset in a file with/without chunking and
compression.
- createCompoundDS(String, Group, long[], String[], Datatype[], int[], Object) - Method in class hdf.object.FileFormat
-
- createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class hdf.object.h5.H5File
-
- createCompoundFieldType(String) - Method in class hdf.object.h5.H5Datatype
-
Creates a datatype of a compound with one field.
- createDatatype(int, int, int, int, String) - Method in class hdf.object.FileFormat
-
Creates a named datatype in a file.
- createDatatype(int, int, int, int, Datatype, String) - Method in class hdf.object.FileFormat
-
Creates a named datatype in a file.
- createDatatype(int, int, int, int) - Method in class hdf.object.FileFormat
-
Creates a new datatype in memory.
- createDatatype(int, int, int, int, Datatype) - Method in class hdf.object.FileFormat
-
Creates a new datatype in memory.
- createDatatype(int, int, int, int) - Method in class hdf.object.h4.H4File
-
- createDatatype(int, int, int, int, Datatype) - Method in class hdf.object.h4.H4File
-
- createDatatype(int, int, int, int, String) - Method in class hdf.object.h4.H4File
-
- createDatatype(int, int, int, int, Datatype, String) - Method in class hdf.object.h4.H4File
-
- createDatatype(int, int, int, int, String) - Method in class hdf.object.h5.H5File
-
- createDatatype(int, int, int, int, Datatype, String) - Method in class hdf.object.h5.H5File
-
- createDatatype(int, int, int, int) - Method in class hdf.object.h5.H5File
-
Methods related to Datatypes and HObjects in HDF5 Files.
- createDatatype(int, int, int, int, Datatype) - Method in class hdf.object.h5.H5File
-
- createFile(String, int) - Method in class hdf.object.FileFormat
-
Creates a file with the specified name and returns a new FileFormat
implementation instance associated with the file.
- createFile(String, int) - Method in class hdf.object.h4.H4File
-
Creates an HDF4 file with the specified name and returns a new H4File
instance associated with the file.
- createFile(String, int) - Method in class hdf.object.h5.H5File
-
Creates an HDF5 file with the specified name and returns a new H5File instance associated with the file.
- createGcpl(int, int, int) - Method in class hdf.object.FileFormat
-
Creates the group creation property list identifier, gcpl.
- createGcpl(int, int, int) - Method in class hdf.object.h5.H5File
-
Creates the group creation property list identifier, gcpl.
- createGrayPalette() - Static method in class hdf.view.Tools
-
Creates the gray palette of the indexed 256-color table.
- createGrayWavePalette() - Static method in class hdf.view.Tools
-
Creates the gray wave palette of the indexed 256-color table.
- createGroup(String, Group) - Method in class hdf.object.FileFormat
-
Creates a new group with specified name in existing group.
- createGroup(String, Group, long...) - Method in class hdf.object.FileFormat
-
Creates a new group with specified name in existing group.
- createGroup(String, Group) - Method in class hdf.object.h4.H4File
-
- createGroup(String, Group) - Method in class hdf.object.h5.H5File
-
Creates a new group with specified name in existing group.
- createGroup(String, Group, long...) - Method in class hdf.object.h5.H5File
-
Creates a new group with specified name in existing group and with the group creation properties list, gplist.
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.FileFormat
-
Creates a new image in a file.
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.h4.H4File
-
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.h5.H5File
-
- createIndexedImage(BufferedImage, byte[], byte[][], long, long) - Static method in class hdf.view.Tools
-
Creates a RGB indexed image of 256 colors.
- createInstance(String, int) - Method in class hdf.object.FileFormat
-
Creates a FileFormat implementation instance with specified filename and
access.
- createInstance(String, int) - Method in class hdf.object.h4.H4File
-
Creates an H4File instance with specified file name and access.
- createInstance(String, int) - Method in class hdf.object.h5.H5File
-
Creates an H5File instance with specified file name and access.
- createLink(Group, String, HObject, int) - Method in class hdf.object.FileFormat
-
Creates a soft, hard or external link to an existing object in the open
file.
- createLink(Group, String, String, int) - Method in class hdf.object.FileFormat
-
Creates a soft or external link to an object in a file that does not exist
at the time the link is created.
- createLink(Group, String, Object) - Method in class hdf.object.FileFormat
-
Creates a link to an existing object in the open file.
- createLink(Group, String, Object) - Method in class hdf.object.h5.H5File
-
- createLink(Group, String, HObject, int) - Method in class hdf.object.h5.H5File
-
Creates a link to an object in the open file.
- createLink(Group, String, String, int) - Method in class hdf.object.h5.H5File
-
Creates a soft or external link to object in a file that does not exist at the time the link is created.
- createNative() - Method in class hdf.object.Datatype
-
Converts the datatype object to a native datatype.
- createNative() - Method in class hdf.object.h4.H4Datatype
-
- createNative() - Method in class hdf.object.h5.H5Datatype
-
- createNaturePalette() - Static method in class hdf.view.Tools
-
Creates the nature palette of the indexed 256-color table.
- createNewFile(String, String, String, List<FileFormat>) - Static method in class hdf.view.Tools
-
Create a new HDF file with default file creation properties
- createRainbowPalette() - Static method in class hdf.view.Tools
-
Creates the rainbow palette of the indexed 256-color table.
- createReverseGrayPalette() - Static method in class hdf.view.Tools
-
Creates the reverse gray palette of the indexed 256-color table.
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.FileFormat
-
Creates a new dataset in a file with/without chunking/compression.
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class hdf.object.FileFormat
-
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.h4.H4File
-
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.h5.H5File
-
- createTrueColorImage(byte[], boolean, long, long) - Static method in class hdf.view.Tools
-
Creates a true color image.
- createWavePalette() - Static method in class hdf.view.Tools
-
Creates the wave palette of the indexed 256-color table.
- CRT_ORDER_INDEXED - Static variable in class hdf.object.Group
-
- CRT_ORDER_TRACKED - Static variable in class hdf.object.Group
-
- data - Variable in class hdf.object.Dataset
-
The memory buffer that holds the raw data of the dataset.
- data - Variable in class hdf.view.Chart
-
the data values of line points or histogram
- DataFormat - Interface in hdf.object
-
An interface that provides general I/O operations for object data.
- Dataset - Class in hdf.object
-
The abstract class provides general APIs to create and manipulate dataset
objects, and retrieve dataset properties, datatype and dimension sizes.
- Dataset(FileFormat, String, String) - Constructor for class hdf.object.Dataset
-
Constructs a Dataset object with a given file, name and path.
- Dataset(FileFormat, String, String, long[]) - Constructor for class hdf.object.Dataset
-
- datatype - Variable in class hdf.object.Dataset
-
The datatype object of the dataset.
- Datatype - Class in hdf.object
-
Datatype is an abstract class that defines datatype characteristics and APIs for a data type.
- Datatype(FileFormat, String, String) - Constructor for class hdf.object.Datatype
-
Constructs a named datatype with a given file, name and path.
- Datatype(FileFormat, String, String, long[]) - Constructor for class hdf.object.Datatype
-
- Datatype(int, int, int, int) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- Datatype(int, int, int, int, Datatype) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- Datatype(int, int, int, int, Datatype, Datatype) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- Datatype(long) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with a given native datatype identifier.
- Datatype(long, Datatype) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with a given native datatype identifier.
- datatypeClass - Variable in class hdf.object.Datatype
-
The class of the datatype.
- datatypeDescription - Variable in class hdf.object.Datatype
-
- datatypeOrder - Variable in class hdf.object.Datatype
-
The byte order of the datatype.
- datatypeSign - Variable in class hdf.object.Datatype
-
The sign of the datatype.
- datatypeSize - Variable in class hdf.object.Datatype
-
The size (in bytes) of the datatype.
- debug(Object) - Method in class hdf.object.HObject
-
Print out debug information
- debug(Object, Object) - Static method in class hdf.view.Tools
-
Print out debug information
- DEFAULT_COMPOUND_ATTRIBUTE_TABLEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
- DEFAULT_COMPOUND_DATASET_TABLEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
- DEFAULT_DATASET_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
- DEFAULT_DATATYPE_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
- DEFAULT_GROUP_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default MetaDataView class names
- DEFAULT_IMAGEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default ImageView class names
- DEFAULT_LINK_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
- DEFAULT_MODULE_TEXT - Static variable in class hdf.view.ViewProperties
-
Text for default selection of modules
- DEFAULT_PALETTEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default PaletteView class names
- DEFAULT_SCALAR_ATTRIBUTE_TABLEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
- DEFAULT_SCALAR_DATASET_TABLEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default TableView class names
- DEFAULT_TREEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default TreeView class names
- DefaultFileFilter - Class in hdf.view
-
A convenience implementation of FileFilter that filters out all files except
for those type extensions that it knows about.
- DefaultFileFilter() - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter.
- DefaultFileFilter(String) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter that accepts files with the given extension.
- DefaultFileFilter(String, String) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter that accepts the given file type.
- DefaultFileFilter(String[]) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter from the given string array.
- DefaultFileFilter(String[], String) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter from the given string array and description.
- delete(HObject) - Method in class hdf.object.FileFormat
-
Deletes an object from a file.
- delete(HObject) - Method in class hdf.object.h4.H4File
-
Delete an object from the file.
- delete(HObject) - Method in class hdf.object.h5.H5File
-
- DELIMITER_COLON - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_COMMA - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_SEMI_COLON - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_SPACE - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_TAB - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- depthFirstMemberList() - Method in class hdf.object.Group
-
- DFTAG_NDG_NETCDF - Static variable in class hdf.object.h4.H4SDS
-
tag for netCDF datasets.
- dimNames - Variable in class hdf.object.Dataset
-
Array of strings that represent the dimension names.
- dims - Variable in class hdf.object.Dataset
-
The current dimension sizes of the dataset
- get(String) - Method in class hdf.object.FileFormat
-
Gets the HObject with the specified path from the file.
- get(String) - Method in class hdf.object.h4.H4File
-
Get an individual HObject with a given path.
- get(String) - Method in class hdf.object.h5.H5File
-
- getAnimationIcon() - Static method in class hdf.view.ViewProperties
-
- getAppsIcon() - Static method in class hdf.view.ViewProperties
-
- getArrayDims() - Method in class hdf.object.Datatype
-
Returns the dimensions of an Array Datatype.
- getAttribute(HObject) - Static method in class hdf.object.h5.H5File
-
Returns a list of attributes for the specified object.
- getAttribute(HObject, int, int) - Static method in class hdf.object.h5.H5File
-
Returns a list of attributes for the specified object, in creation or
alphabetical order.
- getAudioIcon() - Static method in class hdf.view.ViewProperties
-
- getAutocontrastIcon() - Static method in class hdf.view.ViewProperties
-
- getBinaryDataFromFile(Object, String, ByteOrder) - Static method in class hdf.view.Tools
-
Reads data from a binary file into a buffer.
- getBlankIcon() - Static method in class hdf.view.ViewProperties
-
- getBrightIcon() - Static method in class hdf.view.ViewProperties
-
- getBytes(Object, double[], long, long, boolean, byte[]) - Static method in class hdf.view.Tools
-
Convert an array of raw data into array of a byte data.
- getBytes(Object, double[], long, long, boolean, List<Number>, byte[]) - Static method in class hdf.view.Tools
-
- getBytes(Object, double[], long, long, boolean, List<Number>, boolean, byte[]) - Static method in class hdf.view.Tools
-
- getBytes(Object, double[], long, long, boolean, List<Number>, boolean, byte[], List<Integer>) - Static method in class hdf.view.Tools
-
Convert an array of raw data into array of a byte data.
- getChartIcon() - Static method in class hdf.view.ViewProperties
-
- getChunkSize() - Method in class hdf.object.Dataset
-
Returns the array that contains the dimension sizes of the chunk of the
dataset.
- getComponentCount() - Method in class hdf.object.h4.H4GRImage
-
Returns the number of components of this image data.
- getCompoundMemberNames() - Method in class hdf.object.Datatype
-
- getCompoundMemberTypes() - Method in class hdf.object.Datatype
-
- getCompression() - Method in interface hdf.object.DataFormat
-
Returns the string representation of compression information.
- getCompression() - Method in class hdf.object.Dataset
-
Returns the string representation of compression information.
- getConvertByteToString() - Method in class hdf.object.Dataset
-
Returns the flag that indicates if a byte array is converted to a string
array.
- getCopyIcon() - Static method in class hdf.view.ViewProperties
-
- getCutIcon() - Static method in class hdf.view.ViewProperties
-
- getData() - Method in interface hdf.object.DataFormat
-
Retrieves the object's data from the file.
- getData() - Method in class hdf.object.Dataset
-
Returns the data buffer of the dataset in memory.
- getDataDelimiter() - Static method in class hdf.view.ViewProperties
-
- getDatasetIcon() - Static method in class hdf.view.ViewProperties
-
- getDatasetIconA() - Static method in class hdf.view.ViewProperties
-
- getDatatype() - Method in class hdf.object.Attribute
-
- getDatatype() - Method in interface hdf.object.DataFormat
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.Dataset
-
- getDatatype() - Method in class hdf.object.h4.H4GRImage
-
- getDatatype() - Method in class hdf.object.h4.H4SDS
-
- getDatatype() - Method in class hdf.object.h4.H4Vdata
-
- getDatatype() - Method in class hdf.object.h5.H5CompoundDS
-
- getDatatype() - Method in class hdf.object.h5.H5ScalarDS
-
- getDatatypeBase() - Method in class hdf.object.Datatype
-
Returns the datatype of the elements for this datatype.
- getDatatypeClass() - Method in class hdf.object.Datatype
-
Returns the class of the datatype.
- getDatatypeIcon() - Static method in class hdf.view.ViewProperties
-
- getDatatypeIconA() - Static method in class hdf.view.ViewProperties
-
- getDatatypeOrder() - Method in class hdf.object.Datatype
-
Returns the byte order of the datatype.
- getDatatypeSign() - Method in class hdf.object.Datatype
-
Returns the sign (SIGN_NONE, SIGN_2 or NSGN) of an integer datatype.
- getDatatypeSize() - Method in class hdf.object.Datatype
-
Returns the size of the datatype in bytes.
- getDatatypeSize(long) - Static method in class hdf.object.h5.H5Datatype
-
Returns the size (in bytes) of a given datatype identifier.
- getDataView(HObject) - Method in class hdf.view.HDFView
-
- getDescription() - Method in class hdf.object.Datatype
-
Returns a short text description of this datatype.
- getDescription() - Method in class hdf.object.h4.H4Datatype
-
- getDescription() - Method in class hdf.object.h5.H5Datatype
-
- getDescription() - Method in class hdf.view.DefaultFileFilter
-
- getDimNames() - Method in class hdf.object.Dataset
-
Returns the array of strings that represent the dimension names.
- getDims() - Method in interface hdf.object.DataFormat
-
Returns the array that contains the dimension sizes of the data value of
the data object.
- getDims() - Method in class hdf.object.Dataset
-
Returns the array that contains the dimension sizes of the dataset.
- getEarlyLib() - Static method in class hdf.view.ViewProperties
-
Returns value of default lib version for the earliest.
- getEnumMembers() - Method in class hdf.object.Datatype
-
Returns the Map<String,String> pairs of enum members for enum datatype.
- getEnumMembersAsString() - Method in class hdf.object.Datatype
-
Returns the HashMap pairs of enum members for enum datatype.
- getExtensions() - Method in class hdf.view.DefaultFileFilter
-
- getFID() - Method in class hdf.object.FileFormat
-
Returns file identifier of open file associated with this instance.
- getFID() - Method in class hdf.object.HObject
-
Returns the file identifier of of the file containing the object.
- getFieldCount() - Method in class hdf.object.h4.H4Vdata
-
Returns the number of fields.
- getFieldOrders() - Method in class hdf.object.h4.H4Vdata
-
Returns the orders of fields
- getFile() - Method in class hdf.object.HObject
-
Returns the name of the file that contains this data object.
- getFilecloseIcon() - Static method in class hdf.view.ViewProperties
-
- getFileExtension() - Static method in class hdf.view.ViewProperties
-
- getFileExtensions() - Static method in class hdf.object.FileFormat
-
Returns a list of file extensions for all supported file formats.
- getFileFilter() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterBinary() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterBMP() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterGIF() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterHDF4() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterHDF5() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterJPEG() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterPNG() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterText() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFilterTIFF() - Static method in class hdf.view.DefaultFileFilter
-
- getFileFormat(String) - Static method in class hdf.object.FileFormat
-
Returns the FileFormat with specified key from the list of supported
formats.
- getFileFormat() - Method in class hdf.object.HObject
-
Returns the file that contains the object.
- getFileFormatKeys() - Static method in class hdf.object.FileFormat
-
Returns an Enumeration of keys for all supported formats.
- getFileFormats() - Static method in class hdf.object.FileFormat
-
Returns an array of supported FileFormat instances.
- getFilenewIcon() - Static method in class hdf.view.ViewProperties
-
- getFileopenIcon() - Static method in class hdf.view.ViewProperties
-
- getFilePath() - Method in class hdf.object.FileFormat
-
Returns the absolute path for the file.
- getFilesaveIcon() - Static method in class hdf.view.ViewProperties
-
- getFillValue() - Method in class hdf.object.Attribute
-
- getFillValue() - Method in interface hdf.object.DataFormat
-
Returns the fill values for the data object.
- getFillValue() - Method in class hdf.object.h4.H4Vdata
-
- getFillValue() - Method in class hdf.object.h5.H5CompoundDS
-
- getFillValue() - Method in class hdf.object.ScalarDS
-
Returns the fill values for the dataset.
- getFilteredImageValues() - Method in class hdf.object.ScalarDS
-
Get a list of values that will be filtered out in an image.
- getFilters() - Method in class hdf.object.Dataset
-
Returns the string representation of filter information.
- getFirstIcon() - Static method in class hdf.view.ViewProperties
-
- getFoldercloseIcon() - Static method in class hdf.view.ViewProperties
-
- getFoldercloseIconA() - Static method in class hdf.view.ViewProperties
-
- getFolderopenIcon() - Static method in class hdf.view.ViewProperties
-
- getFolderopenIconA() - Static method in class hdf.view.ViewProperties
-
- getFontSize() - Static method in class hdf.view.ViewProperties
-
- getFontType() - Static method in class hdf.view.ViewProperties
-
- getFullName() - Method in class hdf.object.HObject
-
Returns the full name (group path + object name) of the object.
- getGRAccessID() - Method in class hdf.object.h4.H4File
-
Returns the GR identifier, which is returned from GRstart(fid).
- getH4Icon() - Static method in class hdf.view.ViewProperties
-
- getH4IconR() - Static method in class hdf.view.ViewProperties
-
- getH4toH5() - Static method in class hdf.view.ViewProperties
-
- getH5Icon() - Static method in class hdf.view.ViewProperties
-
- getH5IconR() - Static method in class hdf.view.ViewProperties
-
- getHDF5UserBlock(String) - Static method in class hdf.view.Tools
-
Read HDF5 user block data into byte array.
- getHdfIcon() - Static method in class hdf.view.ViewProperties
-
- getHeight() - Method in interface hdf.object.DataFormat
-
Returns the dimension size of the vertical axis.
- getHeight() - Method in class hdf.object.Dataset
-
Returns the dimension size of the vertical axis.
- getHelpIcon() - Static method in class hdf.view.ViewProperties
-
- getHelpViewList() - Static method in class hdf.view.ViewProperties
-
- getHObject(String) - Static method in class hdf.object.FileFormat
-
- getHObject(String, String) - Static method in class hdf.object.FileFormat
-
- getImageDataRange() - Method in class hdf.object.ScalarDS
-
Returns the (min, max) pair of image data range.
- getImageFileFilter() - Static method in class hdf.view.DefaultFileFilter
-
- getImageIcon() - Static method in class hdf.view.ViewProperties
-
- getImageIconA() - Static method in class hdf.view.ViewProperties
-
- getImageOrigin() - Static method in class hdf.view.ViewProperties
-
- getImageViewList() - Static method in class hdf.view.ViewProperties
-
- getIndexOrder(String) - Method in class hdf.object.FileFormat
-
- getIndexOrder(String) - Method in class hdf.object.h5.H5File
-
- getIndexOrder() - Method in class hdf.object.h5.H5File
-
- getIndexOrder() - Static method in class hdf.view.ViewProperties
-
- getIndexOrderValue(String) - Static method in class hdf.object.FileFormat
-
- getIndexOrderValue(String) - Static method in class hdf.object.h5.H5File
-
- getIndexType(String) - Method in class hdf.object.FileFormat
-
- getIndexType(String) - Method in class hdf.object.h5.H5File
-
- getIndexType() - Method in class hdf.object.h5.H5File
-
- getIndexType() - Static method in class hdf.view.ViewProperties
-
- getIndexTypeValue(String) - Static method in class hdf.object.FileFormat
-
- getIndexTypeValue(String) - Static method in class hdf.object.h5.H5File
-
- getInstance(String) - Static method in class hdf.object.FileFormat
-
Creates a FileFormat instance for the specified file.
- getInterlace() - Method in class hdf.object.ScalarDS
-
Returns the interlace mode of a true color image (RGB).
- getJavaObjectRuntimeClass(Object) - Static method in class hdf.view.Tools
-
Retrieves the Java Runtime Class of the given Object.
- getLargeHdfIcon() - Static method in class hdf.view.ViewProperties
-
- getLastIcon() - Static method in class hdf.view.ViewProperties
-
- getLateLib() - Static method in class hdf.view.ViewProperties
-
Returns value of default lib version for the latest.
- getLibBounds() - Method in class hdf.object.FileFormat
-
Gets the bounds of library versions
- getLibBounds() - Method in class hdf.object.h5.H5File
-
Gets the bounds of library versions.
- getLibBoundsDescription() - Method in class hdf.object.FileFormat
-
- getLibBoundsDescription() - Method in class hdf.object.h5.H5File
-
Gets the bounds of library versions as text.
- getLibversion() - Method in class hdf.object.FileFormat
-
Returns the version of the library for the implementing FileFormat class.
- getLibversion() - Method in class hdf.object.h4.H4File
-
Returns the version of the HDF4 library.
- getLibversion() - Method in class hdf.object.h5.H5File
-
Returns the version of the HDF5 library.
- getLinkIcon() - Static method in class hdf.view.ViewProperties
-
- getLinkTargetName(HObject) - Static method in class hdf.object.h5.H5File
-
Retrieves the name of the target object that is being linked to.
- getLinkTargetObjName() - Method in class hdf.object.HObject
-
Returns the name of the target object that is linked to.
- getListOfImageViews() - Static method in class hdf.view.HDFView
-
- getListOfMetaDataViews() - Static method in class hdf.view.HDFView
-
- getListOfPaletteViews() - Static method in class hdf.view.HDFView
-
- getListOfTableViews() - Static method in class hdf.view.HDFView
-
- getListOfTreeViews() - Static method in class hdf.view.HDFView
-
- getMaxDims() - Method in class hdf.object.Dataset
-
Returns the array that contains the max dimension sizes of the dataset.
- getMaxMembers() - Method in class hdf.object.FileFormat
-
Returns the maximum number of objects that can be loaded into memory.
- getMaxMembers() - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large
number of objects such as 1,000,000 objects.
- getMaxRecentFiles() - Static method in class hdf.view.ViewProperties
-
- getMember(int) - Method in class hdf.object.Group
-
Get the HObject at the specified index in this Group's member list.
- getMemberCount() - Method in class hdf.object.Attribute
-
Returns the number of members of the compound attribute.
- getMemberCount() - Method in interface hdf.object.CompoundDataFormat
-
Returns the number of members of the compound data object.
- getMemberCount() - Method in class hdf.object.CompoundDS
-
Returns the number of members of the compound dataset.
- getMemberDims(int) - Method in class hdf.object.Attribute
-
Returns the dimension sizes of the i-th member.
- getMemberDims(int) - Method in interface hdf.object.CompoundDataFormat
-
Returns the dimension sizes of the i-th member.
- getMemberDims(int) - Method in class hdf.object.CompoundDS
-
Returns the dimension sizes of the i-th member.
- getMemberList() - Method in class hdf.object.Group
-
Returns the list of members of this group.
- getMemberNames() - Method in class hdf.object.Attribute
-
Returns the names of the members of the compound attribute.
- getMemberNames() - Method in interface hdf.object.CompoundDataFormat
-
Returns the names of the members of the compound data object.
- getMemberNames() - Method in class hdf.object.CompoundDS
-
Returns the names of the members of the compound dataset.
- getMemberOrders() - Method in class hdf.object.Attribute
-
Returns array containing the total number of elements of the members of the
compound attribute.
- getMemberOrders() - Method in interface hdf.object.CompoundDataFormat
-
Returns array containing the total number of elements of the members of the
compound data object.
- getMemberOrders() - Method in class hdf.object.CompoundDS
-
Returns array containing the total number of elements of the members of
the compound dataset.
- getMemberTypes() - Method in class hdf.object.Attribute
-
Returns an array of datatype objects of compound members.
- getMemberTypes() - Method in interface hdf.object.CompoundDataFormat
-
Returns an array of datatype objects of the compound members.
- getMemberTypes() - Method in class hdf.object.CompoundDS
-
Returns an array of datatype objects of compound members.
- getMetadata() - Method in class hdf.object.Attribute
-
- getMetadata() - Method in class hdf.object.Datatype
-
- getMetadata(int...) - Method in class hdf.object.h4.H4Datatype
-
- getMetadata() - Method in class hdf.object.h4.H4GRImage
-
- getMetadata(int...) - Method in class hdf.object.h4.H4GRImage
-
- getMetadata() - Method in class hdf.object.h4.H4Group
-
- getMetadata(int...) - Method in class hdf.object.h4.H4Group
-
- getMetadata() - Method in class hdf.object.h4.H4SDS
-
- getMetadata(int...) - Method in class hdf.object.h4.H4SDS
-
- getMetadata() - Method in class hdf.object.h4.H4Vdata
-
- getMetadata(int...) - Method in class hdf.object.h4.H4Vdata
-
- getMetadata() - Method in class hdf.object.h5.H5CompoundDS
-
- getMetadata(int...) - Method in class hdf.object.h5.H5CompoundDS
-
- getMetadata() - Method in class hdf.object.h5.H5Datatype
-
- getMetadata(int...) - Method in class hdf.object.h5.H5Datatype
-
- getMetadata() - Method in class hdf.object.h5.H5Group
-
- getMetadata(int...) - Method in class hdf.object.h5.H5Group
-
- getMetadata() - Method in class hdf.object.h5.H5Link
-
- getMetadata(int...) - Method in class hdf.object.h5.H5Link
-
- getMetadata() - Method in class hdf.object.h5.H5ScalarDS
-
- getMetadata(int...) - Method in class hdf.object.h5.H5ScalarDS
-
- getMetadata() - Method in interface hdf.object.MetaDataContainer
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetaDataViewList() - Static method in class hdf.view.ViewProperties
-
- getMRF() - Static method in class hdf.view.ViewProperties
-
- getName() - Method in class hdf.object.HObject
-
Returns the name of the object.
- getNativeStrPad() - Method in class hdf.object.h5.H5Datatype
-
- getNextIcon() - Static method in class hdf.view.ViewProperties
-
- getNumberOfMembers() - Method in class hdf.object.FileFormat
-
Returns the number of objects in memory.
- getNumberOfMembersInFile() - Method in class hdf.object.Group
-
Returns the total number of members of this group in file.
- getNumberOfMembersInFile() - Method in class hdf.object.h5.H5Group
-
- getOID() - Method in class hdf.object.HObject
-
Returns a cloned copy of the object identifier.
- getOriginalClass() - Method in interface hdf.object.DataFormat
-
Get runtime Class of the original data buffer if converted.
- getOriginalClass() - Method in class hdf.object.Dataset
-
Get Class of the original data buffer if converted.
- getPalette() - Method in class hdf.object.h4.H4GRImage
-
- getPalette() - Method in class hdf.object.h4.H4SDS
-
- getPalette() - Method in class hdf.object.h5.H5ScalarDS
-
- getPalette() - Method in class hdf.object.ScalarDS
-
Returns the palette of this scalar dataset or null if palette does not exist.
- getPaletteIcon() - Static method in class hdf.view.ViewProperties
-
- getPaletteList() - Static method in class hdf.view.ViewProperties
-
- getPaletteName(int) - Method in class hdf.object.h5.H5ScalarDS
-
- getPaletteName(int) - Method in class hdf.object.ScalarDS
-
Get the name of a specific image palette from file.
- getPaletteRefs() - Method in class hdf.object.h4.H4GRImage
-
- getPaletteRefs() - Method in class hdf.object.h4.H4SDS
-
- getPaletteRefs() - Method in class hdf.object.h5.H5ScalarDS
-
- getPaletteRefs() - Method in class hdf.object.ScalarDS
-
Returns the byte array of palette refs.
- getPaletteViewList() - Static method in class hdf.view.ViewProperties
-
- getParent() - Method in class hdf.object.Group
-
- getParentObject() - Method in class hdf.object.Attribute
-
Returns the HObject to which this Attribute is currently "attached".
- getPasteIcon() - Static method in class hdf.view.ViewProperties
-
- getPath() - Method in class hdf.object.HObject
-
Returns the group path of the object.
- getPdfIcon() - Static method in class hdf.view.ViewProperties
-
- getPreviousIcon() - Static method in class hdf.view.ViewProperties
-
- getProperty(String) - Method in class hdf.object.Attribute
-
get a property for a given key.
- getPropertyFile() - Static method in class hdf.view.ViewProperties
-
- getPropertyKeys() - Method in class hdf.object.Attribute
-
get all property keys.
- getQuestionIcon() - Static method in class hdf.view.ViewProperties
-
- getRank() - Method in interface hdf.object.DataFormat
-
Returns the rank (number of dimensions) of the data object.
- getRank() - Method in class hdf.object.Dataset
-
Returns the rank (number of dimensions) of the dataset.
- getRecordCount() - Method in class hdf.object.h4.H4Vdata
-
Returns the number of records.
- getRootObject() - Method in class hdf.object.FileFormat
-
Returns the root object for the file associated with this instance.
- getRootObject() - Method in class hdf.object.h4.H4File
-
- getRootObject() - Method in class hdf.object.h5.H5File
-
Returns the root object of the open HDF5 File.
- getSDAccessID() - Method in class hdf.object.h4.H4File
-
Returns the SDS identifier, which is returned from SDstart(fname, flag).
- getSelectedDims() - Method in interface hdf.object.DataFormat
-
Returns the dimension sizes of the selected subset.
- getSelectedDims() - Method in class hdf.object.Dataset
-
Returns the dimension sizes of the selected subset.
- getSelectedIndex() - Method in interface hdf.object.DataFormat
-
Returns the indices of display order.
- getSelectedIndex() - Method in class hdf.object.Dataset
-
Returns the indices of display order.
- getSelectedMemberCount() - Method in class hdf.object.Attribute
-
Returns the number of selected members of the compound attribute.
- getSelectedMemberCount() - Method in interface hdf.object.CompoundDataFormat
-
Returns the number of selected members of the compound data object.
- getSelectedMemberCount() - Method in class hdf.object.CompoundDS
-
Returns the number of selected members of the compound dataset.
- getSelectedMemberOrders() - Method in class hdf.object.Attribute
-
Returns array containing the total number of elements of the selected members
of the compound attribute.
- getSelectedMemberOrders() - Method in interface hdf.object.CompoundDataFormat
-
Returns array containing the total number of elements of the selected members
of the compound data object.
- getSelectedMemberOrders() - Method in class hdf.object.CompoundDS
-
Returns array containing the total number of elements of the selected
members of the compound dataset.
- getSelectedMemberTypes() - Method in class hdf.object.Attribute
-
Returns an array of datatype objects of selected compound members.
- getSelectedMemberTypes() - Method in interface hdf.object.CompoundDataFormat
-
Returns an array of datatype objects of the selected compound members.
- getSelectedMemberTypes() - Method in class hdf.object.CompoundDS
-
Returns an array of datatype objects of selected compound members.
- getSize(long) - Method in class hdf.object.Dataset
-
Returns the size in bytes of a given datatype.
- getSize(long) - Method in class hdf.object.h5.H5CompoundDS
-
- getSrbAccount() - Static method in class hdf.view.ViewProperties
-
- getStartDims() - Method in interface hdf.object.DataFormat
-
Returns the starting position of a selected subset.
- getStartDims() - Method in class hdf.object.Dataset
-
Returns the starting position of a selected subset.
- getStartMembers() - Method in class hdf.object.FileFormat
-
Returns the index of the starting object to be loaded into memory.
- getStartMembers() - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large
number of objects such as 1,000,000 objects.
- getStorage() - Method in class hdf.object.Dataset
-
Returns the string representation of storage information.
- getStorageLayout() - Method in class hdf.object.Dataset
-
Returns the string representation of storage layout information.
- getStride() - Method in interface hdf.object.DataFormat
-
Returns the selectedStride of the selected dataset.
- getStride() - Method in class hdf.object.Dataset
-
Returns the selectedStride of the selected dataset.
- getTableIcon() - Static method in class hdf.view.ViewProperties
-
- getTableIconA() - Static method in class hdf.view.ViewProperties
-
- getTableViewList() - Static method in class hdf.view.ViewProperties
-
- getTestState() - Method in class hdf.view.HDFView
-
- getTextIcon() - Static method in class hdf.view.ViewProperties
-
- getTextIconA() - Static method in class hdf.view.ViewProperties
-
- getTreeView() - Method in class hdf.view.HDFView
-
- getTreeViewList() - Static method in class hdf.view.ViewProperties
-
- getUrlBar() - Method in class hdf.view.HDFView
-
- getUrlIcon() - Static method in class hdf.view.ViewProperties
-
- getUsersGuide() - Static method in class hdf.view.ViewProperties
-
- getVideoIcon() - Static method in class hdf.view.ViewProperties
-
- getViewRoot() - Static method in class hdf.view.ViewProperties
-
- getVirtualFilename(int) - Method in class hdf.object.Dataset
-
- getVirtualFilename(int) - Method in class hdf.object.h5.H5CompoundDS
-
- getVirtualFilename(int) - Method in class hdf.object.h5.H5ScalarDS
-
- getVirtualMaps() - Method in class hdf.object.Dataset
-
- getVirtualMaps() - Method in class hdf.object.h5.H5CompoundDS
-
- getVirtualMaps() - Method in class hdf.object.h5.H5ScalarDS
-
- getWidth() - Method in interface hdf.object.DataFormat
-
Returns the dimension size of the horizontal axis.
- getWidth() - Method in class hdf.object.Dataset
-
Returns the dimension size of the horizontal axis.
- getWorkDir() - Static method in class hdf.view.ViewProperties
-
- getXlsIcon() - Static method in class hdf.view.ViewProperties
-
- getZoominIcon() - Static method in class hdf.view.ViewProperties
-
- getZoomoutIcon() - Static method in class hdf.view.ViewProperties
-
- Group - Class in hdf.object
-
Group is an abstract class.
- Group(FileFormat, String, String, Group) - Constructor for class hdf.object.Group
-
Constructs an instance of the group with specific name, path and parent
group.
- Group(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.Group
-
- H4Datatype - Class in hdf.object.h4
-
This class defines HDF4 data type characteristics and APIs for a data type.
- H4Datatype(int, int, int, int) - Constructor for class hdf.object.h4.H4Datatype
-
Constructs a H4Datatype with specified class, size, byte order and sign.
- H4Datatype(long) - Constructor for class hdf.object.h4.H4Datatype
-
Constructs a H4Datatype with a given native datatype identifier.
- H4File - Class in hdf.object.h4
-
This class provides file level APIs.
- H4File() - Constructor for class hdf.object.h4.H4File
-
Creates an H4File with read only access.
- H4File(String) - Constructor for class hdf.object.h4.H4File
-
Creates an H4File with read only access.
- H4File(String, int) - Constructor for class hdf.object.h4.H4File
-
Creates an H4File instance with specified file name and access.
- H4GRImage - Class in hdf.object.h4
-
H4GRImage describes an HDF4 general raster(GR) image and operations performed on
the GR image.
- H4GRImage(FileFormat, String, String) - Constructor for class hdf.object.h4.H4GRImage
-
- H4GRImage(FileFormat, String, String, long[]) - Constructor for class hdf.object.h4.H4GRImage
-
Creates a H4GRImage object with specific name, path, and object ID.
- H4Group - Class in hdf.object.h4
-
An H4Group is a vgroup in HDF4, inheriting from Group.
- H4Group(FileFormat, String, String, Group) - Constructor for class hdf.object.h4.H4Group
-
- H4Group(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.h4.H4Group
-
Creates a group object with specific name, path, and parent.
- H4SDS - Class in hdf.object.h4
-
H4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on
the SDS.
- H4SDS(FileFormat, String, String) - Constructor for class hdf.object.h4.H4SDS
-
- H4SDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.h4.H4SDS
-
Creates an H4SDS object with specific name and path.
- H4Vdata - Class in hdf.object.h4
-
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.
- H4Vdata(FileFormat, String, String) - Constructor for class hdf.object.h4.H4Vdata
-
- H4Vdata(FileFormat, String, String, long[]) - Constructor for class hdf.object.h4.H4Vdata
-
Creates an H4Vdata object with specific name and path.
- H5CompoundDS - Class in hdf.object.h5
-
The H5CompoundDS class defines an HDF5 dataset of compound datatypes.
- H5CompoundDS(FileFormat, String, String) - Constructor for class hdf.object.h5.H5CompoundDS
-
Constructs an instance of a HDF5 compound dataset with given file, dataset name and path.
- H5CompoundDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5CompoundDS
-
- H5Datatype - Class in hdf.object.h5
-
This class defines HDF5 datatype characteristics and APIs for a data type.
- H5Datatype(FileFormat, String, String) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs an named HDF5 data type object for a given file, dataset name and group path.
- H5Datatype(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5Datatype
-
- H5Datatype(int, int, int, int) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- H5Datatype(int, int, int, int, Datatype) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- H5Datatype(int, int, int, int, Datatype, Datatype) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- H5Datatype(long) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with a given native datatype identifier.
- H5Datatype(long, Datatype) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with a given native datatype identifier.
- H5File - Class in hdf.object.h5
-
H5File is an implementation of the FileFormat class for HDF5 files.
- H5File() - Constructor for class hdf.object.h5.H5File
-
Constructs an H5File instance with an empty file name and read-only access.
- H5File(String) - Constructor for class hdf.object.h5.H5File
-
Constructs an H5File instance with specified file name and read/write access.
- H5File(String, int) - Constructor for class hdf.object.h5.H5File
-
Constructs an H5File instance with specified file name and access.
- H5Group - Class in hdf.object.h5
-
An H5Group object represents an existing HDF5 group in file.
- H5Group(FileFormat, String, String, Group) - Constructor for class hdf.object.h5.H5Group
-
Constructs an HDF5 group with specific name, path, and parent.
- H5Group(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.h5.H5Group
-
- H5Link - Class in hdf.object.h5
-
An H5Link object represents an existing HDF5 object in file.
- H5Link(FileFormat, String, String) - Constructor for class hdf.object.h5.H5Link
-
Constructs an HDF5 link with specific name, path, and parent.
- H5Link(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5Link
-
- H5ScalarDS - Class in hdf.object.h5
-
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.
- H5ScalarDS(FileFormat, String, String) - Constructor for class hdf.object.h5.H5ScalarDS
-
Constructs an instance of a H5 scalar dataset with given file, dataset name and path.
- H5ScalarDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5ScalarDS
-
- hasAlpha(Image) - Static method in class hdf.view.Tools
-
This method returns true if the specified image has transparent pixels.
- hasAttribute() - Method in class hdf.object.Attribute
-
- hasAttribute() - Method in class hdf.object.h4.H4Datatype
-
- hasAttribute() - Method in class hdf.object.h4.H4GRImage
-
- hasAttribute() - Method in class hdf.object.h4.H4Group
-
- hasAttribute() - Method in class hdf.object.h4.H4SDS
-
- hasAttribute() - Method in class hdf.object.h4.H4Vdata
-
- hasAttribute() - Method in class hdf.object.h5.H5CompoundDS
-
- hasAttribute() - Method in class hdf.object.h5.H5Datatype
-
- hasAttribute() - Method in class hdf.object.h5.H5Group
-
- hasAttribute() - Method in class hdf.object.h5.H5Link
-
- hasAttribute() - Method in class hdf.object.h5.H5ScalarDS
-
- hasAttribute() - Method in interface hdf.object.MetaDataContainer
-
Check if the object has any attributes attached.
- hdf.object - package hdf.object
-
- hdf.object.h4 - package hdf.object.h4
-
- hdf.object.h5 - package hdf.object.h5
-
- hdf.view - package hdf.view
-
- HDFView - Class in hdf.view
-
HDFView is the main class of this HDF visual tool.
- HDFView(String) - Constructor for class hdf.view.HDFView
-
Constructs HDFView with a given root directory, where the HDFView is
installed, and opens the given files in the viewer.
- HEXCHARS - Static variable in class hdf.view.Tools
-
- HISTOGRAM - Static variable in class hdf.view.Chart
-
histogram style chart
- HObject - Class in hdf.object
-
The HObject class is the root class of all the HDF data objects.
- HObject() - Constructor for class hdf.object.HObject
-
Constructs an instance of a data object without name and path.
- HObject(FileFormat, String, String) - Constructor for class hdf.object.HObject
-
Constructs an instance of a data object with specific name and path.
- HObject(FileFormat, String, String, long[]) - Constructor for class hdf.object.HObject
-
Deprecated.
- imageDataRange - Variable in class hdf.object.ScalarDS
-
The min-max range of image data values.
- init() - Method in class hdf.object.Attribute
-
- init() - Method in interface hdf.object.DataFormat
-
- init() - Method in class hdf.object.h4.H4GRImage
-
- init() - Method in class hdf.object.h4.H4SDS
-
Initializes the H4SDS such as dimension size of this dataset.
- init() - Method in class hdf.object.h4.H4Vdata
-
Initializes the H4Vdata such as dimension sizes of this dataset.
- init() - Method in class hdf.object.h5.H5CompoundDS
-
Retrieves datatype and dataspace information from file and sets the dataset
in memory.
- init() - Method in class hdf.object.h5.H5ScalarDS
-
Retrieves datatype and dataspace information from file and sets the dataset
in memory.
- inited - Variable in class hdf.object.Dataset
-
Flag to indicate if this dataset has been initialized
- interlace - Variable in class hdf.object.ScalarDS
-
The interlace mode of the stored raster image data.
- INTERLACE_LINE - Static variable in class hdf.object.ScalarDS
-
Indicates that each pixel component of RGB is stored as a scan line.
- INTERLACE_PIXEL - Static variable in class hdf.object.ScalarDS
-
Indicates that the pixel RGB values are contiguous.
- INTERLACE_PLANE - Static variable in class hdf.object.ScalarDS
-
Indicates that each pixel component of RGB is stored as a plane.
- is_variable_str - Variable in class hdf.object.Datatype
-
- is_VLEN - Variable in class hdf.object.Datatype
-
Determines whether this datatype is a variable-length type.
- isArray() - Method in class hdf.object.Datatype
-
Checks if this datatype is an array type.
- isAutoContrast() - Static method in class hdf.view.ViewProperties
-
Returns true if auto contrast is used in image processing.
- isBitField() - Method in class hdf.object.Datatype
-
Checks if this datatype is a bitfield type.
- isChar() - Method in class hdf.object.Datatype
-
Checks if this datatype is a character type.
- isCompound() - Method in class hdf.object.Datatype
-
Checks if this datatype is an compound type.
- isConvertEnum() - Static method in class hdf.view.ViewProperties
-
- isDataLoaded - Variable in class hdf.object.Dataset
-
Flag to indicate if data values are loaded into memory.
- isDefaultImageOrder - Variable in class hdf.object.ScalarDS
-
Flag to indicate if the dataset is displayed as an image with default order of dimensions.
- isDefaultImageOrder() - Method in class hdf.object.ScalarDS
-
Returns true if this dataset is displayed as an image with default image order.
- isEnum() - Method in class hdf.object.Datatype
-
Checks if this datatype is a enum type.
- isExtensionListInDescription() - Method in class hdf.view.DefaultFileFilter
-
- isFillValueConverted - Variable in class hdf.object.ScalarDS
-
Flag to indicate if the FillValue is converted from unsigned C.
- isFloat() - Method in class hdf.object.Datatype
-
Checks if this datatype is a floating-point type.
- isHDF4(String) - Static method in class hdf.view.Tools
-
look at the first 4 bytes of the file to see if it is an HDF4 file.
- isHDF5(String) - Static method in class hdf.view.Tools
-
look at the first 8 bytes of the file to see if it is an HDF5 file.
- isImage - Variable in class hdf.object.ScalarDS
-
True if this dataset is an image.
- isImage() - Method in class hdf.object.ScalarDS
-
Returns true if this dataset is an image.
- isImageDisplay - Variable in class hdf.object.ScalarDS
-
Flag to indicate if the dataset is displayed as an image.
- isImageDisplay() - Method in class hdf.object.ScalarDS
-
Returns true if this dataset is displayed as an image.
- isIndexBase1() - Static method in class hdf.view.ViewProperties
-
- isInited() - Method in interface hdf.object.DataFormat
-
- isInited() - Method in class hdf.object.Dataset
-
- isInteger() - Method in class hdf.object.Datatype
-
Checks if this datatype is an integer type.
- isMemberSelected - Variable in class hdf.object.Attribute
-
The array to store flags to indicate if a member of this compound attribute
is selected for read/write.
- isMemberSelected(int) - Method in class hdf.object.Attribute
-
Checks if a member of the compound attribute is selected for read/write.
- isMemberSelected(int) - Method in interface hdf.object.CompoundDataFormat
-
Checks if a member of the compound data object is selected for read/write.
- isMemberSelected - Variable in class hdf.object.CompoundDS
-
The array to store flags to indicate if a member of this compound
dataset is selected for read/write.
- isMemberSelected(int) - Method in class hdf.object.CompoundDS
-
Checks if a member of the compound dataset is selected for read/write.
- isNaNINF(double) - Static method in class hdf.view.Tools
-
Check if a given number if NaN or INF.
- isNetcdf(String) - Static method in class hdf.view.Tools
-
look at the first 4 bytes of the file to see if it is a netCDF file
byte[0]=67, byte[1]=68, byte[2]=70, byte[3]=1 or
- isOpaque() - Method in class hdf.object.Datatype
-
Checks if this datatype is a opaque type.
- isReadOnly - Variable in class hdf.object.FileFormat
-
Flag indicating if the file access is read-only.
- isReadOnly() - Method in class hdf.object.FileFormat
-
Returns true if the file access is read-only.
- isReadOnly() - Static method in class hdf.view.ViewProperties
-
Returns true if default file access is read only.
- isRef() - Method in class hdf.object.Datatype
-
Checks if this datatype is a reference type.
- isRefObj() - Method in class hdf.object.h5.H5Datatype
-
- isRegRef() - Method in class hdf.object.h5.H5Datatype
-
- isRoot() - Method in class hdf.object.Group
-
Checks if it is a root group.
- isScalar - Variable in class hdf.object.Attribute
-
Flag to indicate if the attribute data is a single scalar point
- isScalar() - Method in class hdf.object.Attribute
-
- isString(long) - Method in class hdf.object.Dataset
-
Checks if a given datatype is a string.
- isString() - Method in class hdf.object.Datatype
-
Checks if this datatype is a string type.
- isString(long) - Method in class hdf.object.h5.H5CompoundDS
-
- isText() - Method in class hdf.object.Datatype
-
- isText() - Method in class hdf.object.h4.H4Datatype
-
- isText() - Method in class hdf.object.h5.H5Datatype
-
- isText - Variable in class hdf.object.ScalarDS
-
True if this dataset is ASCII text.
- isThisType(FileFormat) - Method in class hdf.object.FileFormat
-
Checks if the class implements the specified FileFormat.
- isThisType(String) - Method in class hdf.object.FileFormat
-
Checks if the implementing FileFormat class matches the format of the
specified file.
- isThisType(FileFormat) - Method in class hdf.object.h4.H4File
-
Checks if the given file format is an HDF4 file.
- isThisType(String) - Method in class hdf.object.h4.H4File
-
Checks if the given file is an HDF4 file or netCDF.
- isThisType(FileFormat) - Method in class hdf.object.h5.H5File
-
Checks if the specified FileFormat instance has the HDF5 format.
- isThisType(String) - Method in class hdf.object.h5.H5File
-
Checks if the specified file has the HDF5 format.
- isTrueColor - Variable in class hdf.object.ScalarDS
-
True if this dataset is a true color image.
- isTrueColor() - Method in class hdf.object.ScalarDS
-
- isUnsigned() - Method in class hdf.object.Datatype
-
Checks if this datatype is unsigned.
- isUnsigned() - Method in class hdf.object.h4.H4Datatype
-
- isUnsigned(long) - Static method in class hdf.object.h4.H4Datatype
-
Checks if the datatype is an unsigned integer.
- isUnsigned(long) - Static method in class hdf.object.h5.H5Datatype
-
Checks if a datatype specified by the identifier is an unsigned integer.
- isVarStr() - Method in class hdf.object.Datatype
-
Checks if this datatype is a variable-length string type.
- isVirtual() - Method in class hdf.object.Dataset
-
- isVirtual() - Method in class hdf.object.h5.H5CompoundDS
-
- isVirtual() - Method in class hdf.object.h5.H5ScalarDS
-
- isVLEN() - Method in class hdf.object.Datatype
-
Checks if this datatype is a variable-length type.
- save() - Method in class hdf.view.ViewProperties
-
Save user properties into property file
- saveAsBinary(DataOutputStream, Object, ByteOrder) - Static method in class hdf.view.Tools
-
- saveImageAs(BufferedImage, File, String) - Static method in class hdf.view.Tools
-
Save a BufferedImage into an image file.
- ScalarDS - Class in hdf.object
-
A scalar dataset is a multiple dimension array of scalar points.
- ScalarDS(FileFormat, String, String) - Constructor for class hdf.object.ScalarDS
-
Constructs an instance of a ScalarDS with specific name and path.
- ScalarDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.ScalarDS
-
- selectedDims - Variable in class hdf.object.Dataset
-
Array that contains the number of data points selected (for read/write)
in each dimension.
- selectedIndex - Variable in class hdf.object.Dataset
-
Array that contains the indices of the dimensions selected for display.
- selectedStride - Variable in class hdf.object.Dataset
-
The number of elements to move from the start location in each dimension.
- selectMember(int) - Method in class hdf.object.Attribute
-
Selects the i-th member for read/write.
- selectMember(int) - Method in interface hdf.object.CompoundDataFormat
-
Selects the i-th member for read/write.
- selectMember(int) - Method in class hdf.object.CompoundDS
-
Selects the i-th member for read/write.
- separator - Static variable in class hdf.object.CompoundDS
-
A single character to separate the names of nested compound fields.
- separator - Static variable in class hdf.object.HObject
-
The separator of object path, i.e.
- setAllMemberSelection(boolean) - Method in class hdf.object.Attribute
-
Selects/deselects all members.
- setAllMemberSelection(boolean) - Method in interface hdf.object.CompoundDataFormat
-
Selects/deselects all members.
- setAllMemberSelection(boolean) - Method in class hdf.object.CompoundDS
-
Selects/deselects all members.
- setAutoContrast(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if auto contrast is used in image process.
- setConvertByteToString(boolean) - Method in class hdf.object.Dataset
-
Sets the flag that indicates if a byte array is converted to a string
array.
- setConvertEnum(boolean) - Static method in class hdf.view.ViewProperties
-
- setData(Object) - Method in interface hdf.object.DataFormat
-
- setData(Object) - Method in class hdf.object.Dataset
-
Not for public use in the future.
- setDataDelimiter(String) - Static method in class hdf.view.ViewProperties
-
set the delimiter of data values
- setDescription(String) - Method in class hdf.view.DefaultFileFilter
-
Sets the human readable description of this filter.
- setEarlyLib(String) - Static method in class hdf.view.ViewProperties
-
Set the value of default lib version for the earliest.
- setEnumMembers(String) - Method in class hdf.object.Datatype
-
Sets the (name, value) pairs of enum members for enum datatype.
- setExtensionListInDescription(boolean) - Method in class hdf.view.DefaultFileFilter
-
Determines whether the extension list (.jpg, .gif, etc) should show up in
the human readable description.
- setFileExtension(String) - Static method in class hdf.view.ViewProperties
-
set the file extension
- setFontSize(int) - Static method in class hdf.view.ViewProperties
-
sets the font size
- setFontType(String) - Static method in class hdf.view.ViewProperties
-
sets the font type
- setH4toH5(String) - Static method in class hdf.view.ViewProperties
-
set the path of the H4 to H5 converter
- setHDF5UserBlock(String, String, byte[]) - Static method in class hdf.view.Tools
-
Write HDF5 user block data into byte array.
- setImageDataRange(double, double) - Method in class hdf.object.ScalarDS
-
Sets data range for an image.
- setImageOrigin(String) - Static method in class hdf.view.ViewProperties
-
set the image origin
- setIndexBase1(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if IndexBase should start at 1.
- setIndexOrder(int) - Method in class hdf.object.FileFormat
-
- setIndexOrder(int) - Method in class hdf.object.h5.H5File
-
- setIndexOrder(String) - Static method in class hdf.view.ViewProperties
-
set the index order
- setIndexType(int) - Method in class hdf.object.FileFormat
-
- setIndexType(int) - Method in class hdf.object.h5.H5File
-
- setIndexType(String) - Static method in class hdf.view.ViewProperties
-
set the index type
- setIsImage(boolean) - Method in class hdf.object.ScalarDS
-
Sets the flag to indicate this dataset is an image.
- setIsImageDisplay(boolean) - Method in class hdf.object.ScalarDS
-
Sets the flag to display the dataset as an image.
- setLateLib(String) - Static method in class hdf.view.ViewProperties
-
Set the value of default lib version for the latest.
- setLibBounds(String, String) - Method in class hdf.object.FileFormat
-
Sets the bounds of library versions.
- setLibBounds(String, String) - Method in class hdf.object.h5.H5File
-
Sets the bounds of library versions.
- setLineColors(int[]) - Method in class hdf.view.Chart
-
Sets the color of each line of a line plot
- setLineLabels(String[]) - Method in class hdf.view.Chart
-
Sets the labels of each line.
- setLinkTargetObjName(String) - Method in class hdf.object.HObject
-
Sets the name of the target object that is linked to.
- setMaxMembers(int) - Method in class hdf.object.FileFormat
-
Sets the maximum number of objects to be loaded into memory.
- setMaxMembers(int) - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large
number of objects such as 1,000,000 objects.
- setName(String) - Method in class hdf.object.Group
-
Sets the name of the group.
- setName(String) - Method in class hdf.object.h5.H5CompoundDS
-
- setName(String) - Method in class hdf.object.h5.H5Datatype
-
- setName(String) - Method in class hdf.object.h5.H5Group
-
- setName(String) - Method in class hdf.object.h5.H5Link
-
- setName(String) - Method in class hdf.object.h5.H5ScalarDS
-
- setName(String) - Method in class hdf.object.HObject
-
Sets the name of the object.
- setNewLibBounds(String, String) - Method in class hdf.object.FileFormat
-
Sets the bounds of new library versions.
- setNewLibBounds(String, String) - Method in class hdf.object.h4.H4File
-
- setNewLibBounds(String, String) - Method in class hdf.object.h5.H5File
-
Sets the bounds of new library versions.
- setPalette(byte[][]) - Method in class hdf.object.ScalarDS
-
Sets the palette for this dataset.
- setParentObject(HObject) - Method in class hdf.object.Attribute
-
Sets the HObject to which this Attribute is "attached".
- setPath(String) - Method in class hdf.object.h5.H5Group
-
- setPath(String) - Method in class hdf.object.HObject
-
Sets the path of the object.
- setProperty(String, Object) - Method in class hdf.object.Attribute
-
set a property for the attribute.
- setReadOnly(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if default file access is read only.
- setRecentFiles(Vector<String>) - Static method in class hdf.view.ViewProperties
-
Sets the list of most recently accessed files.
- setShowImageValue(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if "show image values" is set.
- setShowRegRefValue(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if "show RegRef values" is set.
- setStartMembers(int) - Method in class hdf.object.FileFormat
-
Sets the starting index of objects to be loaded into memory.
- setStartMembers(int) - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large
number of objects such as 1,000,000 objects.
- setTestState(boolean) - Method in class hdf.view.HDFView
-
Set the testing state that determines if HDFView
is being executed for GUI testing.
- setTypeToInteger() - Method in class hdf.view.Chart
-
Sets the data type of the plot data to be integer.
- setUsersGuide(String) - Static method in class hdf.view.ViewProperties
-
set the path of H5View User's guide
- setWorkDir(String) - Static method in class hdf.view.ViewProperties
-
set the path of the default work directory
- showConfirm(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT Confirm dialog with the given message.
- showError(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT error dialog with the given error message.
- showImageValues() - Static method in class hdf.view.ViewProperties
-
Returns true if "show image values" is set.
- showInformation(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT Information dialog with the given message.
- showMetaData(HObject) - Method in class hdf.view.HDFView
-
- showRegRefValues() - Static method in class hdf.view.ViewProperties
-
Returns true if "show regref values" is set.
- showStatus(String) - Method in class hdf.view.HDFView
-
Display feedback message.
- showWarning(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT Warning dialog with the given message.
- SIGN_2 - Static variable in class hdf.object.Datatype
-
- SIGN_NONE - Static variable in class hdf.object.Datatype
-
- startDims - Variable in class hdf.object.Dataset
-
The starting position of each dimension of a selected subset.
- storage - Variable in class hdf.object.Dataset
-
The storage information.
- storage_layout - Variable in class hdf.object.Dataset
-
The storage layout information.
- stringToByte(String[], int) - Static method in class hdf.object.Dataset
-
Converts a string array into an array of bytes for a fixed string
dataset.