A B C D E F G H I K L M N O P Q R S T U V W

A

accept(File) - Method in class ncsa.hdf.view.DefaultFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.Chart
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DataOptionDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultImageView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultMetaDataView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultTableView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultTextView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultTreeView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.FileConversionDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.HDFView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.MathConversionDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewAttributeDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewDatasetDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewDatatypeDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewGroupDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewImageDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewLinkDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewTableDataDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.UserOptionsDialog
 
addAttribute(HObject) - Method in class ncsa.hdf.view.DefaultMetaDataView
add an attribute to a data object.
addAttribute(HObject) - Method in interface ncsa.hdf.view.MetaDataView
add an attribute to a data object.
addDataView(DataView) - Method in class ncsa.hdf.view.HDFView
data content is displayed, and add the dataview to the main windows
addDataView(DataView) - Method in interface ncsa.hdf.view.ViewManager
data content is displayed, and add the dataview to the main windows
addExtension(String) - Method in class ncsa.hdf.view.DefaultFileFilter
Adds a filetype "dot" extension to filter against.
addFileExtension(String) - Static method in class ncsa.hdf.object.FileFormat
Adds file extension(s) to the list of file extensions for supported file formats.
addFileFormat(String, FileFormat) - Static method in class ncsa.hdf.object.FileFormat
Adds a FileFormat with specified key to the list of supported formats.
addObject(HObject, Group) - Method in class ncsa.hdf.view.DefaultTreeView
Adds a new data object to the file.
addObject(HObject, Group) - Method in interface ncsa.hdf.view.TreeView
Adds a new data object to the file.
addToMemberList(HObject) - Method in class ncsa.hdf.object.Group
Adds an object to the member list of this group in memory.
allocateArray(int, int) - Static method in class ncsa.hdf.object.fits.FitsDatatype
Allocate an one-dimensional array of byte, short, int, long, float, double, or String to store data retrieved from an fits file based on the given fits datatype and dimension sizes.
allocateArray(int, int) - Static method in class ncsa.hdf.object.h4.H4Datatype
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'datatype' numbers.
allocateArray(int, int) - Static method in class ncsa.hdf.object.h5.H5Datatype
Allocates an one-dimensional array of byte, short, int, long, float, double, or String to store data in memory.
allocateArray(DataType, int) - Static method in class ncsa.hdf.object.nc2.NC2Datatype
Allocate an one-dimensional array of byte, short, int, long, float, double, or String to store data retrieved from an Netcdf file based on the given Netcdf datatype and dimension sizes.
AN_DATA_DESC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
AN_DATA_LABEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
AN_FILE_DESC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
AN_FILE_LABEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
ANannlen(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANannlist(int, int, int, int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANatype2tag(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANcreate(int, short, short, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANcreatef(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANdestroy() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANend(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANendaccess(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANfileinfo(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANget_tagref(int, int, int, short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANid2tagref(int, short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANNOTATION - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
ANnumann(int, int, short, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANreadann(int, String[], int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANselect(int, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANstart(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANtag2atype(short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANtagref2id(int, short, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANwriteann(int, String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
applyBitmask(Object, BitSet) - Static method in class ncsa.hdf.view.Tools
Apply bitmask to a data array.
arrayify(byte[]) - Method in class ncsa.hdf.hdf5lib.HDFArray
Given a one-dimensional array of bytes representing numbers, convert it to a java array of the shape and size passed to the constructor.
arrayify(byte[]) - Method in class ncsa.hdf.hdflib.HDFArray
Given a one-dimensional array of numbers, convert it to a java array of the shape and size passed to the constructor.
Attribute - Class in ncsa.hdf.object
An attribute is a (name, value) pair of metadata attached to a primary data object such as dataset, group or named datatype.
Attribute(String, Datatype, long[]) - Constructor for class ncsa.hdf.object.Attribute
Create an attribute with specified name, data type and dimension sizes.
Attribute(String, Datatype, long[], Object) - Constructor for class ncsa.hdf.object.Attribute
Create an attribute with specific name and value.
attributeList - Variable in class ncsa.hdf.object.h5.H5Group
The list of attributes of this data object.
autoContrastApply(Object, Object, double[], boolean) - Static method in class ncsa.hdf.view.Tools
Apply autocontrast parameters in place (destructive)
autoContrastCompute(Object, double[], boolean) - Static method in class ncsa.hdf.view.Tools
Computes autocontrast parameters (gain equates to contrast and bias equates to brightness) for integers.
autoContrastComputeMinMax(Object, Object) - Static method in class ncsa.hdf.view.Tools
Computes autocontrast parameters by
autoContrastComputeSliderRange(double[], double[], double[]) - Static method in class ncsa.hdf.view.Tools
Auto-ranging of gain/bias sliders Given the results of autogaining an image, compute reasonable min and max values for gain/bias sliders.
autoContrastConvertImageBuffer(Object, byte[], boolean) - Static method in class ncsa.hdf.view.Tools
Converts image raw data to bytes.

B

baseType - Variable in class ncsa.hdf.object.Datatype
The base datatype of every element of the array (for CLASS_ARRAY datatype).
bit_len - Variable in class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
bit_len - Variable in class ncsa.hdf.hdflib.HDFNBITCompInfo
 
bits_per_pixel - Variable in class ncsa.hdf.hdflib.HDFSZIPCompInfo
 
byteify() - Method in class ncsa.hdf.hdf5lib.HDFArray
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
byteify() - Method in class ncsa.hdf.hdflib.HDFArray
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
byteify() - Method in class ncsa.hdf.hdflib.HDFTable
 
byteToByte(byte) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single byte into an array of one byte.
byteToByte(Byte) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Byte object into an array of one byte.
byteToByte(byte) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToDouble(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of double
byteToDouble(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of double
byteToDouble(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 8 bytes from an array of bytes into a single double
byteToDouble(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToDouble(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToDouble(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToFloat(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of floats
byteToFloat(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of float
byteToFloat(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 4 bytes from an array of bytes into a single float
byteToFloat(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToFloat(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToFloat(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToInt(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of ints
byteToInt(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of int
byteToInt(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 4 bytes from an array of bytes into a single int
byteToInt(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToInt(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToInt(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToLong(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of long
byteToLong(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of long
byteToLong(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 8 bytes from an array of bytes into a single long
byteToLong(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToLong(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToLong(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToNumber(byte[], Object) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Create a Number object from an array of bytes.
byteToNumber(byte[], Object) - Method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToShort(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of shorts
byteToShort(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of short
byteToShort(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 2 bytes from an array of bytes into a single short
byteToShort(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToShort(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToShort(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToString(byte[], int) - Static method in class ncsa.hdf.object.Dataset
Converts an array of bytes into an array of Strings for a fixed string dataset.

C

CHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
CHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
Chart - Class in ncsa.hdf.view
ChartView displays histogram/line chart of selected row/column of table data or image.
Chart(Frame, String, int, double[][], double[], double[]) - Constructor for class ncsa.hdf.view.Chart
Constructs a new ChartView given data and data ranges.
chartP - Variable in class ncsa.hdf.view.Chart
Panel that draws plot of data values.
chunk_lengths - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
chunk_lengths - Variable in class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
chunkSize - Variable in class ncsa.hdf.object.Dataset
The array of dimension sizes for a chunk.
cinfo - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
CLASS_ARRAY - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_BITFIELD - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_CHAR - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_COMPOUND - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_ENUM - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_FLOAT - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_INTEGER - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_NO_CLASS - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_OPAQUE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_REFERENCE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_STRING - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_VLEN - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
clear() - Method in class ncsa.hdf.object.Dataset
Clears memory held by the dataset, such as data buffer.
clear() - Method in class ncsa.hdf.object.Group
Clears up member list and other resources in memory for the group.
clear() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
clear() - Method in class ncsa.hdf.object.h5.H5Group
 
clear() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
clearData() - Method in class ncsa.hdf.object.Dataset
Clears the data buffer in memory and to force the next read() to load data from file.
clearData() - Method in class ncsa.hdf.object.ScalarDS
 
close(int) - Method in class ncsa.hdf.object.Datatype
Closes a datatype identifier.
close() - Method in class ncsa.hdf.object.FileFormat
Closes file associated with this instance.
close(int) - Method in class ncsa.hdf.object.fits.FitsDataset
 
close(int) - Method in class ncsa.hdf.object.fits.FitsDatatype
 
close() - Method in class ncsa.hdf.object.fits.FitsFile
 
close(int) - Method in class ncsa.hdf.object.fits.FitsGroup
close group access
close(int) - Method in class ncsa.hdf.object.h4.H4Datatype
 
close() - Method in class ncsa.hdf.object.h4.H4File
 
close(int) - Method in class ncsa.hdf.object.h4.H4GRImage
 
close(int) - Method in class ncsa.hdf.object.h4.H4Group
close group access.
close(int) - Method in class ncsa.hdf.object.h4.H4SDS
 
close(int) - Method in class ncsa.hdf.object.h4.H4Vdata
 
close(int) - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
close(int) - Method in class ncsa.hdf.object.h5.H5Datatype
Closes a datatype identifier.
close() - Method in class ncsa.hdf.object.h5.H5File
Closes file associated with this H5File instance.
close(int) - Method in class ncsa.hdf.object.h5.H5Group
 
close(int) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
close(int) - Method in class ncsa.hdf.object.HObject
Closes access to the object.
close(int) - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
close(int) - Method in class ncsa.hdf.object.nc2.NC2Datatype
 
close() - Method in class ncsa.hdf.object.nc2.NC2File
 
close(int) - Method in class ncsa.hdf.object.nc2.NC2Group
close group access
closeFile(FileFormat) - Method in class ncsa.hdf.view.DefaultTreeView
close a file
closeFile(FileFormat) - Method in interface ncsa.hdf.view.TreeView
close a file
COMP_CODE_DEFLATE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_INVALID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_JPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_NBIT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_SKPHUFF - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_SZIP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_IMCOMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_JPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
comp_type - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
CompoundDS - Class in ncsa.hdf.object
A CompoundDS is a dataset with compound datatype.
CompoundDS(FileFormat, String, String) - Constructor for class ncsa.hdf.object.CompoundDS
Constructs a CompoundDS object with given file, dataset name and path.
CompoundDS(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.CompoundDS
Deprecated. Not for public use in the future.
Using CompoundDS.CompoundDS(FileFormat, String, String)
compression - Variable in class ncsa.hdf.object.Dataset
The GZIP compression level.
computeStatistics(Object, double[], Object) - Static method in class ncsa.hdf.view.Tools
Computes mean and standard deviation of a data array
convertAttribute(ucar.nc2.Attribute) - Static method in class ncsa.hdf.object.nc2.NC2File
converts a ucar.nc2.Attribute into an ncsa.hdf.object.Attribute
convertByteToString - Variable in class ncsa.hdf.object.Dataset
Flag to indicate if the byte[] array is converted to strings
convertedBuf - Variable in class ncsa.hdf.object.Dataset
The array that holds the converted data of unsigned C-type integers.
convertEnumValueToName(int, Object, String[]) - Static method in class ncsa.hdf.object.h5.H5Datatype
Converts values in an Enumeration Datatype to names.
convertFromUnsignedC(Object) - Static method in class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.
Using Dataset.convertFromUnsignedC(Object, Object)
convertFromUnsignedC(Object, Object) - Static method in class ncsa.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 ncsa.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 ncsa.hdf.view.Tools
Converts an image file into HDF4/5 file.
convertToUnsignedC(Object) - Static method in class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.
Using Dataset.convertToUnsignedC(Object, Object)
convertToUnsignedC(Object, Object) - Static method in class ncsa.hdf.object.Dataset
Converts the array of converted unsigned integer back to unsigned C-type integer data in memory.
convertToUnsignedC() - Method in class ncsa.hdf.object.ScalarDS
Converts Java integer data of this dataset back to unsigned C-type integer data if they are unsigned integers.
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.CompoundDS
Deprecated. Not implemented for compound dataset.
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.Dataset
Creates a new dataset and writes the data buffer to the new dataset.
copy(HObject, Group, String) - Method in class ncsa.hdf.object.FileFormat
Copies the source object to a new destination.
copy(HObject, Group) - Method in class ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.copy(HObject, Group, String)

To mimic the behavior originally provided by this method, call the replacement method with null as the 3rd parameter.

copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.fits.FitsDataset
 
copy(HObject, Group, String) - Method in class ncsa.hdf.object.fits.FitsFile
 
copy(HObject, Group, String) - Method in class ncsa.hdf.object.h4.H4File
Copy an object to a group.
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.h4.H4GRImage
 
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.h4.H4SDS
 
copy(HObject, Group, String) - Method in class ncsa.hdf.object.h5.H5File
 
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
copy(HObject, Group, String) - Method in class ncsa.hdf.object.nc2.NC2File
 
copyAttributes(HObject, HObject) - Method in class ncsa.hdf.object.fits.FitsFile
Copy attributes of the source object to the destination object.
copyAttributes(int, int) - Method in class ncsa.hdf.object.fits.FitsFile
Copy attributes of the source object to the destination object.
copyAttributes(HObject, HObject) - Static method in class ncsa.hdf.object.h5.H5File
Copies the attributes of one object to another object.
copyAttributes(int, int) - Static method in class ncsa.hdf.object.h5.H5File
Copies the attributes of one object to another object.
copyAttributes(HObject, HObject) - Method in class ncsa.hdf.object.nc2.NC2File
Copy attributes of the source object to the destination object.
copyAttributes(int, int) - Method in class ncsa.hdf.object.nc2.NC2File
Copy attributes of the source object to the destination object.
CREATE - Static variable in class ncsa.hdf.object.FileFormat
File access flag for creating/truncating with read-write permission.
create(String) - Method in class ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.createFile(String, int)

The replacement method has an additional parameter that controls the behavior if the file already exists. Use FileFormat.FILE_CREATE_DELETE as the second argument in the replacement method to mimic the behavior originally provided by this method.

create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class ncsa.hdf.object.fits.FitsDataset
Creates a new dataset.
create(String, Group) - Static method in class ncsa.hdf.object.fits.FitsGroup
Creates a new group.
create(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Static method in class ncsa.hdf.object.h4.H4GRImage
Creates a new image.
create(String, Group) - Static method in class ncsa.hdf.object.h4.H4Group
Creates a new group.
create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class ncsa.hdf.object.h4.H4SDS
Creates a new dataset.
create(String, Group, long[], String[], Datatype[], int[], Object) - Static method in class ncsa.hdf.object.h5.H5CompoundDS
Deprecated. Not for public use in the future.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
create(String, Group, long[], String[], Datatype[], int[], int[][], Object) - Static method in class ncsa.hdf.object.h5.H5CompoundDS
Deprecated. Not for public use in the future.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object) - Static method in class ncsa.hdf.object.h5.H5CompoundDS
Creates a simple compound dataset in a file with/without chunking and compression
create(String, Group) - Static method in class ncsa.hdf.object.h5.H5Group
Creates a new group with a name in a group.
create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class ncsa.hdf.object.h5.H5ScalarDS
Creates a new dataset in a file.
create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class ncsa.hdf.object.nc2.NC2Dataset
Creates a new dataset.
create(String, Group) - Static method in class ncsa.hdf.object.nc2.NC2Group
Creates a new group.
createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class ncsa.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 ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)

The replacement method has additional parameters: maxdims, chunks, and gzip. To mimic the behavior originally provided by this method, call the replacement method with the following parameter list: ( name, pgroup, dims, null, null, -1, memberNames, memberDatatypes, memberSizes, data );

createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class ncsa.hdf.object.h5.H5File
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.FileFormat
Creates a named datatype in a file.
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.FileFormat
Creates a new datatype in memory.
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.fits.FitsFile
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.fits.FitsFile
 
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.h4.H4File
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.h4.H4File
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.h5.H5File
 
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.h5.H5File
Methods related to Datatypes and HObjects in HDF5 Files.
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.nc2.NC2File
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.nc2.NC2File
 
createFile(String, int) - Method in class ncsa.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 ncsa.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 ncsa.hdf.object.h5.H5File
Creates an HDF5 file with the specified name and returns a new H5File instance associated with the file.
createGrayPalette() - Static method in class ncsa.hdf.view.Tools
Creates the gray palette of the indexed 256-color table.
createGrayWavePalette() - Static method in class ncsa.hdf.view.Tools
Creates the gray wave palette of the indexed 256-color table.
createGroup(String, Group) - Method in class ncsa.hdf.object.FileFormat
Creates a new group with specified name in existing group.
createGroup(String, Group) - Method in class ncsa.hdf.object.fits.FitsFile
 
createGroup(String, Group) - Method in class ncsa.hdf.object.h4.H4File
 
createGroup(String, Group) - Method in class ncsa.hdf.object.h5.H5File
Creates a new group with specified name in exisiting group.
createGroup(String, Group) - Method in class ncsa.hdf.object.nc2.NC2File
 
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.FileFormat
Creates a new image in a file.
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.fits.FitsFile
 
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.h4.H4File
 
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.h5.H5File
 
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.nc2.NC2File
 
createIndexedImage(byte[], byte[][], int, int) - Method in class ncsa.hdf.view.DefaultImageView
Creates a RGB indexed image of 256 colors.
createIndexedImage(byte[], byte[][], int, int) - Static method in class ncsa.hdf.view.Tools
Creates a RGB indexed image of 256 colors.
createInstance(String, int) - Method in class ncsa.hdf.object.FileFormat
Creates a FileFormat implementation instance with specified filename and access.
createInstance(String, int) - Method in class ncsa.hdf.object.fits.FitsFile
Creates a FitsFile instance with specified file name and READ access.
createInstance(String, int) - Method in class ncsa.hdf.object.h4.H4File
Creates an H4File instance with specified file name and access.
createInstance(String, int) - Method in class ncsa.hdf.object.h5.H5File
Creates an H5File instance with specified file name and access.
createInstance(String, int) - Method in class ncsa.hdf.object.nc2.NC2File
Creates an NC2File instance with specified file name and READ access.
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.FileFormat
Creates a link to an existing object in the open file.
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.fits.FitsFile
 
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.h4.H4File
 
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.h5.H5File
 
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.nc2.NC2File
 
createNaturePalette() - Static method in class ncsa.hdf.view.Tools
Creates the nature palette of the indexed 256-color table.
createRainbowPalette() - Static method in class ncsa.hdf.view.Tools
Creates the rainbow palette of the indexed 256-color table.
createReverseGrayPalette() - Static method in class ncsa.hdf.view.Tools
Creates the reverse gray palette of the indexed 256-color table.
createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class ncsa.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 ncsa.hdf.object.fits.FitsFile
 
createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class ncsa.hdf.object.h4.H4File
 
createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class ncsa.hdf.object.h5.H5File
 
createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class ncsa.hdf.object.nc2.NC2File
 
createTrueColorImage(byte[], boolean, int, int) - Method in class ncsa.hdf.view.DefaultImageView
Creates a true color image.
createTrueColorImage(byte[], boolean, int, int) - Static method in class ncsa.hdf.view.Tools
Creates a true color image.
createUI() - Method in class ncsa.hdf.view.Chart
Creates and layouts GUI componentes.
createWavePalette() - Static method in class ncsa.hdf.view.Tools
Creates the wave palette of the indexed 256-color table.
ctype - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
ctype - Variable in class ncsa.hdf.hdflib.HDFCompInfo
 
ctype - Variable in class ncsa.hdf.hdflib.HDFNewCompInfo
 
ctype - Variable in class ncsa.hdf.hdflib.HDFOldCompInfo
 

D

data - Variable in class ncsa.hdf.object.Dataset
The memory buffer that holds the raw data of the dataset.
data - Variable in class ncsa.hdf.view.Chart
the data values of line points or histogram
DataFormat - Interface in ncsa.hdf.object
An interface that provides general I/O operations for read/write object data.
DataOptionDialog - Class in ncsa.hdf.view
DataOptionDialog is an dialog window used to select display options.
DataOptionDialog(ViewManager, Dataset) - Constructor for class ncsa.hdf.view.DataOptionDialog
Constructs a DataOptionDialog with the given HDFView.
Dataset - Class in ncsa.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 ncsa.hdf.object.Dataset
Constructs a Dataset object with a given file, name and path.
Dataset(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.
Using Dataset.Dataset(FileFormat, String, String)
datatype - Variable in class ncsa.hdf.object.Dataset
The datatype object of the dataset.
Datatype - Class in ncsa.hdf.object
Datatype is an abstract class that defines datatype characteristics and APIs for a data type.
Datatype(FileFormat, String, String) - Constructor for class ncsa.hdf.object.Datatype
Contructs a named datatype with a given file, name and path.
Datatype(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.Datatype
Deprecated. Not for public use in the future.
Using Datatype.Datatype(FileFormat, String, String)
Datatype(int, int, int, int) - Constructor for class ncsa.hdf.object.Datatype
Constructs a Datatype with specified class, size, byte order and sign.
Datatype(int) - Constructor for class ncsa.hdf.object.Datatype
Constructs a Datatype with a given native datatype identifier.
datatypeClass - Variable in class ncsa.hdf.object.Datatype
The class of the datatype.
datatypeOrder - Variable in class ncsa.hdf.object.Datatype
The byte order of the datatype.
datatypeSign - Variable in class ncsa.hdf.object.Datatype
The sign of the datatype.
datatypeSize - Variable in class ncsa.hdf.object.Datatype
The size (in bytes) of the datatype.
DataView - Interface in ncsa.hdf.view
The data view interface for displaying data object
DATAVIEW_IMAGE - Static variable in interface ncsa.hdf.view.DataView
The image view type
DATAVIEW_TABLE - Static variable in interface ncsa.hdf.view.DataView
The table view type
DATAVIEW_TEXT - Static variable in interface ncsa.hdf.view.DataView
The text view type
DATAVIEW_UNKNOWN - Static variable in interface ncsa.hdf.view.DataView
The unknown view type
debug(Object) - Method in class ncsa.hdf.object.HObject
Print out debug information
debug(Object, Object) - Static method in class ncsa.hdf.view.Tools
Print out debug information
DEFAULT_STRING_ATTRIBUTE_LENGTH - Static variable in class ncsa.hdf.view.NewAttributeDialog
the default length of a string attribute
DefaultFileFilter - Class in ncsa.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 ncsa.hdf.view.DefaultFileFilter
Creates a file filter.
DefaultFileFilter(String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter that accepts files with the given extension.
DefaultFileFilter(String, String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter that accepts the given file type.
DefaultFileFilter(String[]) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter from the given string array.
DefaultFileFilter(String[], String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter from the given string array and description.
DefaultImageView - Class in ncsa.hdf.view
ImageView displays an HDF dataset as an image.
DefaultImageView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultImageView
Constructs an ImageView.
DefaultImageView(ViewManager, HashMap) - Constructor for class ncsa.hdf.view.DefaultImageView
Constructs an ImageView.
DefaultMetaDataView - Class in ncsa.hdf.view
DefaultMetadataView is an dialog window used to show data properties.
DefaultMetaDataView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultMetaDataView
Constructs a DefaultMetadataView with the given HDFView.
DefaultPaletteView - Class in ncsa.hdf.view
To view and change palette.
DefaultPaletteView(ImageView) - Constructor for class ncsa.hdf.view.DefaultPaletteView
 
DefaultPaletteView(ViewManager, ImageView) - Constructor for class ncsa.hdf.view.DefaultPaletteView
 
DefaultTableView - Class in ncsa.hdf.view
TableView displays an HDF dataset as a two-dimensional table.
DefaultTableView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTableView
Constructs an TableView.
DefaultTableView(ViewManager, HashMap) - Constructor for class ncsa.hdf.view.DefaultTableView
Constructs an TableView.
DefaultTextView - Class in ncsa.hdf.view
TextView displays an HDF string dataset in text.
DefaultTextView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTextView
Constructs an TextView.
DefaultTextView(ViewManager, HashMap) - Constructor for class ncsa.hdf.view.DefaultTextView
Constructs an TextView.
DefaultTreeView - Class in ncsa.hdf.view
TreeView defines APIs for open a file and display the file structure in tree structure.
DefaultTreeView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTreeView
 
defineDataObject(int, int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'dataType' numbers.
delete(HObject) - Method in class ncsa.hdf.object.FileFormat
Deletes an object from a file.
delete(HObject) - Method in class ncsa.hdf.object.fits.FitsFile
 
delete(HObject) - Method in class ncsa.hdf.object.h4.H4File
Delete an object from the file.
delete(HObject) - Method in class ncsa.hdf.object.h5.H5File
 
delete(HObject) - Method in class ncsa.hdf.object.nc2.NC2File
 
deleteAttribute(HObject) - Method in class ncsa.hdf.view.DefaultMetaDataView
delete an attribribute from a data object.
deleteAttribute(HObject) - Method in interface ncsa.hdf.view.MetaDataView
delete an attribribute from a data object.
DELIMITER_COLON - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_COMMA - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_SEMI_COLON - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_SPACE - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_TAB - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DF24addimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24addimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getdims(String, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24lastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24nimages(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24putimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24putimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24readref(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24reqil(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24restart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setcompress(int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setdims(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setil(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF_FORWARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_CREATE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_DEFAULT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_PARALLEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_RDONLY - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_RDWR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_READ - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_SERIAL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_WRITE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFANaddfds(int, String, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANaddfid(int, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANclear() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetdesc(String, short, short, String[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetdesclen(String, short, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfds(int, String[], int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfds(int, String[], int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfdslen(int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfdslen(int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfid(int, String[], int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfid(int, String[], int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfidlen(int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfidlen(int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetlabel(String, short, short, String[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetlablen(String, short, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANlablist(String, short, short[], String[], int, int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANlastref() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANputdesc(String, short, short, String, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANputlabel(String, short, short, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFIL_LINE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFIL_PIXEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFIL_PLANE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFKNTsize(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFNT_CHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_CHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
No supported by HDF
DFNT_CHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
char
DFNT_DOUBLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
float
DFNT_FLOAT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_INT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_INT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
short
DFNT_INT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
interger
DFNT_INT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
No supported
DFNT_INT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
8-bit integer
DFNT_LITEND - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned char
DFNT_UINT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UINT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned interger
DFNT_UINT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned interger
DFNT_UINT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UINT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned 8-bit interger
DFPaddpal(String, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPgetpal(String, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPlastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPnpals(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPputpal(String, byte[], int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPputpal(String, byte[], boolean, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPreadref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPrestart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPwriteref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8addimage(String, byte[], int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8addimage(String, Object, int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getdims(String, int[], boolean[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getimage(String, byte[], int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getimage(String, Object, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getpalref(short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8lastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8nimages(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8putimage(String, byte[], int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8putimage(String, Object, int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8readref(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8restart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8setcompress(int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8setpalette(byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8writeref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFREF_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFREF_WILDCARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFS_MAXLEN - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFSDadddata(String, int, int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDadddata(String, int, int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDclear() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDendslab() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDendslice() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetcal(double[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdata(String, int[], int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdata(String, int[], int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdatalen(int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdatastrs(String[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimlen(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdims(String, int[], int[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimscale(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimscale(int, int, Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimstrs(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetfillvalue(byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetfillvalue(Object[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetNT(int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetrange(byte[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetrange(double[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetslice(String, int[], int[], byte[], int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetslice(String, int[], int[], Object, int[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDlastref() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDndatasets(String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDpre32sdg(String, short, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDpre32sdg(String, short, int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputdata(String, int, int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputdata(String, int, int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputslice(int[], byte[], int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputslice(int[], Object, int[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDreadref(String, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDreadslab(String, int[], int[], int[], byte[], int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDreadslab(String, int[], int[], int[], Object, int[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDrestart() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetcal(double, double, double, double, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdatastrs(String, String, String, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdims(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdimscale(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdimscale(int, int, Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdimstrs(int, String, String, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetfillvalue(Object) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetlengths(int, int, int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetNT(int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetrange(byte[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetrange(Object, Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDstartslab(String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDstartslice(String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDwriteref(String, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDwriteslab(int[], int[], int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDwriteslab(int[], int[], int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFTAG_AR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_BREQ - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CAL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CCN - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CFM - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CHUNK - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CHUNKED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CI - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_COMPRESSED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_DIA - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_DIL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_DRAW - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_EREQ - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FREE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FV - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_GREYJPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_GREYJPEG5 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_ID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_ID8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_II8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_IMC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_IMCOMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_IP8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_JPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_JPEG5 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_LD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_LINKED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_LUT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MA - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MTO - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NDG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NDG_NETCDF - Static variable in class ncsa.hdf.object.h4.H4SDS
tag for netCDF datasets.
DFTAG_NRI - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NULL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RI - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RIG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RUN - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDF - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDLNK - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDM - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDRAG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDU - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_T105 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_T14 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_TD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_TID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VERSION - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VH - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VLINKED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VLINKED_DATA - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_WILDCARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_XYP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFUfptoimage(int, int, float, float, float[], float[], float[], byte[], String, int, int, int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DIM_VALS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DIM_VALS01 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
dimNames - Variable in class ncsa.hdf.object.Dataset
Array of strings that represent the dimension names.
dims - Variable in class ncsa.hdf.object.Dataset
The current dimension sizes of the dataset
dims - Variable in class ncsa.hdf.object.Datatype
 
dispose() - Method in interface ncsa.hdf.view.DataView
Disposes this datao viewer
dispose() - Method in class ncsa.hdf.view.DefaultImageView
 
dispose() - Method in class ncsa.hdf.view.DefaultMetaDataView
Disposes of this dataobserver.
dispose() - Method in class ncsa.hdf.view.DefaultPaletteView
 
dispose() - Method in class ncsa.hdf.view.DefaultTableView
 
dispose() - Method in class ncsa.hdf.view.DefaultTextView
 
dispose() - Method in class ncsa.hdf.view.HDFView
 
doubleToByte(int, int, double[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of double into an array of bytes.
doubleToByte(double) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single double into an array of 8 bytes.
doubleToByte(Double) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Double object into an array of 8 bytes.
doubleToByte(int, int, double[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
doubleToByte(double) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
dragEnter(DropTargetDragEvent) - Method in class ncsa.hdf.view.HDFView
 
dragExit(DropTargetEvent) - Method in class ncsa.hdf.view.HDFView
 
dragOver(DropTargetDragEvent) - Method in class ncsa.hdf.view.HDFView
 
drop(DropTargetDropEvent) - Method in class ncsa.hdf.view.HDFView
 
dropActionChanged(DropTargetDragEvent) - Method in class ncsa.hdf.view.HDFView
 

E

emptyBytes() - Method in class ncsa.hdf.hdf5lib.HDFArray
Allocate a one-dimensional array of bytes sufficient to store the array.
emptyBytes() - Method in class ncsa.hdf.hdflib.HDFArray
allocate a one-dimensional array of bytes sufficient to store the array.
enumConverted - Variable in class ncsa.hdf.object.Dataset
Flag to indicate if the enum data is converted to strings.
enumMembers - Variable in class ncsa.hdf.object.Datatype
The (name, value) pairs of enum members
equals(Object) - Method in class ncsa.hdf.hdf5lib.HDF5GroupInfo
The fileno and objno fields contain four values which uniquely identify an object among those HDF5 files.
equalsOID(long[]) - Method in class ncsa.hdf.object.HObject
Checks if the OID of the object is the same as the given object identifier within the same file.
extend(long[]) - Method in class ncsa.hdf.object.h5.H5ScalarDS
H5Dextend verifies that the dataset is at least of size size, extending it if necessary.

F

FAIL - Static variable in class ncsa.hdf.hdflib.HDFConstants
FAIL
fid - Variable in class ncsa.hdf.object.FileFormat
File identifier.
FILE_CREATE_DELETE - Static variable in class ncsa.hdf.object.FileFormat
Flag for creating/truncating a file.
FILE_CREATE_OPEN - Static variable in class ncsa.hdf.object.FileFormat
Flag for creating/opening a file.
FILE_OBJ_SEP - Static variable in class ncsa.hdf.object.FileFormat
A separator that separates file name and object name.
FILE_TYPE_BMP - Static variable in class ncsa.hdf.view.Tools
Key for BMP image file type.
FILE_TYPE_GIF - Static variable in class ncsa.hdf.view.Tools
Key for GIF image file type.
FILE_TYPE_HDF4 - Static variable in class ncsa.hdf.object.FileFormat
Key for HDF4 file format.
FILE_TYPE_HDF5 - Static variable in class ncsa.hdf.object.FileFormat
Key for HDF5 file format.
FILE_TYPE_IMAGE - Static variable in class ncsa.hdf.view.Tools
Key for all image file type.
FILE_TYPE_JPEG - Static variable in class ncsa.hdf.view.Tools
Key for JPEG image file type.
FILE_TYPE_PNG - Static variable in class ncsa.hdf.view.Tools
Key for PNG image file type.
FILE_TYPE_TIFF - Static variable in class ncsa.hdf.view.Tools
Key for TIFF image file type.
FileConversionDialog - Class in ncsa.hdf.view
FileConversionDialog shows a message dialog requesting user input for converting files.
FileConversionDialog(Frame, String, String, String, List) - Constructor for class ncsa.hdf.view.FileConversionDialog
Constructs a FileConversionDialog
FileFormat - Class in ncsa.hdf.object
FileFormat defines general interfaces for working with files whose data is organized according to a supported format.
FileFormat(String) - Constructor for class ncsa.hdf.object.FileFormat
Creates a new FileFormat instance with the given filename.
fill_one - Variable in class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
fill_one - Variable in class ncsa.hdf.hdflib.HDFNBITCompInfo
 
fillValue - Variable in class ncsa.hdf.object.ScalarDS
The fill value of the dataset.
findMinMax(Object, double[], Object) - Static method in class ncsa.hdf.view.Tools
Finds the min and max values of the data array
findObject(FileFormat, long[]) - Static method in class ncsa.hdf.object.FileFormat
Finds an object by its object ID
findObject(FileFormat, String) - Static method in class ncsa.hdf.object.FileFormat
Finds an object by the full path of the object (path+name)
findTreeNode(HObject) - Method in class ncsa.hdf.view.DefaultTreeView
Returns the tree node that contains the given data object.
findTreeNode(HObject) - Method in interface ncsa.hdf.view.TreeView
Returns the tree node that contains the given data object.
fireActionPerformed(String) - Method in class ncsa.hdf.view.NewFileDialog
 
FitsDataset - Class in ncsa.hdf.object.fits
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
FitsDataset(FileFormat, BasicHDU, String, long[]) - Constructor for class ncsa.hdf.object.fits.FitsDataset
Constructs an FitsDataset object with specific netcdf variable.
FitsDatatype - Class in ncsa.hdf.object.fits
Datatype encapsulates information of a datatype.
FitsDatatype(int, int, int, int) - Constructor for class ncsa.hdf.object.fits.FitsDatatype
Create an Datatype with specified class, size, byte order and sign.
FitsDatatype(int) - Constructor for class ncsa.hdf.object.fits.FitsDatatype
Create a Datatype with a given fits native datatype.
FitsFile - Class in ncsa.hdf.object.fits
This class provides file level APIs.
FitsFile() - Constructor for class ncsa.hdf.object.fits.FitsFile
Constructs an empty FitsFile with read-only access.
FitsFile(String) - Constructor for class ncsa.hdf.object.fits.FitsFile
Constructs an FitsFile object of given file name with read-only access.
FitsGroup - Class in ncsa.hdf.object.fits
An H5Group represents HDF5 group, inheriting from Group.
FitsGroup(FileFormat, String, String, Group, long[]) - Constructor for class ncsa.hdf.object.fits.FitsGroup
Constructs an HDF5 group with specific name, path, and parent.
FLIP_HORIZONTAL - Static variable in class ncsa.hdf.view.DefaultImageView
Horizontal direction to flip an image.
FLIP_VERTICAL - Static variable in class ncsa.hdf.view.DefaultImageView
Vertical direction to flip an image.
FLOAT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
FLOAT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
FLOAT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
floatToByte(int, int, float[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of float into an array of bytes.
floatToByte(float) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single float into an array of 4 bytes.
floatToByte(Float) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Float object into an array of 4 bytes.
floatToByte(int, int, float[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
floatToByte(float) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
force_baseline - Variable in class ncsa.hdf.hdflib.HDFJPEGCompInfo
 
fromNative(int) - Method in class ncsa.hdf.object.Datatype
Set datatype characteristics (class, size, byte order and sign) from a given datatye identifier.
fromNative() - Method in class ncsa.hdf.object.fits.FitsDatatype
Translate fits datatype identifier into FitsDatatype.
fromNative(int) - Method in class ncsa.hdf.object.fits.FitsDatatype
Translate fits datatype identifier into FitsDatatype.
fromNative(int) - Method in class ncsa.hdf.object.h4.H4Datatype
 
fromNative(int) - Method in class ncsa.hdf.object.h5.H5Datatype
 
fromNative(int) - Method in class ncsa.hdf.object.nc2.NC2Datatype
Translate Netcdf datatype identifier into NC2Datatype.
FULL_INTERLACE - Static variable in class ncsa.hdf.hdflib.HDFConstants
interlacing supported by the vset.
fullFileName - Variable in class ncsa.hdf.object.FileFormat
The absolute pathname (path+name) of the file.

G

get(String) - Method in class ncsa.hdf.object.FileFormat
Gets the HObject with the specified path from the file.
get(String) - Method in class ncsa.hdf.object.fits.FitsFile
 
get(String) - Method in class ncsa.hdf.object.h4.H4File
Get an individual HObject with a given path.
get(String) - Method in class ncsa.hdf.object.h5.H5File
 
get(String) - Method in class ncsa.hdf.object.nc2.NC2File
 
getActionCommand() - Method in interface ncsa.hdf.view.HelpView
Returns the action command for this HelpView.
getAnimationIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getAppsIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getAttribute(int) - Static method in class ncsa.hdf.object.h5.H5File
Returns a list of attributes for the specified object.
getAttribute() - Method in class ncsa.hdf.view.NewAttributeDialog
return the new attribute created.
getAudioIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getAutocontrastIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getBasetype() - Method in class ncsa.hdf.object.Datatype
Returns the datatype of array element for ARRAY datatype.
getBlankIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getBrightIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getBytes(Object, double[], byte[]) - Static method in class ncsa.hdf.view.Tools
Convert an array of raw data into array of a byte data.
getBytes(Object, double[], int, int, boolean, byte[]) - Static method in class ncsa.hdf.view.Tools
 
getBytes(Object, double[], Object, byte[]) - Static method in class ncsa.hdf.view.Tools
 
getBytes(Object, double[], int, int, boolean, Object, byte[]) - Static method in class ncsa.hdf.view.Tools
 
getBytes(Object, double[], int, int, boolean, Object, boolean, byte[]) - Static method in class ncsa.hdf.view.Tools
Convert an array of raw data into array of a byte data.
getChartIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getChunkSize() - Method in class ncsa.hdf.object.Dataset
Returns the array that contains the dimension sizes of the chunk of the dataset.
getComponentCount() - Method in class ncsa.hdf.object.h4.H4GRImage
Returns the number of components of this image data.
getCompression() - Method in class ncsa.hdf.object.Dataset
Returns the string representation of compression information.
getConvertByteToString() - Method in class ncsa.hdf.object.Dataset
Returns the flag that indicates if a byte array is converted to a string array..
getConvertedFile() - Method in class ncsa.hdf.view.FileConversionDialog
 
getCopyIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getCurrentFiles() - Method in class ncsa.hdf.view.DefaultTreeView
Returns the list of current open files..
getCurrentFiles() - Method in interface ncsa.hdf.view.TreeView
Returns the list of current open files..
getCurrentObject() - Method in class ncsa.hdf.view.DefaultTreeView
 
getCurrentObject() - Method in interface ncsa.hdf.view.TreeView
 
getCutIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getData() - Method in class ncsa.hdf.object.Dataset
Returns the data buffer of the dataset in memory.
getDataDelimiter() - Static method in class ncsa.hdf.view.ViewProperties
returns the delimiter of data values
getDataDims() - Method in class ncsa.hdf.object.Attribute
Returns the dimension sizes of the data value of the attribute.
getDataObject() - Method in interface ncsa.hdf.view.DataView
returns the data object displayed in this data viewer
getDataObject() - Method in class ncsa.hdf.view.DefaultImageView
 
getDataObject() - Method in class ncsa.hdf.view.DefaultMetaDataView
returns the data object displayed in this data viewer
getDataObject() - Method in class ncsa.hdf.view.DefaultPaletteView
returns the data object displayed in this data viewer
getDataObject() - Method in class ncsa.hdf.view.DefaultTableView
 
getDataObject() - Method in class ncsa.hdf.view.DefaultTextView
 
getDatasetIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getDatasetIconA() - Static method in class ncsa.hdf.view.ViewProperties
 
getDatatype() - Method in class ncsa.hdf.object.Dataset
Returns the datatype object of the dataset.
getDatatype() - Method in class ncsa.hdf.object.fits.FitsDataset
 
getDatatype() - Method in class ncsa.hdf.object.h4.H4GRImage
 
getDatatype() - Method in class ncsa.hdf.object.h4.H4SDS
 
getDatatype() - Method in class ncsa.hdf.object.h4.H4Vdata
 
getDatatype() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
getDatatype() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
getDatatype() - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
getDatatypeClass() - Method in class ncsa.hdf.object.Datatype
Returns the class of the datatype.
getDatatypeDescription() - Method in class ncsa.hdf.object.Datatype
Returns a short text description of this datatype.
getDatatypeDescription() - Method in class ncsa.hdf.object.fits.FitsDatatype
 
getDatatypeDescription() - Method in class ncsa.hdf.object.h4.H4Datatype
 
getDatatypeDescription(int) - Static method in class ncsa.hdf.object.h4.H4Datatype
Returns the short description of a given datatype.
getDatatypeDescription() - Method in class ncsa.hdf.object.h5.H5Datatype
 
getDatatypeDescription(int) - Static method in class ncsa.hdf.object.h5.H5Datatype
Returns a short description of a given datatype ID.
getDatatypeDescription() - Method in class ncsa.hdf.object.nc2.NC2Datatype
 
getDatatypeIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getDatatypeIconA() - Static method in class ncsa.hdf.view.ViewProperties
 
getDatatypeOrder() - Method in class ncsa.hdf.object.Datatype
Returns the byte order of the datatype.
getDatatypeSign() - Method in class ncsa.hdf.object.Datatype
Returns the sign (SIGN_NONE, SIGN_2 or NSGN) of an integer datatype.
getDatatypeSize() - Method in class ncsa.hdf.object.Datatype
Returns the size of the datatype in bytes.
getDatatypeSize(int) - Static method in class ncsa.hdf.object.h5.H5Datatype
Returns the size (in bytes) of a given datatype identifier.
getDataView(HObject) - Method in class ncsa.hdf.view.HDFView
Returns DataView contains the specified data object.
getDataView(HObject) - Method in interface ncsa.hdf.view.ViewManager
Returns DataView contains the specified data object.
getDataViewName() - Method in class ncsa.hdf.view.DataOptionDialog
return the name of selected dataview
getDataViews() - Method in class ncsa.hdf.view.HDFView
Returns a list of all open DataViews
getDescription() - Method in class ncsa.hdf.view.DefaultFileFilter
Returns the human readable description of this filter.
getDimNames() - Method in class ncsa.hdf.object.Dataset
Returns the array of strings that represent the dimension names.
getDims() - Method in class ncsa.hdf.object.Dataset
Returns the array that contins the dimension sizes of the dataset.
getEnumMembers() - Method in class ncsa.hdf.object.Datatype
Returns the "name=value" pairs of enum members for enum datatype.
getExtension(File) - Method in class ncsa.hdf.view.DefaultFileFilter
Return the extension portion of the file's name .
getFID() - Method in class ncsa.hdf.object.FileFormat
Returns file identifier of open file associated with this instance.
getFID() - Method in class ncsa.hdf.object.HObject
Returns the file identifier of of the file containing the object.
getFieldCount() - Method in class ncsa.hdf.object.h4.H4Vdata
Returns the number of fields.
getFieldOrders() - Method in class ncsa.hdf.object.h4.H4Vdata
Returns the orders of fields
getFile() - Method in interface ncsa.hdf.object.DataFormat
Returns the full path of the file that contains this data object.
getFile() - Method in class ncsa.hdf.object.HObject
Returns the name of the file that contains this data object.
getFile() - Method in class ncsa.hdf.view.NewFileDialog
 
getFilecloseIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getFileExtension() - Static method in class ncsa.hdf.view.ViewProperties
gets the file extensions of supported file formats
getFileExtensions() - Static method in class ncsa.hdf.object.FileFormat
Returns a list of file extensions for all supported file formats.
getFileFilter() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for HDF4/5 file.
getFileFilterBMP() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for BMP image files.
getFileFilterGIF() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for GIF image files.
getFileFilterHDF4() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for HDF4 file.
getFileFilterHDF5() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for HDF5 file.
getFileFilterJPEG() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for JPEG image files.
getFileFilterPNG() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for PNG image files.
getFileFilterText() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for text file.
getFileFilterTIFF() - Static method in class ncsa.hdf.view.DefaultFileFilter
Return a file filter for TIFF image files.
getFileFormat(String) - Static method in class ncsa.hdf.object.FileFormat
Returns the FileFormat with specified key from the list of supported formats.
getFileFormat() - Method in class ncsa.hdf.object.HObject
Returns the file that contains the object.
getFileFormatKeys() - Static method in class ncsa.hdf.object.FileFormat
Returns an Enumeration of keys for all supported formats.
getFileFormats() - Static method in class ncsa.hdf.object.FileFormat
Returns an array of supported FileFormat instances.
getFilenewIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getFileno() - Method in class ncsa.hdf.hdf5lib.HDF5GroupInfo
 
getFileopenIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getFilePath() - Method in class ncsa.hdf.object.FileFormat
Returns the absolute path for the file.
getFilesaveIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getFillValue() - Method in class ncsa.hdf.object.ScalarDS
Returns the fill values for the dataset.
getFirstIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getFitsFile() - Method in class ncsa.hdf.object.fits.FitsFile
 
getFoldercloseIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getFoldercloseIconA() - Static method in class ncsa.hdf.view.ViewProperties
 
getFolderopenIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getFolderopenIconA() - Static method in class ncsa.hdf.view.ViewProperties
 
getFontSize() - Static method in class ncsa.hdf.view.ViewProperties
returns the font size
getFontType() - Static method in class ncsa.hdf.view.ViewProperties
returns the font type
getFullName() - Method in class ncsa.hdf.object.HObject
Returns the full name (group path + object name) of the object.
getH4Icon() - Static method in class ncsa.hdf.view.ViewProperties
 
getH4toH5() - Static method in class ncsa.hdf.view.ViewProperties
returns the path of the H5toH5 converter
getH5Icon() - Static method in class ncsa.hdf.view.ViewProperties
 
getHDF5UserBlock(String) - Static method in class ncsa.hdf.view.DefaultFileFilter
Read HDF5 user block data into byte array.
getHdfIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getHeight() - Method in class ncsa.hdf.object.Dataset
Returns the dimension size of the vertical axis.
getHelpIcon() - Static method in class ncsa.hdf.view.ViewProperties
 
getHelpViewList() - Static method in class ncsa.hdf.view.ViewProperties
returns a list of helpview modules
getHObject(String) - Static method in class ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.get(String)

This static method, which as been deprecated, causes two problems:


H

H45PATH_PROPERTY_KEY - Static variable in class ncsa.hdf.hdflib.HDFDeprecated
 
H4Datatype - Class in ncsa.hdf.object.h4
This class defines HDF4 data type characteristics and APIs for a data type.
H4Datatype(int, int, int, int) - Constructor for class ncsa.hdf.object.h4.H4Datatype
Constructs a H4Datatype with specified class, size, byte order and sign.
H4Datatype(int) - Constructor for class ncsa.hdf.object.h4.H4Datatype
Constructs a H4Datatype with a given native datatype identifier.
H4File - Class in ncsa.hdf.object.h4
This class provides file level APIs.
H4File() - Constructor for class ncsa.hdf.object.h4.H4File
Creates an H4File with read only access.
H4File(String) - Constructor for class ncsa.hdf.object.h4.H4File
Creates an H4File with read only access.
H4File(String, int) - Constructor for class ncsa.hdf.object.h4.H4File
Creates an H4File instance with specified file name and access.
H4GRImage - Class in ncsa.hdf.object.h4
H4GRImage describes HDF4 general raster(GR) image and operations performed on the GR image.
H4GRImage(FileFormat, String, String) - Constructor for class ncsa.hdf.object.h4.H4GRImage
 
H4GRImage(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.h4.H4GRImage
Creates a H4GRImage object with specific name, path, and object ID.
H4Group - Class in ncsa.hdf.object.h4
An H4Group is a vgroup in HDF4, inheriting from Group.
H4Group(FileFormat, String, String, Group) - Constructor for class ncsa.hdf.object.h4.H4Group
 
H4Group(FileFormat, String, String, Group, long[]) - Constructor for class ncsa.hdf.object.h4.H4Group
Creates a group object with specific name, path, and parent.
H4SDS - Class in ncsa.hdf.object.h4
H4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.
H4SDS(FileFormat, String, String) - Constructor for class ncsa.hdf.object.h4.H4SDS
 
H4SDS(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.h4.H4SDS
Creates an H4SDS object with specific name and path.
H4Vdata - Class in ncsa.hdf.object.h4
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.
H4Vdata(FileFormat, String, String) - Constructor for class ncsa.hdf.object.h4.H4Vdata
 
H4Vdata(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.h4.H4Vdata
Creates an H4Vdata object with specific name and path.
H5 - Class in ncsa.hdf.hdf5lib
This class is the Java interface for the HDF5 library.
H5() - Constructor for class ncsa.hdf.hdf5lib.H5
 
H5_LIBRARY_NAME_PROPERTY_KEY - Static variable in class ncsa.hdf.hdf5lib.H5
 
H5_SZIP_ALLOW_K13_OPTION_MASK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5_SZIP_CHIP_OPTION_MASK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5_SZIP_EC_OPTION_MASK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5_SZIP_MAX_PIXELS_PER_BLOCK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5_SZIP_NN_OPTION_MASK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Aclose(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aclose terminates access to the attribute specified by its identifier, attr_id.
H5Acopy(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Acopy copies the content of one attribute to another.
H5Acreate(int, String, int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Acreate creates an attribute which is attached to the object specified with loc_id.
H5Adelete(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Adelete removes the attribute specified by its name, name, from a dataset, group, or named datatype.
H5Aget_name(int, long, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aget_name retrieves the name of an attribute specified by the identifier, attr_id.
H5Aget_num_attrs(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aget_num_attrs returns the number of attributes attached to the object specified by its identifier, loc_id.
H5Aget_space(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aget_space retrieves a copy of the dataspace for an attribute.
H5Aget_type(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aget_type retrieves a copy of the datatype for an attribute.
H5Aopen_idx(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aopen_idx opens an attribute which is attached to the object specified with loc_id.
H5Aopen_name(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aopen_name opens an attribute specified by its name, name, which is attached to the object specified with loc_id.
H5Aread(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aread reads an attribute, specified with attr_id.
H5Aread(int, int, Object) - Static method in class ncsa.hdf.hdf5lib.H5
H5Aread reads an attribute, specified with attr_id.
H5AreadVL(int, int, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Awrite(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Awrite writes an attribute, specified with attr_id.
H5Awrite(int, int, Object) - Static method in class ncsa.hdf.hdf5lib.H5
H5Awrite writes an attribute, specified with attr_id.
H5check_version(int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5check_version verifies that the arguments match the version numbers compiled into the library.
H5close() - Static method in class ncsa.hdf.hdf5lib.H5
H5close flushes all data to disk, closes all file identifiers, and cleans up all memory used by the library.
H5CompoundDS - Class in ncsa.hdf.object.h5
The H5CompoundDS class defines an HDF5 dataset of compound datatypes.
H5CompoundDS(FileFormat, String, String) - Constructor for class ncsa.hdf.object.h5.H5CompoundDS
Constructs an HDF5 compound dataset with given file, dataset name and path.
H5CompoundDS(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.h5.H5CompoundDS
Deprecated. Not for public use in the future.
Using H5CompoundDS.H5CompoundDS(FileFormat, String, String)
H5D_ALLOC_TIME_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_EARLY - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_INCR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_LATE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_CHUNKED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_COMPACT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_CONTIGUOUS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_FILL_TIME_ALLOC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_FILL_TIME_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_FILL_TIME_NEVER - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_UNDEFINED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_USER_DEFINED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_LAYOUT_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_NLAYOUTS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_ALLOCATED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_NOT_ALLOCATED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_PART_ALLOCATED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Datatype - Class in ncsa.hdf.object.h5
This class defines HDF5 data type characteristics and APIs for a data type.
H5Datatype(FileFormat, String, String) - Constructor for class ncsa.hdf.object.h5.H5Datatype
Constrcuts an named HDF5 data type object for a given file, dataset name and group path.
H5Datatype(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.h5.H5Datatype
Deprecated. Not for public use in the future.
Using H5Datatype.H5Datatype(FileFormat, String, String)
H5Datatype(int, int, int, int) - Constructor for class ncsa.hdf.object.h5.H5Datatype
Constructs a Datatype with specified class, size, byte order and sign.
H5Datatype(int) - Constructor for class ncsa.hdf.object.h5.H5Datatype
Constructs a Datatype with a given native datatype identifier.
H5Dchdir_ext(String) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dclose(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dclose ends access to a dataset specified by dataset_id and releases resources used by it.
H5Dcopy(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dcopy copies the content of one dataset to another dataset.
H5Dcreate(int, String, int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dcreate creates a data set with a name, name, in the file or in the group specified by the identifier loc_id.
H5Dextend(int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dextend verifies that the dataset is at least of size size.
H5Dextend(int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dget_create_plist(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dget_create_plist returns an identifier for a copy of the dataset creation property list for a dataset.
H5Dget_space(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dget_space returns an identifier for a copy of the dataspace for a dataset.
H5Dget_space_status(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dget_storage_size(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dget_storage_size returns the amount of storage that is required for the dataset.
H5Dget_type(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dget_type returns an identifier for a copy of the datatype for a dataset.
H5Dgetdir_ext(String[], int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dopen(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dopen opens an existing dataset for access in the file or group specified in loc_id.
H5Dread(int, int, int, int, int, byte[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application memory buffer buf.
H5Dread(int, int, int, int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread(int, int, int, int, int, Object, boolean) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application data object.
H5Dread(int, int, int, int, int, Object) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_double(int, int, int, int, int, double[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_double(int, int, int, int, int, double[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_float(int, int, int, int, int, float[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_float(int, int, int, int, int, float[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_int(int, int, int, int, int, int[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_int(int, int, int, int, int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_long(int, int, int, int, int, long[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_long(int, int, int, int, int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_reg_ref(int, int, int, int, int, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_short(int, int, int, int, int, short[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_short(int, int, int, int, int, short[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dread_string(int, int, int, int, int, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5DreadVL(int, int, int, int, int, Object[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dvlen_get_buf_size(int, int, int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dvlen_reclaim(int, int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite(int, int, int, int, int, byte[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory buffer buf into the file.
H5Dwrite(int, int, int, int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite(int, int, int, int, int, Object, boolean) - Static method in class ncsa.hdf.hdf5lib.H5
H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory data object into the file.
H5Dwrite(int, int, int, int, int, Object) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_double(int, int, int, int, int, double[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_double(int, int, int, int, int, double[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_float(int, int, int, int, int, float[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_float(int, int, int, int, int, float[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_int(int, int, int, int, int, int[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_int(int, int, int, int, int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_long(int, int, int, int, int, long[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_long(int, int, int, int, int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_short(int, int, int, int, int, short[], boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Dwrite_short(int, int, int, int, int, short[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5DwriteString(int, int, int, int, int, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5DwriteString writes a (partial) variable length String dataset, specified by its identifier dataset_id, from the application memory buffer buf into the file.
H5E_ALIGNMENT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_ALREADYEXISTS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_ALREADYINIT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_ARGS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_ATOM - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_ATTR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADATOM - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADFILE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADGROUP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADMESG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADRANGE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADSELECT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADSIZE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADTYPE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BADVALUE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_BTREE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CACHE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CALLBACK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANAPPLY - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTCLIP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTCLOSEFILE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTCONVERT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTCOPY - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTCOUNT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTCREATE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTDEC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTDECODE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTDELETE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTENCODE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTFLUSH - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTFREE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTGET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTINC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTINIT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTINSERT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTLIST - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTLOAD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTLOCK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTNEXT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTOPENFILE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTOPENOBJ - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTREGISTER - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTRELEASE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTSELECT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTSET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTSPLIT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CANTUNLOCK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_CLOSEERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_COMPLEN - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_DATASET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_DATASPACE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_DATATYPE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_DUPCLASS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_EFL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_EXISTS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_FCNTL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_FILE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_FILEEXISTS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_FILEOPEN - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_FUNC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_HEAP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_INTERNAL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_IO - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_LINK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_LINKCOUNT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_MOUNT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_MPI - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_MPIERRSTR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NOFILTER - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NOIDS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NONE_MAJOR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NONE_MINOR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NOSPACE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NOTCACHED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NOTFOUND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_NOTHDF5 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_OHDR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_OVERFLOW - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_PLINE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_PLIST - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_PROTECT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_READERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_REFERENCE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_RESOURCE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_RS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_SEEKERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_SETLOCAL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_STORAGE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_SYM - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_TRUNCATED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_TST - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_UNINITIALIZED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_UNSUPPORTED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_VERSION - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_VFL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_WALK_DOWNWARD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_WALK_UPWARD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5E_WRITEERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Eclear() - Static method in class ncsa.hdf.hdf5lib.H5
H5Eclear clears the error stack for the current thread.
H5error_off() - Static method in class ncsa.hdf.hdf5lib.H5
Turn off error handling By default, the C library prints the error stack of the HDF-5 C library on stdout.
H5F_ACC_CREAT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_ACC_DEBUG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_ACC_EXCL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_ACC_RDONLY - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_ACC_RDWR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_ACC_TRUNC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_SEMI - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_STRONG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_WEAK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_ALL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_ATTR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_DATASET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_DATATYPE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_FILE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_GROUP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_LOCAL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_SCOPE_GLOBAL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_SCOPE_LOCAL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5F_UNLIMITED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Fclose(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fclose terminates access to an HDF5 file.
H5Fcreate(String, int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fcreate is the primary function for creating HDF5 files.
H5Fflush(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fflush causes all buffers associated with a file or object to be immediately flushed (written) to disk without removing the data from the (memory) cache.
H5Fget_access_plist(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fget_access_plist returns the file access property list identifier of the specified file.
H5Fget_create_plist(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fget_create_plist returns a file creation property list identifier identifying the creation properties used to create this file.
H5Fget_filesize(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Fget_name(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Fget_obj_count(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Fget_obj_ids(int, int, int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5File - Class in ncsa.hdf.object.h5
H5File is an implementation of the FileFormat class for HDF5 files.
H5File() - Constructor for class ncsa.hdf.object.h5.H5File
Constructs an H5File instance with an empty file name and read-only access.
H5File(String) - Constructor for class ncsa.hdf.object.h5.H5File
Constructs an H5File instance with specified file name and read/write access.
H5File(String, int) - Constructor for class ncsa.hdf.object.h5.H5File
Constructs an H5File instance with specified file name and access.
H5Fis_hdf5(String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fis_hdf5 determines whether a file is in the HDF5 format.
H5Fmount(int, String, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fmount mounts the file specified by child_id onto the group specified by loc_id and name using the mount properties plist_id.
H5Fopen(String, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Fopen opens an existing file and is the primary function for accessing existing HDF5 files.
H5Freopen(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Freopen reopens an HDF5 file.
H5Funmount(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
Given a mount point, H5Funmount dissassociates the mount point's file from the file mounted there.
H5G_DATASET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_GROUP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_LINK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_LINK_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_LINK_HARD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_LINK_SOFT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_NLIBTYPES - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_NTYPES - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_NUSERTYPES - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_RESERVED_5 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_RESERVED_6 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_RESERVED_7 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_SAME_LOC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_TYPE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5G_UNKNOWN - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5garbage_collect() - Static method in class ncsa.hdf.hdf5lib.H5
H5garbage_collect collects on all free-lists of all types.
H5Gclose(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gclose releases resources used by a group which was opened by a call to H5Gcreate() or H5Gopen().
H5Gcreate(int, String, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gcreate creates a new group with the specified name at the specified location, loc_id.
H5get_libversion(int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5get_libversion retrieves the major, minor, and release numbers of the version of the HDF library which is linked to the application.
H5Gget_comment(int, String, int, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gget_comment retrieves the comment for the the object name.
H5Gget_linkval(int, String, int, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gget_linkval returns size characters of the link value through the value argument if loc_id (a file or group identifier) and name specify a symbolic link.
H5Gget_num_objs(int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
Returns number of objects in the group specified by its identifier
H5Gget_obj_info_all(int, String, String[], int[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Gget_obj_info_idx(int, String, int, String[], int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gget_obj_info_idx report the name and type of object with index 'idx' in a Group.
H5Gget_objinfo(int, String, boolean, long[], long[], int[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gget_objinfo returns information about the specified object.
H5Gget_objinfo(int, String, boolean, HDF5GroupInfo) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gget_objinfo returns information about the specified object in an HDF5GroupInfo object.
H5Gget_objname_by_idx(int, long, String[], long) - Static method in class ncsa.hdf.hdf5lib.H5
Returns a name of an object specified by an index.
H5Gget_objtype_by_idx(int, long) - Static method in class ncsa.hdf.hdf5lib.H5
Returns the type of an object specified by an index.
H5Glink(int, int, String, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Glink creates a new name for an already existing object.
H5Glink2(int, String, int, int, String) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Gmove(int, String, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gmove renames an object within an HDF5 file.
H5Gn_members(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gn_members report the number of objects in a Group.
H5Gopen(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gopen opens an existing group with the specified name at the specified location, loc_id.
H5Group - Class in ncsa.hdf.object.h5
An H5Group object represents an existing HDF5 group in file.
H5Group(FileFormat, String, String, Group) - Constructor for class ncsa.hdf.object.h5.H5Group
Constructs an HDF5 group with specific name, path, and parent.
H5Group(FileFormat, String, String, Group, long[]) - Constructor for class ncsa.hdf.object.h5.H5Group
Deprecated. Not for public use in the future.
Using H5Group.H5Group(FileFormat, String, String, Group)
H5Gset_comment(int, String, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gset_comment sets the comment for the the object name to comment.
H5Gunlink(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Gunlink removes an association between a name and an object.
H5I_ATTR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_BADID - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_DATASET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_DATASPACE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_DATATYPE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_FILE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_GENPROP_CLS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_GENPROP_LST - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_GROUP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_INVALID_HID - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_REFERENCE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5I_VFL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Idec_ref(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Iget_file_id(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Iget_name(int, String[], long) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Iget_ref(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Iget_type(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Iget_type retrieves the type of the object identified by obj_id.
H5Iinc_ref(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5INcreate(String, int, int, int, String, String, long) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5INquery(int, String[], Object, Object, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5open() - Static method in class ncsa.hdf.hdf5lib.H5
H5open initialize the library.
H5P_DATASET_CREATE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_CREATE_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_XFER - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_XFER_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_FILE_ACCESS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_FILE_ACCESS_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_FILE_CREATE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_FILE_CREATE_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5P_NO_CLASS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Pall_filters_avail(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5PATH_PROPERTY_KEY - Static variable in class ncsa.hdf.hdf5lib.H5
 
H5Pclose(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pclose terminates access to a property list.
H5Pclose_class(int) - Static method in class ncsa.hdf.hdf5lib.H5
Closes an existing property list class
H5Pcopy(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pcopy copies an existing property list to create a new property list.
H5Pcopy_prop(int, int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pcopy_prop copies a property from one property list or class to another
H5Pcreate(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pcreate creates a new property as an instance of some property list class.
H5Pcreate_list(int) - Static method in class ncsa.hdf.hdf5lib.H5
Creates a new property list class of a given class
H5Pequal(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pequal determines if two property lists or classes are equal
H5Pexist(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pexist determines whether a property exists within a property list or class
H5Pfill_value_defined(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget retrieves a copy of the value for a property in a property list (support integer only)
H5Pget_alignment(int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_alignment retrieves the current settings for alignment properties from a file access property list.
H5Pget_alloc_time(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_btree_ratios(int, double[], double[], double[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_btree_ratio Get the B-tree split ratios for a dataset transfer property list.
H5Pget_buffer(int, byte[], byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
HH5Pget_buffer gets type conversion and background buffers.
H5Pget_cache(int, int[], int[], int[], double[]) - Static method in class ncsa.hdf.hdf5lib.H5
Retrieves the maximum possible number of elements in the meta data cache and the maximum possible number of bytes and the RDCC_W0 value in the raw data chunk cache.
H5Pget_chunk(int, int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_chunk retrieves the size of chunks for the raw data of a chunked layout dataset.
H5Pget_class(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_class returns the property list class for the property list identified by the plist parameter.
H5Pget_class_name(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_class_name retrieves the name of a generic property list class
H5Pget_class_parent(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_class_parent retrieves an identifier for the parent class of a property class
H5Pget_edc_check(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_external(int, int, int, String[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_external returns information about an external file.
H5Pget_external_count(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_external_count returns the number of external files for the specified dataset.
H5Pget_family_offset(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_fapl_core(int, int[], boolean[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_fapl_family(int, long[], int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_fclose_degree(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_fill_time(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_fill_value(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_fill_value queries the fill value property of a dataset creation property list.
H5Pget_fill_value(int, int, Object) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_fill_value queries the fill value property of a dataset creation property list.
H5Pget_filter(int, int, int[], int[], int[], int, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_filter returns information about a filter, specified by its filter number, in a filter pipeline, specified by the property list with which it is associated.
H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_gc_reference(int, boolean[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_gc_references(int, boolean[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_gc_references Returns the current setting for the garbage collection refernces property from a file access property list.
H5Pget_hyper_vector_size(int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pget_istore_k(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_istore_k queries the 1/2 rank of an indexed storage B-tree.
H5Pget_layout(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_layout returns the layout of the raw data for a dataset.
H5Pget_nfilters(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_nfilters returns the number of filters defined in the filter pipeline associated with the property list plist.
H5Pget_nprops(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_nprops retrieves the number of properties in a property list or class
H5Pget_preserve(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_preserve checks the status of the dataset transfer property list.
H5Pget_size(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_size retrieves the size of a property's value in bytes
H5Pget_sizes(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_sizes retrieves the size of the offsets and lengths used in an HDF5 file.
H5Pget_small_data_block_size(int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_small_data_block_size retrieves the size of a block of small data in a file creation property list.
H5Pget_sym_k(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_sym_k retrieves the size of the symbol table B-tree 1/2 rank and the symbol table leaf node 1/2 size.
H5Pget_userblock(int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_userblock retrieves the size of a user block in a file creation property list.
H5Pget_version(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pget_version retrieves the version information of various objects for a file creation property list.
H5Pisa_class(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pisa_class checks to determine whether a property list is a member of the specified class
H5Pmodify_filter(int, int, int, long, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Premove(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Premove removes a property from a property list
H5Premove_filter(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset(int, String, int) - Static method in class ncsa.hdf.hdf5lib.H5
Sets a property list value (support integer only)
H5Pset_alignment(int, long, long) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_alignment sets the alignment properties of a file access property list so that any file object >= THRESHOLD bytes will be aligned on an address which is a multiple of ALIGNMENT.
H5Pset_alloc_time(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_btree_ratios(int, double, double, double) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_btree_ratio Sets B-tree split ratios for a dataset transfer property list.
H5Pset_buffer(int, int, byte[], byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_buffer sets type conversion and background buffers.
H5Pset_cache(int, int, int, int, double) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_cache sets the number of elements (objects) in the meta data cache and the total number of bytes in the raw data chunk cache.
H5Pset_chunk(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_chunk sets the size of the chunks used to store a chunked layout dataset.
H5Pset_chunk(int, int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_deflate(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_deflate sets the compression method for a dataset.
H5Pset_edc_check(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_external(int, String, long, long) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_external adds an external file to the list of external files.
H5Pset_family_offset(int, long) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_fapl_core(int, int, boolean) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_fapl_family(int, long, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_fapl_log(int, String, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_fclose_degree(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_fill_time(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_fill_value(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_fill_value sets the fill value for a dataset creation property list.
H5Pset_fill_value(int, int, Object) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_fill_value sets the fill value for a dataset creation property list.
H5Pset_filter(int, int, int, int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_filter adds the specified filter and corresponding properties to the end of an output filter pipeline.
H5Pset_fletcher32(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_gc_references(int, boolean) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_gc_references Sets the flag for garbage collecting references for the file.
H5Pset_hyper_vector_size(int, long) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_istore_k(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_istore_k sets the size of the parameter used to control the B-trees for indexing chunked datasets.
H5Pset_layout(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_layout sets the type of storage used store the raw data for a dataset.
H5Pset_preserve(int, boolean) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_preserve sets the dataset transfer property list status to TRUE or FALSE.
H5Pset_shuffle(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_sizes(int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_sizes sets the byte size of the offsets and lengths used to address objects in an HDF5 file.
H5Pset_small_data_block_size(int, long) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_small_data_block_size reserves blocks of size bytes for the contiguous storage of the raw data portion of small datasets.
H5Pset_sym_k(int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_sym_k sets the size of parameters used to control the symbol table nodes.
H5Pset_szip(int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Pset_userblock(int, long) - Static method in class ncsa.hdf.hdf5lib.H5
H5Pset_userblock sets the user block size of a file creation property list.
H5Punregister(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Punregister removes a property from a property list class
H5R_BADTYPE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5R_DATASET_REGION - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5R_MAXTYPE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5R_OBJ_REF_BUF_SIZE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5R_OBJECT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Rcreate(int, String, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Rcreate creates the reference, ref, of the type specified in ref_type, pointing to the object name located at loc_id.
H5Rdereference(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
Given a reference to some object, H5Rdereference opens that object and return an identifier.
H5Rget_obj_type(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
Given a reference to an object ref, H5Rget_obj_type returns the type of the object pointed to.
H5Rget_region(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
Given a reference to an object ref, H5Rget_region creates a copy of the dataspace of the dataset pointed to and defines a selection in the copy which is the region pointed to.
H5S_ALL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_MAX_RANK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_NO_CLASS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SCALAR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SEL_ALL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SEL_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SEL_HYPERSLABS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SEL_N - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SEL_NONE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SEL_POINTS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_AND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_APPEND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_INVALID - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_NOOP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_NOTA - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_NOTB - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_OR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_PREPEND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_SET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SELECT_XOR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_SIMPLE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5S_UNLIMITED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5ScalarDS - Class in ncsa.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 ncsa.hdf.object.h5.H5ScalarDS
Constructs an instance of a H5ScalarDS object with specific name and path.
H5ScalarDS(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.h5.H5ScalarDS
Deprecated. Not for public use in the future.
Using H5ScalarDS.H5ScalarDS(FileFormat, String, String)
H5Sclose(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sclose releases a dataspace.
H5Scopy(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Scopy creates a new dataspace which is an exact copy of the dataspace identified by space_id.
H5Screate(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Screate creates a new dataspace of a particular type.
H5Screate_simple(int, byte[], byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
Deprecated. use H5Screate_simple(int rank, long[] dims, long[] maxdims)
H5Screate_simple(int, long[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Screate_simple creates a new simple data space and opens it for access.
H5set_free_list_limits(int, int, int, int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Sextent_copy(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sextent_copy copies the extent from source_space_id to dest_space_id.
H5Sget_select_bounds(int, long[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_select_bounds retrieves the coordinates of the bounding box containing the current selection and places them into user-supplied buffers.
H5Sget_select_elem_npoints(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_select_elem_npoints returns the number of element points in the current dataspace selection.
H5Sget_select_elem_pointlist(int, long, long, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_select_elem_pointlist returns an array of of element points in the current dataspace selection.
H5Sget_select_hyper_blocklist(int, long, long, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_select_hyper_blocklist returns an array of hyperslab blocks.
H5Sget_select_hyper_nblocks(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_select_hyper_nblocks returns the number of hyperslab blocks in the current dataspace selection.
H5Sget_select_npoints(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_select_npoints determines the number of elements in the current selection of a dataspace.
H5Sget_simple_extent_dims(int, long[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_simple_extent_dims returns the size and maximum sizes of each dimension of a dataspace through the dims and maxdims parameters.
H5Sget_simple_extent_ndims(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_simple_extent_ndims determines the dimensionality (or rank) of a dataspace.
H5Sget_simple_extent_npoints(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_simple_extent_npoints determines the number of elements in a dataspace.
H5Sget_simple_extent_type(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sget_simple_extent_type queries a dataspace to determine the current class of a dataspace.
H5Sis_simple(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sis_simple determines whether a dataspace is a simple dataspace.
H5Soffset_simple(int, byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Soffset_simple sets the offset of a simple dataspace space_id.
H5Soffset_simple(int, long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Sselect_all(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sselect_all selects the entire extent of the dataspace space_id.
H5Sselect_elements(int, int, int, long[][]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sselect_elements selects array elements to be included in the selection for the space_id dataspace.
H5Sselect_hyperslab(int, int, byte[], byte[], byte[], byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sselect_hyperslab selects a hyperslab region to add to the current selected region for the dataspace specified by space_id.
H5Sselect_hyperslab(int, int, long[], long[], long[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Sselect_none(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sselect_none resets the selection region for the dataspace space_id to include no elements.
H5Sselect_valid(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sselect_valid verifies that the selection for the dataspace.
H5Sset_extent_none(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sset_extent_none removes the extent from a dataspace and sets the type to H5S_NONE.
H5Sset_extent_simple(int, int, byte[], byte[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Sset_extent_simple sets or resets the size of an existing dataspace.
H5Sset_extent_simple(int, int, long[], long[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5T_ALPHA_B16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_B32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_B64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_B8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_F32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_F64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ARRAY - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_BITFIELD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_BKG_NO - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_BKG_YES - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_C_S1 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_COMPOUND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CONV_CONV - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CONV_FREE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CONV_INIT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_ASCII - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_10 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_11 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_12 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_13 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_14 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_15 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_2 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_3 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_4 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_5 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_6 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_7 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_9 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_DIR_ASCEND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_DIR_DEFAULT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_DIR_DESCEND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ENUM - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_FLOAT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_FORTRAN_S1 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F32BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F32LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F64BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F64LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEGER - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_F32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_F64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_F32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_F64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_CHAR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_DOUBLE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_FLOAT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HADDR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HBOOL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HERR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HSIZE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HSSIZE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_LDOUBLE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_LLONG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_LONG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_OPAQUE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_SCHAR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_SHORT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UCHAR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST16 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST64 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_ULLONG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_ULONG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_USHORT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NCLASSES - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NO_CLASS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NORM_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NORM_IMPLIED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NORM_MSBSET - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NORM_NONE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NPAD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_NSGN - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_OPAQUE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_OPAQUE_TAG_MAX - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_NONE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_VAX - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_PAD_BACKGROUND - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_PAD_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_PAD_ONE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_PAD_ZERO - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_PERS_DONTCARE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_PERS_HARD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_PERS_SOFT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_REFERENCE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_SGN_2 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_SGN_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_SGN_NONE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B16BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B16LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B32BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B32LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B64BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B64LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B8BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_B8LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I16BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I16LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I32BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I32LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I64BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I64LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I8BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_I8LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_REF_DSETREG - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_REF_OBJ - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U16BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U16LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U32BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U32LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U64BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U64LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U8BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STD_U8LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_NULLPAD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_NULLTERM - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_10 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_11 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_12 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_13 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_14 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_15 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_3 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_4 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_5 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_6 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_7 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_8 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_9 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STR_SPACEPAD - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_STRING - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_TIME - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D32BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D32LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D64BE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D64LE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_VARIABLE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5T_VLEN - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Tarray_create(int, int, int[], int[]) - Static method in class ncsa.hdf.hdf5lib.H5
Array data types, new in HDF5.1.4.
H5Tclose(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tclose releases a datatype.
H5Tcommit(int, String, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tcommit commits a transient datatype (not immutable) to a file, turned it into a named datatype.
H5Tcommitted(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tcommitted queries a type to determine whether the type specified by the type identifier is a named type or a transient type.
H5Tcopy(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tcopy copies an existing datatype.
H5Tcreate(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tcreate creates a new dataype of the specified class with the specified number of bytes.
H5Tdetect_class(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Tenum_create(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tenum_create creates a new enumeration datatype based on the specified base datatype, parent_id, which must be an integer type.
H5Tenum_insert(int, String, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tenum_insert inserts a new enumeration datatype member into an enumeration datatype.
H5Tenum_insert(int, String, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Tenum_nameof(int, int[], String[], int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tenum_nameof finds the symbol name that corresponds to the specified value of the enumeration datatype type.
H5Tenum_valueof(int, String, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tenum_valueof finds the value that corresponds to the specified name of the enumeration datatype type.
H5Tequal(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tequal determines whether two datatype identifiers refer to the same datatype.
H5Tget_array_dims(int, int[], int[]) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Tget_array_ndims(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Tget_class(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_class returns the datatype class identifier.
H5Tget_cset(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_cset retrieves the character set type of a string datatype.
H5Tget_ebias(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_ebias retrieves the exponent bias of a floating-point type.
H5Tget_fields(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_fields retrieves information about the locations of the various bit fields of a floating point datatype.
H5Tget_inpad(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_inpad retrieves the internal padding type for unused bits in floating-point datatypes.
H5Tget_member_class(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_member_class returns the datatype of the specified member.
H5Tget_member_index(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_member_index retrieves the index of a field of a compound datatype.
H5Tget_member_name(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_member_name retrieves the name of a field of a compound datatype.
H5Tget_member_offset(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_member_offset returns the byte offset of the specified member of the compound datatype.
H5Tget_member_type(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_member_type returns the datatype of the specified member.
H5Tget_member_value(int, int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_member_value returns the value of the enumeration datatype member memb_no.
H5Tget_native_type(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Tget_native_type(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Tget_nmembers(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_nmembers retrieves the number of fields a compound datatype has.
H5Tget_norm(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_norm retrieves the mantissa normalization of a floating-point datatype.
H5Tget_offset(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_offset retrieves the bit offset of the first significant bit.
H5Tget_order(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_order returns the byte order of an atomic datatype.
H5Tget_pad(int, int[]) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_pad retrieves the padding type of the least and most-significant bit padding.
H5Tget_precision(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_precision returns the precision of an atomic datatype.
H5Tget_sign(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_sign retrieves the sign type for an integer type.
H5Tget_size(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_size returns the size of a datatype in bytes.
H5Tget_strpad(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_strpad retrieves the string padding method for a string datatype.
H5Tget_super(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_super returns the type from which TYPE is derived.
H5Tget_tag(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tget_tag returns the tag associated with datatype type_id.
H5Tinsert(int, String, long, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tinsert adds another member to the compound datatype type_id.
H5Tis_variable_str(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Tlock(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tlock locks the datatype specified by the type_id identifier, making it read-only and non-destrucible.
H5Topen(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Topen opens a named datatype at the location specified by loc_id and return an identifier for the datatype.
H5Tpack(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tpack recursively removes padding from within a compound datatype to make it more efficient (space-wise) to store that data.
H5Tset_cset(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_cset the character set to be used.
H5Tset_ebias(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_ebias sets the exponent bias of a floating-point type.
H5Tset_fields(int, int, int, int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_fields sets the locations and sizes of the various floating point bit fields.
H5Tset_inpad(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
If any internal bits of a floating point type are unused (that is, those significant bits which are not part of the sign, exponent, or mantissa), then H5Tset_inpad will be filled according to the value of the padding value property inpad.
H5Tset_norm(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_norm sets the mantissa normalization of a floating-point datatype.
H5Tset_offset(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_offset sets the bit offset of the first significant bit.
H5Tset_order(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_order sets the byte ordering of an atomic datatype.
H5Tset_pad(int, int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_pad sets the least and most-significant bits padding types.
H5Tset_precision(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_precision sets the precision of an atomic datatype.
H5Tset_sign(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_sign sets the sign proprety for an integer type.
H5Tset_size(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_size sets the total size in bytes, size, for an atomic datatype (this operation is not permitted on compound datatypes).
H5Tset_strpad(int, int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_strpad defines the storage mechanism for the string.
H5Tset_tag(int, String) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tset_tag tags an opaque datatype type_id with a unique ASCII identifier tag.
H5Tvlen_create(int) - Static method in class ncsa.hdf.hdf5lib.H5
H5Tvlen_create creates a new variable-length (VL) dataype.
H5Z_CB_CONT - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_CB_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_CB_FAIL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_CB_NO - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_DISABLE_EDC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_ENABLE_EDC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_ERROR_EDC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_CONFIG_DECODE_ENABLED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_CONFIG_ENCODE_ENABLED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_DEFLATE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_ERROR - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_FLETCHER32 - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_MAX - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_NONE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_RESERVED - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_SHUFFLE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FILTER_SZIP - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FLAG_DEFMASK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FLAG_INVMASK - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FLAG_MANDATORY - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FLAG_OPTIONAL - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FLAG_REVERSE - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_FLAG_SKIP_EDC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_MAX_NFILTERS - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Z_NO_EDC - Static variable in class ncsa.hdf.hdf5lib.HDF5Constants
 
H5Zfilter_avail(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Zget_filter_info(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
H5Zunregister(int) - Static method in class ncsa.hdf.hdf5lib.H5
 
hasAlpha(Image) - Static method in class ncsa.hdf.view.Tools
This method returns true if the specified image has transparent pixels.
hasAttribute() - Method in interface ncsa.hdf.object.DataFormat
Check if the object has any attributes attached.
hasAttribute() - Method in class ncsa.hdf.object.fits.FitsDataset
 
hasAttribute() - Method in class ncsa.hdf.object.fits.FitsDatatype
 
hasAttribute() - Method in class ncsa.hdf.object.fits.FitsGroup
 
hasAttribute() - Method in class ncsa.hdf.object.h4.H4Datatype
 
hasAttribute() - Method in class ncsa.hdf.object.h4.H4GRImage
 
hasAttribute() - Method in class ncsa.hdf.object.h4.H4Group
 
hasAttribute() - Method in class ncsa.hdf.object.h4.H4SDS
 
hasAttribute() - Method in class ncsa.hdf.object.h4.H4Vdata
 
hasAttribute() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
hasAttribute() - Method in class ncsa.hdf.object.h5.H5Datatype
 
hasAttribute() - Method in class ncsa.hdf.object.h5.H5Group
 
hasAttribute() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
hasAttribute() - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
hasAttribute() - Method in class ncsa.hdf.object.nc2.NC2Datatype
 
hasAttribute() - Method in class ncsa.hdf.object.nc2.NC2Group
 
Hcache(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HCget_config_info(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
New API for hdf-42r1
Hclose(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HDdont_atexit() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HDF5Constants - Class in ncsa.hdf.hdf5lib
/** This class contains C constants and enumerated types of HDF5 library.
HDF5Constants() - Constructor for class ncsa.hdf.hdf5lib.HDF5Constants
 
HDF5GroupInfo - Class in ncsa.hdf.hdf5lib
This class is a container for the information reported about an HDF5 Object from the H5Gget_obj_info() method.
HDF5GroupInfo() - Constructor for class ncsa.hdf.hdf5lib.HDF5GroupInfo
 
HDF_ATTRIBUTE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_CDF - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_CHK_TBL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_CHUNK - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_COMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_DIMENSION - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_NBIT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_UDIMENSION - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDF_VARIABLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
HDFArray - Class in ncsa.hdf.hdf5lib
This is a class for handling multidimensional arrays for HDF.
HDFArray(Object) - Constructor for class ncsa.hdf.hdf5lib.HDFArray
The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
HDFArray - Class in ncsa.hdf.hdflib
This is a class for handling multidimensional arrays for HDF.
HDFArray(Object) - Constructor for class ncsa.hdf.hdflib.HDFArray
 
HDFChunkInfo - Class in ncsa.hdf.hdflib
This is a generic class to represent the HDF chunk_info union, which contains parameters for the different chunking schemes.
HDFChunkInfo() - Constructor for class ncsa.hdf.hdflib.HDFChunkInfo
 
HDFChunkInfo(int[], int, HDFCompInfo) - Constructor for class ncsa.hdf.hdflib.HDFChunkInfo
 
HDFChunkInfo(int[]) - Constructor for class ncsa.hdf.hdflib.HDFChunkInfo
 
HDFclose(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HDFCompInfo - Class in ncsa.hdf.hdflib
This class is a container for the parameters to the HDF comp_info union.
HDFCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFCompInfo
 
HDFConstants - Class in ncsa.hdf.hdflib
This interface defines the values of constants defined by the HDF 4.1 API.
HDFConstants() - Constructor for class ncsa.hdf.hdflib.HDFConstants
 
HDFDeflateCompInfo - Class in ncsa.hdf.hdflib
This class is a container for the parameters to the HDF DEFLATION compression algorithm.
HDFDeflateCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFDeflateCompInfo
 
HDFDeprecated - Class in ncsa.hdf.hdflib
 
HDFDeprecated() - Constructor for class ncsa.hdf.hdflib.HDFDeprecated
 
HDFException - Exception in ncsa.hdf.hdflib
The class HDFException returns errors from the HDF library.
HDFException() - Constructor for exception ncsa.hdf.hdflib.HDFException
 
HDFException(String) - Constructor for exception ncsa.hdf.hdflib.HDFException
 
HDFException(int) - Constructor for exception ncsa.hdf.hdflib.HDFException
 
HDFExceptionMessage - Static variable in exception ncsa.hdf.hdflib.HDFException
 
HDFIMCOMPCompInfo - Class in ncsa.hdf.hdflib
This class is a container for the parameters to the HDF ``Image compression'' compression class.
HDFIMCOMPCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFIMCOMPCompInfo
 
HDFJavaException - Exception in ncsa.hdf.hdflib
The class HDFJavaException returns errors from the Java wrapper of theHDF library.
HDFJavaException() - Constructor for exception ncsa.hdf.hdflib.HDFJavaException
 
HDFJavaException(String) - Constructor for exception ncsa.hdf.hdflib.HDFJavaException
 
HDFJPEGCompInfo - Class in ncsa.hdf.hdflib
This class is a container for the parameters to the HDF JPEG compression class.
HDFJPEGCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFJPEGCompInfo
 
HDFJPEGCompInfo(int, int) - Constructor for class ncsa.hdf.hdflib.HDFJPEGCompInfo
 
HDFLibrary - Class in ncsa.hdf.hdflib
This is the Java interface for the HDF 4.1 library.
HDFLibrary() - Constructor for class ncsa.hdf.hdflib.HDFLibrary
 
HDFLibraryException - Exception in ncsa.hdf.hdflib
The class HDFException returns errors raised by the HDF library.
HDFLibraryException() - Constructor for exception ncsa.hdf.hdflib.HDFLibraryException
 
HDFLibraryException(String) - Constructor for exception ncsa.hdf.hdflib.HDFLibraryException
 
HDFLibraryException(int) - Constructor for exception ncsa.hdf.hdflib.HDFLibraryException
 
HDFMessage - Static variable in exception ncsa.hdf.hdflib.HDFException
 
HDFNativeData - Class in ncsa.hdf.hdf5lib
This class encapsulates native methods to deal with arrays of numbers, converting from numbers to bytes and bytes to numbers.
HDFNativeData() - Constructor for class ncsa.hdf.hdf5lib.HDFNativeData
 
HDFNativeData - Class in ncsa.hdf.hdflib
 
HDFNativeData() - Constructor for class ncsa.hdf.hdflib.HDFNativeData
 
HDFNBITChunkInfo - Class in ncsa.hdf.hdflib
This class is a container for the parameters to the HDF NBIT compressed chunked class.
HDFNBITChunkInfo() - Constructor for class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
HDFNBITChunkInfo(int[], int, int, int, int) - Constructor for class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
HDFNBITCompInfo - Class in ncsa.hdf.hdflib
This class is a container for the parameters to the HDF ``NBIT'' compression class.
HDFNBITCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFNBITCompInfo
 
HDFNBITCompInfo(int, int, int, int, int) - Constructor for class ncsa.hdf.hdflib.HDFNBITCompInfo
 
HDFNewCompInfo - Class in ncsa.hdf.hdflib
This class is a generic container for the parameters to the HDF compressed classes, with the ``new'' encoding.
HDFNewCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFNewCompInfo
 
HDFNotImplementedException - Exception in ncsa.hdf.hdflib
HDFNotImplementedException indicates a function that is part of the HDF API, but which cannot or will not be implemented for Java.
HDFNotImplementedException() - Constructor for exception ncsa.hdf.hdflib.HDFNotImplementedException
 
HDFNotImplementedException(String) - Constructor for exception ncsa.hdf.hdflib.HDFNotImplementedException
 
HDFOldCompInfo - Class in ncsa.hdf.hdflib
This class is a generic container for the parameters to the HDF compressed classes, with the ``ole'' encoding.
HDFOldCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFOldCompInfo
 
HDFOldRLECompInfo - Class in ncsa.hdf.hdflib
This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``old'' type encoding.
HDFOldRLECompInfo() - Constructor for class ncsa.hdf.hdflib.HDFOldRLECompInfo
 
HDFopen(String, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HDFPATH_PROPERTY_KEY - Static variable in class ncsa.hdf.hdflib.HDFDeprecated
 
HDFPATH_PROPERTY_KEY - Static variable in class ncsa.hdf.hdflib.HDFLibrary
 
HDFRLECompInfo - Class in ncsa.hdf.hdflib
This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``new'' type encoding.
HDFRLECompInfo() - Constructor for class ncsa.hdf.hdflib.HDFRLECompInfo
 
HDFSKPHUFFCompInfo - Class in ncsa.hdf.hdflib
This class is a generic container for the parameters to the HDF ``Skipping Huffman'' compression classes.
HDFSKPHUFFCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFSKPHUFFCompInfo
 
HDFSZIPCompInfo - Class in ncsa.hdf.hdflib
This class is a container for the parameters to the HDF SZIP compression algorithm.
HDFSZIPCompInfo() - Constructor for class ncsa.hdf.hdflib.HDFSZIPCompInfo
 
HDFSZIPCompInfo(int, int, int, int, int) - Constructor for class ncsa.hdf.hdflib.HDFSZIPCompInfo
 
HDFTable - Class in ncsa.hdf.hdflib
 
HDFTable() - Constructor for class ncsa.hdf.hdflib.HDFTable
 
HDFView - Class in ncsa.hdf.view
HDFView is the main class of this HDF visual tool.
HDFView(String, List, int, int, int, int) - Constructor for class ncsa.hdf.view.HDFView
Constructs the HDFView with a given root directory, where the HDFView is installed, and opens the given file in the viewer.
HDgetNTdesc(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HelpView - Interface in ncsa.hdf.view
The helpview interface for displaying user help information
HEprint(OutputStream, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
HEstring(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HEvalue(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Hgetfileversion(int, int[], String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
Note: the version of an HDF file is not well defined, it is not recommended that programs rely on these numbers.
Hgetlibversion(int[], String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Hishdf(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HISTOGRAM - Static variable in class ncsa.hdf.view.Chart
histogram style chart
Hnumber(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HObject - Class in ncsa.hdf.object
The HObject class is the root class of all the HDF data objects.
HObject() - Constructor for class ncsa.hdf.object.HObject
Constructs an instance of a data object without name and path.
HObject(FileFormat, String, String) - Constructor for class ncsa.hdf.object.HObject
Constructs an instance of a data object with specific name and path.
HObject(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.HObject
Deprecated. Not for public use in the future.
Using HObject.HObject(FileFormat, String, String)
Hopen(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Hopen(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Hsetaccesstype(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Hsync(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HXsetcreatedir(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
HXsetdir(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
hyperlinkUpdate(HyperlinkEvent) - Method in class ncsa.hdf.view.NewAttributeDialog
 
hyperlinkUpdate(HyperlinkEvent) - Method in class ncsa.hdf.view.NewDatasetDialog
 

I

imageDataRange - Variable in class ncsa.hdf.object.ScalarDS
The min-max range of image data values.
ImageView - Interface in ncsa.hdf.view
The image view interface for displaying image object
init() - Method in class ncsa.hdf.object.Dataset
Retrieves datatype and dataspace information from file and sets the dataset in memory.
init() - Method in class ncsa.hdf.object.fits.FitsDataset
 
init() - Method in class ncsa.hdf.object.h4.H4GRImage
 
init() - Method in class ncsa.hdf.object.h4.H4SDS
Initializes the H4SDS such as dimension size of this dataset.
init() - Method in class ncsa.hdf.object.h4.H4Vdata
Initializes the H4Vdata such as dimension sizes of this dataset.
init() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
init() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
init() - Method in class ncsa.hdf.object.nc2.NC2Dataset
Retrieve and initialize dimensions and member information.
INT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
INT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
INT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
INT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
INT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
interlace - Variable in class ncsa.hdf.object.ScalarDS
The interlace mode of the stored raster image data.
INTERLACE_LINE - Static variable in class ncsa.hdf.object.ScalarDS
Indicates that each pixel component of RGB is stored as a scan line.
INTERLACE_PIXEL - Static variable in class ncsa.hdf.object.ScalarDS
Indicates that the pixel RGB values are contiguous.
INTERLACE_PLANE - Static variable in class ncsa.hdf.object.ScalarDS
Indicates that each pixel component of RGB is stored as a plane.
intToByte(int, int, int[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of int into an array of bytes.
intToByte(int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single int into an array of 4 bytes.
intToByte(Integer) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Integer object into an array of 4 bytes.
intToByte(int, int, int[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
intToByte(int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
isAutoContrast() - Static method in class ncsa.hdf.view.ViewProperties
Returns true if auto contrast is used in image process.
isCancelled() - Method in class ncsa.hdf.view.DataOptionDialog
Returns true if the data selection is cancelled.
isConverted() - Method in class ncsa.hdf.view.MathConversionDialog
Returns true if the data is successfully converted.
isConvertEnum() - Static method in class ncsa.hdf.view.ViewProperties
 
isDataLoaded - Variable in class ncsa.hdf.object.Dataset
Flag to indicate if data values are loaded into memory.
isDefaultImageOrder - Variable in class ncsa.hdf.object.ScalarDS
Flag to indicate if the dataset is displayed as an image with default order of dimensions
isDefaultImageOrder() - Method in class ncsa.hdf.object.ScalarDS
Returns true if this dataset is displayed as an image with default image order.
isDisplayTypeChar() - Method in class ncsa.hdf.view.DataOptionDialog
 
isEnumConverted() - Method in class ncsa.hdf.object.Dataset
Get flag that indicate if enum data is converted to strings.
isExtensionListInDescription() - Method in class ncsa.hdf.view.DefaultFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isFileConverted() - Method in class ncsa.hdf.view.FileConversionDialog
 
isFileCreated() - Method in class ncsa.hdf.view.NewFileDialog
 
isFontChanged() - Method in class ncsa.hdf.view.UserOptionsDialog
 
isHDF4(String) - Static method in class ncsa.hdf.view.DefaultFileFilter
look at the first 4 bytes of the file to see if it is an HDF4 file.
isHDF5(String) - Static method in class ncsa.hdf.view.DefaultFileFilter
look at the first 8 bytes of the file to see if it is an HDF5 file.
isImage - Variable in class ncsa.hdf.object.ScalarDS
True if this dataset is an image.
isImage() - Method in class ncsa.hdf.object.ScalarDS
Returns true if this dataset is an image.
isImageDisplay - Variable in class ncsa.hdf.object.ScalarDS
Flag to indicate if the dataset is displayed as an image
isImageDisplay() - Method in class ncsa.hdf.object.ScalarDS
Returns true if this dataset is displayed as an image.
isImageDisplay() - Method in class ncsa.hdf.view.DataOptionDialog
Returns true if the display option is image.
isMemberSelected - Variable in class ncsa.hdf.object.CompoundDS
The array to store flags to indicate if a member of compound dataset is selected for read/write.
isMemberSelected(int) - Method in class ncsa.hdf.object.CompoundDS
Checks if a member of compound is selected for read/write.
isNetcdf(String) - Static method in class ncsa.hdf.view.DefaultFileFilter
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
isPlaneInterlace() - Method in class ncsa.hdf.view.DefaultImageView
 
isPlaneInterlace() - Method in interface ncsa.hdf.view.ImageView
 
isReadOnly - Variable in class ncsa.hdf.object.FileFormat
Flag indicating if the file access is read-only.
isReadOnly() - Method in class ncsa.hdf.object.FileFormat
Returns true if the file access is read-only.
isReadOnly() - Static method in class ncsa.hdf.view.ViewProperties
Returns true if default file access is read only.
isRoot() - Method in class ncsa.hdf.object.Group
Checks if it is a root group.
isString(int) - Method in class ncsa.hdf.object.Dataset
Checks if a given datatype is a string.
isString(int) - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
isText - Variable in class ncsa.hdf.object.ScalarDS
True if this dataset is ASCII text.
isText() - Method in class ncsa.hdf.object.ScalarDS
Returns true if this dataset is ASCII text.
isThisType(FileFormat) - Method in class ncsa.hdf.object.FileFormat
Checks if the class implements the specified FileFormat.
isThisType(String) - Method in class ncsa.hdf.object.FileFormat
Checks if the implementing FileFormat class matches the format of the specified file.
isThisType(FileFormat) - Method in class ncsa.hdf.object.fits.FitsFile
Checks if the given file format is a Fits file.
isThisType(String) - Method in class ncsa.hdf.object.fits.FitsFile
Checks if a given file is a Fits file.
isThisType(FileFormat) - Method in class ncsa.hdf.object.h4.H4File
Checks if the given file format is an HDF4 file.
isThisType(String) - Method in class ncsa.hdf.object.h4.H4File
Checks if the given file is an HDF4 file or netCDF.
isThisType(FileFormat) - Method in class ncsa.hdf.object.h5.H5File
Checks if the specified FileFormat instance has the HDF5 format.
isThisType(String) - Method in class ncsa.hdf.object.h5.H5File
Checks if the specified file has the HDF5 format.
isThisType(FileFormat) - Method in class ncsa.hdf.object.nc2.NC2File
Checks if the given file format is a NetCDF file.
isThisType(String) - Method in class ncsa.hdf.object.nc2.NC2File
Checks if a given file is a NetCDF file.
isTransposed() - Method in class ncsa.hdf.view.DataOptionDialog
 
isTrueColor - Variable in class ncsa.hdf.object.ScalarDS
True if this dataset is a true color image.
isTrueColor() - Method in class ncsa.hdf.object.ScalarDS
Returns true if this dataset is a true color image.
isTrueColor() - Method in class ncsa.hdf.view.DefaultImageView
 
isTrueColor() - Method in interface ncsa.hdf.view.ImageView
 
isUnsigned() - Method in class ncsa.hdf.object.Attribute
Checks if the data type of this attribute is an unsigned integer.
isUnsigned() - Method in class ncsa.hdf.object.Datatype
Checks if this datatype is an unsigned integer.
isUnsigned() - Method in class ncsa.hdf.object.fits.FitsDatatype
 
isUnsigned() - Method in class ncsa.hdf.object.h4.H4Datatype
 
isUnsigned(int) - Static method in class ncsa.hdf.object.h4.H4Datatype
Checks if the datatype is an unsigned integer.
isUnsigned() - Method in class ncsa.hdf.object.h5.H5Datatype
 
isUnsigned(int) - Static method in class ncsa.hdf.object.h5.H5Datatype
Checks if a datatype specified by the identifier is an unsigned integer.
isUnsigned() - Method in class ncsa.hdf.object.nc2.NC2Datatype
 
isUnsigned - Variable in class ncsa.hdf.object.ScalarDS
Flag to indicate if the original C data is unsigned integer.
isUnsigned() - Method in class ncsa.hdf.object.ScalarDS
Returns true if the original C data are unsigned integers.
isUserGuideChanged() - Method in class ncsa.hdf.view.UserOptionsDialog
 
isWorkDirChanged() - Method in class ncsa.hdf.view.UserOptionsDialog
 
itemStateChanged(ItemEvent) - Method in class ncsa.hdf.view.DataOptionDialog
 
itemStateChanged(ItemEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
itemStateChanged(ItemEvent) - Method in class ncsa.hdf.view.NewAttributeDialog
 
itemStateChanged(ItemEvent) - Method in class ncsa.hdf.view.NewDatasetDialog
 
itemStateChanged(ItemEvent) - Method in class ncsa.hdf.view.NewDatatypeDialog
 
itemStateChanged(ItemEvent) - Method in class ncsa.hdf.view.NewImageDialog
 
itemStateChanged(ItemEvent) - Method in class ncsa.hdf.view.NewTableDataDialog
 

K

keyPressed(KeyEvent) - Method in class ncsa.hdf.view.DefaultTextView
 
keyReleased(KeyEvent) - Method in class ncsa.hdf.view.DefaultTextView
 
keys() - Method in class ncsa.hdf.view.ViewProperties
 
keyTyped(KeyEvent) - Method in class ncsa.hdf.view.DefaultTextView
 

L

launchBrowser(String) - Static method in class ncsa.hdf.view.Tools
Launch default browser for a given URL.
level - Variable in class ncsa.hdf.hdflib.HDFDeflateCompInfo
 
LINE_COLORS - Static variable in class ncsa.hdf.view.Chart
The default colors of lines for selected columns
LINEPLOT - Static variable in class ncsa.hdf.view.Chart
line style chart
load() - Method in class ncsa.hdf.view.ViewProperties
Load user properties from property file
loadExtClass() - Static method in class ncsa.hdf.view.ViewProperties
load module classes
loadH4Lib() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
loadH5Lib() - Static method in class ncsa.hdf.hdf5lib.H5
 
loadIcons(String) - Static method in class ncsa.hdf.view.ViewProperties
 
LOGGING_LEVEL - Static variable in class ncsa.hdf.hdf5lib.H5
logging level: 0 -- information, 1 -- warning message, 2 -- failure
longToByte(int, int, long[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of long into an array of bytes.
longToByte(long) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single long into an array of 8 bytes.
longToByte(Long) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Long object into an array of 8 bytes.
longToByte(int, int, long[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
longToByte(long) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 

M

main(String[]) - Static method in class ncsa.hdf.view.HDFView
The starting point of this application.
MathConversionDialog - Class in ncsa.hdf.view
MathConversionDialog shows a message dialog requesting user input for math conversion.
MathConversionDialog(JFrame, Object) - Constructor for class ncsa.hdf.view.MathConversionDialog
Constructs MathConversionDialog.
MAX_INT16 - Static variable in class ncsa.hdf.view.Tools
 
MAX_INT32 - Static variable in class ncsa.hdf.view.Tools
 
MAX_INT64 - Static variable in class ncsa.hdf.view.Tools
 
MAX_INT8 - Static variable in class ncsa.hdf.view.Tools
 
MAX_RECENT_FILES - Static variable in class ncsa.hdf.view.ViewProperties
the maximum number of most recent files
MAX_UINT16 - Static variable in class ncsa.hdf.view.Tools
 
MAX_UINT32 - Static variable in class ncsa.hdf.view.Tools
 
MAX_UINT8 - Static variable in class ncsa.hdf.view.Tools
 
MAX_VAR_DIMS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
maxDims - Variable in class ncsa.hdf.object.Dataset
The max dimension sizes of the dataset
memberDims - Variable in class ncsa.hdf.object.CompoundDS
The dimension sizes of each member.
memberNames - Variable in class ncsa.hdf.object.CompoundDS
The names of members of the compound dataset.
memberOrders - Variable in class ncsa.hdf.object.CompoundDS
Returns array containing the total number of elements of the members of compound.
memberTypes - Variable in class ncsa.hdf.object.CompoundDS
The datatypes of compound members.
Metadata - Interface in ncsa.hdf.object
Metadata is a general interface for metadata attached to data objects.
MetaDataView - Interface in ncsa.hdf.view
The metadata view interface for displaying metadata information
MFGR_INTERLACE_COMPONENT - Static variable in class ncsa.hdf.hdflib.HDFConstants
component interlacing scheme
MFGR_INTERLACE_LINE - Static variable in class ncsa.hdf.hdflib.HDFConstants
line interlacing scheme
MFGR_INTERLACE_PIXEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
pixel interlacing scheme
mouseClicked(MouseEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
mouseClicked(MouseEvent) - Method in class ncsa.hdf.view.DefaultTableView
 
mouseDragged(MouseEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
mouseEntered(MouseEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
mouseEntered(MouseEvent) - Method in class ncsa.hdf.view.DefaultTableView
 
mouseEventFired(MouseEvent) - Method in class ncsa.hdf.view.HDFView
Tree mouse event fired
mouseEventFired(MouseEvent) - Method in interface ncsa.hdf.view.ViewManager
Tree mouse event fired
mouseExited(MouseEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
mouseExited(MouseEvent) - Method in class ncsa.hdf.view.DefaultTableView
 
mouseMoved(MouseEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
mousePressed(MouseEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
mousePressed(MouseEvent) - Method in class ncsa.hdf.view.DefaultTableView
 
mouseReleased(MouseEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
mouseReleased(MouseEvent) - Method in class ncsa.hdf.view.DefaultTableView
 

N

NATIVE - Static variable in class ncsa.hdf.object.Datatype
The default definition for datatype size, order, and sign.
NC2Dataset - Class in ncsa.hdf.object.nc2
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
NC2Dataset(FileFormat, Variable, long[]) - Constructor for class ncsa.hdf.object.nc2.NC2Dataset
Constructs an NC2Dataset object with specific netcdf variable.
NC2Datatype - Class in ncsa.hdf.object.nc2
Datatype encapsulates information of a datatype.
NC2Datatype(int, int, int, int) - Constructor for class ncsa.hdf.object.nc2.NC2Datatype
Create an Datatype with specified class, size, byte order and sign.
NC2Datatype(DataType) - Constructor for class ncsa.hdf.object.nc2.NC2Datatype
Create a Datatype with a given Netcdf native datatype.
NC2File - Class in ncsa.hdf.object.nc2
This class provides file level APIs.
NC2File() - Constructor for class ncsa.hdf.object.nc2.NC2File
Constructs an empty NC2File with read-only access.
NC2File(String) - Constructor for class ncsa.hdf.object.nc2.NC2File
Constructs an NC2File object of given file name with read-only access.
NC2Group - Class in ncsa.hdf.object.nc2
An H5Group represents HDF5 group, inheriting from Group.
NC2Group(FileFormat, String, String, Group, long[]) - Constructor for class ncsa.hdf.object.nc2.NC2Group
Constructs an HDF5 group with specific name, path, and parent.
ncsa.hdf.hdf5lib - package ncsa.hdf.hdf5lib
 
ncsa.hdf.hdflib - package ncsa.hdf.hdflib
 
ncsa.hdf.object - package ncsa.hdf.object
 
ncsa.hdf.object.fits - package ncsa.hdf.object.fits
 
ncsa.hdf.object.h4 - package ncsa.hdf.object.h4
 
ncsa.hdf.object.h5 - package ncsa.hdf.object.h5
 
ncsa.hdf.object.nc2 - package ncsa.hdf.object.nc2
 
ncsa.hdf.view - package ncsa.hdf.view
 
NewAttributeDialog - Class in ncsa.hdf.view
NewAttributeDialog displays components for adding new attribute.
NewAttributeDialog(Dialog, HObject, Enumeration) - Constructor for class ncsa.hdf.view.NewAttributeDialog
Constructs NewAttributeDialog with specified object (dataset, group, or image) which the new attribute to be attached to.
NewDatasetDialog - Class in ncsa.hdf.view
NewDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
NewDatasetDialog(JFrame, Group, List) - Constructor for class ncsa.hdf.view.NewDatasetDialog
Constructs NewDatasetDialog with specified list of possible parent groups.
NewDatasetDialog(JFrame, Group, List, DataView) - Constructor for class ncsa.hdf.view.NewDatasetDialog
Constructs NewDatasetDialog with specified list of possible parent groups.
NewDatatypeDialog - Class in ncsa.hdf.view
NewDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
NewDatatypeDialog(JFrame, Group, List) - Constructor for class ncsa.hdf.view.NewDatatypeDialog
Constructs NewDatatypeDialog with specified list of possible parent groups.
NewFileDialog - Class in ncsa.hdf.view
NewFileDialog shows a message dialog requesting user input for creating a new HDF4/5 file.
NewFileDialog(JFrame, String, String, List) - Constructor for class ncsa.hdf.view.NewFileDialog
constructs an NewFileDialog.
NewGroupDialog - Class in ncsa.hdf.view
NewGroupDialog shows a message dialog requesting user input for creating a new HDF4/5 group.
NewGroupDialog(Frame, Group, List) - Constructor for class ncsa.hdf.view.NewGroupDialog
Constructs NewGroupDialog with specified list of possible parent groups.
NewImageDialog - Class in ncsa.hdf.view
NewImageDialog shows a message dialog requesting user input for creating a new HDF4/5 Image.
NewImageDialog(Frame, Group, List) - Constructor for class ncsa.hdf.view.NewImageDialog
Constructs NewImageDialog with specified list of possible parent groups.
newInstance(Class, Object[]) - Static method in class ncsa.hdf.view.Tools
Create and initialize a new instance of the given class.
NewLinkDialog - Class in ncsa.hdf.view
NewDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
NewLinkDialog(JFrame, Group, List) - Constructor for class ncsa.hdf.view.NewLinkDialog
Constructs NewLinkDialog with specified list of possible parent groups.
NewTableDataDialog - Class in ncsa.hdf.view
NewTableDataDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
NewTableDataDialog(JFrame, Group, List) - Constructor for class ncsa.hdf.view.NewTableDataDialog
Constructs NewTableDataDialog with specified list of possible parent groups.
nMembersInFile - Variable in class ncsa.hdf.object.Group
Total number of (Groups and Datasets) of this group in file.
NO_INTERLACE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
nPoints - Variable in class ncsa.hdf.object.Dataset
The number of data points in the memory buffer.
NSGN - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
nt - Variable in class ncsa.hdf.hdflib.HDFNBITCompInfo
 
numberOfMembers - Variable in class ncsa.hdf.object.CompoundDS
The number of members of the compound dataset.
numberOfPoints - Variable in class ncsa.hdf.view.Chart
number of data points

O

oid - Variable in class ncsa.hdf.object.HObject
Array of long integer storing unique identifier for the object.
open() - Method in class ncsa.hdf.object.Datatype
Opens access to this named datatype.
open() - Method in class ncsa.hdf.object.FileFormat
Opens file and returns a file identifier.
open(String, int) - Method in class ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.createInstance(String, int) The replacement method has identical functionality and a more descriptive name. Since open is used elsewhere to perform a different function this method has been deprecated.
open() - Method in class ncsa.hdf.object.fits.FitsDataset
 
open() - Method in class ncsa.hdf.object.fits.FitsFile
 
open() - Method in class ncsa.hdf.object.fits.FitsGroup
 
open() - Method in class ncsa.hdf.object.h4.H4File
 
open() - Method in class ncsa.hdf.object.h4.H4GRImage
 
open() - Method in class ncsa.hdf.object.h4.H4Group
 
open() - Method in class ncsa.hdf.object.h4.H4SDS
 
open() - Method in class ncsa.hdf.object.h4.H4Vdata
 
open() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
open() - Method in class ncsa.hdf.object.h5.H5Datatype
Opens access to a named datatype.
open() - Method in class ncsa.hdf.object.h5.H5File
Opens file and returns a file identifier.
open(int) - Method in class ncsa.hdf.object.h5.H5File
Opens a file with specific file access property list.
open() - Method in class ncsa.hdf.object.h5.H5Group
 
open() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
open() - Method in class ncsa.hdf.object.HObject
Opens an existing object such as dataset or group for access.
open() - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
open() - Method in class ncsa.hdf.object.nc2.NC2File
 
open() - Method in class ncsa.hdf.object.nc2.NC2Group
 
openFile(String, int) - Method in class ncsa.hdf.view.DefaultTreeView
Opens a file and retrieves the file structure of the file.
openFile(String, int) - Method in interface ncsa.hdf.view.TreeView
Opens a file and retrieves the file structure of the file.
options_mask - Variable in class ncsa.hdf.hdflib.HDFSZIPCompInfo
 
ORDER_BE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
ORDER_LE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
ORDER_NONE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
ORDER_VAX - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
originalBuf - Variable in class ncsa.hdf.object.Dataset
The data buffer that contains the raw data directly reading from file (before any data conversion).
OutOfMemoryMessage - Static variable in exception ncsa.hdf.hdflib.HDFException
 

P

palette - Variable in class ncsa.hdf.object.ScalarDS
The indexed RGB color model with 256 colors.
PaletteView - Interface in ncsa.hdf.view
The palette view interface for displaying image palette
parent - Variable in class ncsa.hdf.object.Group
The parent group where this group is located.
pixels - Variable in class ncsa.hdf.hdflib.HDFSZIPCompInfo
 
pixels_per_block - Variable in class ncsa.hdf.hdflib.HDFSZIPCompInfo
 
pixels_per_scanline - Variable in class ncsa.hdf.hdflib.HDFSZIPCompInfo
 

Q

quality - Variable in class ncsa.hdf.hdflib.HDFJPEGCompInfo
 

R

rank - Variable in class ncsa.hdf.object.Dataset
The number of dimensions of the dataset.
read() - Method in class ncsa.hdf.object.Dataset
Reads the data from file.
READ - Static variable in class ncsa.hdf.object.FileFormat
File access flag for read-only permission.
read() - Method in class ncsa.hdf.object.fits.FitsDataset
 
read() - Method in class ncsa.hdf.object.h4.H4GRImage
 
read() - Method in class ncsa.hdf.object.h4.H4SDS
 
read() - Method in class ncsa.hdf.object.h4.H4Vdata
 
read() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
read() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
read() - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
readBytes() - Method in class ncsa.hdf.object.Dataset
Reads the raw data of the dataset from file to a byte array.
readBytes() - Method in class ncsa.hdf.object.fits.FitsDataset
 
readBytes() - Method in class ncsa.hdf.object.h4.H4GRImage
 
readBytes() - Method in class ncsa.hdf.object.h4.H4SDS
 
readBytes() - Method in class ncsa.hdf.object.h4.H4Vdata
 
readBytes() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
readBytes() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
readBytes() - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
readPalette(int) - Method in class ncsa.hdf.object.fits.FitsDataset
 
readPalette(int) - Method in class ncsa.hdf.object.h4.H4GRImage
 
readPalette(int) - Method in class ncsa.hdf.object.h4.H4SDS
 
readPalette(int) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
readPalette(int) - Method in class ncsa.hdf.object.nc2.NC2Dataset
read specific image palette from file.
readPalette(int) - Method in class ncsa.hdf.object.ScalarDS
Reads a specific image palette from file.
readPalette(String) - Static method in class ncsa.hdf.view.Tools
read an image palette from a file.
reloadTree(Group) - Method in class ncsa.hdf.object.h5.H5File
reload the sub-tree structure from file.
removeDataView(DataView) - Method in class ncsa.hdf.view.HDFView
data content is closed, and remove the dataview from the main window
removeDataView(DataView) - Method in interface ncsa.hdf.view.ViewManager
data content is closed, and remove the dataview from the main window
removeFileFormat(String) - Static method in class ncsa.hdf.object.FileFormat
Removes a FileFormat from the list of supported formats.
removeFromMemberList(HObject) - Method in class ncsa.hdf.object.Group
Removes an object from the member list of this group in memory.
removeMetadata(Object) - Method in interface ncsa.hdf.object.DataFormat
Deletes an existing metadata from this data object.
removeMetadata(Object) - Method in class ncsa.hdf.object.Datatype
 
removeMetadata(Object) - Method in class ncsa.hdf.object.fits.FitsDataset
 
removeMetadata(Object) - Method in class ncsa.hdf.object.fits.FitsGroup
Deletes an attribute from this dataset.
removeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4GRImage
 
removeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4Group
 
removeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4SDS
 
removeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4Vdata
 
removeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
removeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5Datatype
 
removeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5Group
 
removeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
removeMetadata(Object) - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
removeMetadata(Object) - Method in class ncsa.hdf.object.nc2.NC2Group
Deletes an attribute from this dataset.
reset() - Method in class ncsa.hdf.hdf5lib.HDF5GroupInfo
Resets all the group information to defaults.
RI24 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
RI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
RI_NAME - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
RIGATTRCLASS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
RIGATTRNAME - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
ROTATE_CCW_90 - Static variable in class ncsa.hdf.view.DefaultImageView
ROTATE IMAGE COUNTER CLOCKWISE 90 DEGREE.
ROTATE_CW_90 - Static variable in class ncsa.hdf.view.DefaultImageView
ROTATE IMAGE 90 DEGREE CLOCKWISE.

S

save() - Method in class ncsa.hdf.view.ViewProperties
Save user properties into property file
saveFile(FileFormat) - Method in class ncsa.hdf.view.DefaultTreeView
save a file
saveFile(FileFormat) - Method in interface ncsa.hdf.view.TreeView
save a file
saveImageAs(BufferedImage, File, String) - Static method in class ncsa.hdf.view.Tools
Save a BufferedImage into an image file.
ScalarDS - Class in ncsa.hdf.object
A scalar dataset is a multiple dimension array of scalar points.
ScalarDS(FileFormat, String, String) - Constructor for class ncsa.hdf.object.ScalarDS
Constructs an instance of a ScalarDS with specific name and path.
ScalarDS(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.ScalarDS
Deprecated. Not for public use in the future.
Using ScalarDS.ScalarDS(FileFormat, String, String)
SD_DIMVAL_BW_COMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
SD_DIMVAL_BW_INCOMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
SD_FILL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
SD_NOFILL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
SD_UNLIMITED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
SDattrinfo(int, int, String[], int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDcheckempty(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDcreate(int, String, int, int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDdiminfo(int, String[], int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDend(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDendaccess(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDfileinfo(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDfindattr(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetcal(int, double[], int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetchunkinfo(int, HDFChunkInfo, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetcompress(int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetdatastrs(int, String[], int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetdimid(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetdimscale(int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetdimscale(int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetdimstrs(int, String[], int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetfillvalue(int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetfillvalue(int, Object[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetinfo(int, String[], int[], int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetrange(int, byte[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDgetrange(int, double[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDidtoref(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDiscoordvar(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDisdimval_bwcomp(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDisrecord(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDnametoindex(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreadattr(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreadattr(int, int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreadchunk(int, int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreadchunk(int, int[], Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreaddata(int, int[], int[], int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreaddata(int, int[], int[], int[], Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreaddata_double(int, int[], int[], int[], double[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreaddata_float(int, int[], int[], int[], float[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreaddata_int(int, int[], int[], int[], int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreaddata_long(int, int[], int[], int[], long[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreaddata_short(int, int[], int[], int[], short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDreftoindex(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
SDselect(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetaccesstype(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetattr(int, String, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetattr(int, String, int, int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetblocksize(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetcal(int, double, double, double, double, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetchunk(int, HDFChunkInfo, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetchunkcache(int, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetcompress(int, int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetdatastrs(int, String, String, String, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetdimname(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetdimscale(int, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetdimscale(int, int, int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetdimstrs(int, String, String, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetdimval_comp(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetexternalfile(int, String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetfillmode(int, boolean) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetfillmode(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetfillvalue(int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetfillvalue(int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetnbitdataset(int, int, int, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetrange(int, byte[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDsetrange(int, Object, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDstart(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDwritechunk(int, int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDwritechunk(int, int[], Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDwritedata(int, int[], int[], int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
SDwritedata(int, int[], int[], int[], Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
selectedDims - Variable in class ncsa.hdf.object.Dataset
Array that contains the number of data points selected (for read/write) in each dimension.
selectedIndex - Variable in class ncsa.hdf.object.Dataset
Array that contains the indices of the dimensions selected for display.
selectedStride - Variable in class ncsa.hdf.object.Dataset
The number of elements to move from the start location in each dimension.
selectMember(int) - Method in class ncsa.hdf.object.CompoundDS
Selects the i-th member for read/write.
separator - Static variable in class ncsa.hdf.object.CompoundDS
A single character to separate the names of nested compound fields.
separator - Static variable in class ncsa.hdf.object.HObject
The separator of object path, i.e.
serialVersionUID - Static variable in class ncsa.hdf.object.Attribute
 
serialVersionUID - Static variable in class ncsa.hdf.object.fits.FitsDataset
 
serialVersionUID - Static variable in class ncsa.hdf.object.fits.FitsDatatype
 
serialVersionUID - Static variable in class ncsa.hdf.object.fits.FitsFile
 
serialVersionUID - Static variable in class ncsa.hdf.object.fits.FitsGroup
 
serialVersionUID - Static variable in class ncsa.hdf.object.h4.H4Datatype
 
serialVersionUID - Static variable in class ncsa.hdf.object.h4.H4File
 
serialVersionUID - Static variable in class ncsa.hdf.object.h4.H4GRImage
 
serialVersionUID - Static variable in class ncsa.hdf.object.h4.H4Group
 
serialVersionUID - Static variable in class ncsa.hdf.object.h4.H4SDS
 
serialVersionUID - Static variable in class ncsa.hdf.object.h4.H4Vdata
 
serialVersionUID - Static variable in class ncsa.hdf.object.h5.H5CompoundDS
 
serialVersionUID - Static variable in class ncsa.hdf.object.h5.H5Datatype
 
serialVersionUID - Static variable in class ncsa.hdf.object.h5.H5File
 
serialVersionUID - Static variable in class ncsa.hdf.object.h5.H5Group
 
serialVersionUID - Static variable in class ncsa.hdf.object.h5.H5ScalarDS
 
serialVersionUID - Static variable in class ncsa.hdf.object.HObject
The serialVersionUID is a universal version identifier for a Serializable class.
serialVersionUID - Static variable in class ncsa.hdf.object.nc2.NC2Dataset
 
serialVersionUID - Static variable in class ncsa.hdf.object.nc2.NC2Datatype
 
serialVersionUID - Static variable in class ncsa.hdf.object.nc2.NC2File
 
serialVersionUID - Static variable in class ncsa.hdf.object.nc2.NC2Group
 
serialVersionUID - Static variable in class ncsa.hdf.view.Chart
 
serialVersionUID - Static variable in class ncsa.hdf.view.DataOptionDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.DefaultImageView
 
serialVersionUID - Static variable in class ncsa.hdf.view.DefaultMetaDataView
 
serialVersionUID - Static variable in class ncsa.hdf.view.DefaultPaletteView
 
serialVersionUID - Static variable in class ncsa.hdf.view.DefaultTextView
 
serialVersionUID - Static variable in class ncsa.hdf.view.DefaultTreeView
 
serialVersionUID - Static variable in class ncsa.hdf.view.FileConversionDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.HDFView
 
serialVersionUID - Static variable in class ncsa.hdf.view.MathConversionDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewAttributeDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewDatasetDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewDatatypeDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewFileDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewGroupDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewImageDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewLinkDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.NewTableDataDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.UserOptionsDialog
 
serialVersionUID - Static variable in class ncsa.hdf.view.ViewProperties
 
setAutoContrast(boolean) - Static method in class ncsa.hdf.view.ViewProperties
Set the flag to indicate if auto contrast is used in image process.
setConvertByteToString(boolean) - Method in class ncsa.hdf.object.Dataset
Sets the flag that indicates if a byte array is converted to a string array.
setConvertEnum(boolean) - Static method in class ncsa.hdf.view.ViewProperties
 
setData(Object) - Method in class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.

setData() is not safe to use because it changes memory buffer of the dataset object. Dataset operation such as write/read will fail if the buffer type or size is changed.

setDataDelimiter(String) - Static method in class ncsa.hdf.view.ViewProperties
set the delimiter of data values
setDescription(String) - Method in class ncsa.hdf.view.DefaultFileFilter
Sets the human readable description of this filter.
setEnumConverted(boolean) - Method in class ncsa.hdf.object.Dataset
Set flag that indicate if enum data is converted to strings.
setEnumMembers(String) - Method in class ncsa.hdf.object.Datatype
Sets the (name, value) pairs of enum members for enum datatype.
setExtensionListInDescription(boolean) - Method in class ncsa.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 ncsa.hdf.view.ViewProperties
set the file extension
setFontSize(int) - Static method in class ncsa.hdf.view.ViewProperties
sets the font size
setFontType(String) - Static method in class ncsa.hdf.view.ViewProperties
sets the font size
setGroupInfo(long[], long[], int, int, long, int) - Method in class ncsa.hdf.hdf5lib.HDF5GroupInfo
Sets the HDF5 group information.
setH4toH5(String) - Static method in class ncsa.hdf.view.ViewProperties
set the path of the H5to H5 converter
setHDF5UserBlock(String, String, byte[]) - Static method in class ncsa.hdf.view.DefaultFileFilter
Write HDF5 user block data into byte array.
setImage(Image) - Method in class ncsa.hdf.view.DefaultImageView
 
setImage(Image) - Method in interface ncsa.hdf.view.ImageView
sets the image
setIsImage(boolean) - Method in class ncsa.hdf.object.ScalarDS
Sets the flag to indicate this dataset is an image.
setIsImageDisplay(boolean) - Method in class ncsa.hdf.object.ScalarDS
Sets the flag to display the dataset as an image.
setLineColors(Color[]) - Method in class ncsa.hdf.view.Chart
Sets the color of each line of a line plot
setLineLabels(String[]) - Method in class ncsa.hdf.view.Chart
Sets the labels of each line.
setMaxMembers(int) - Method in class ncsa.hdf.object.FileFormat
Sets the maximum number of objects to be loaded into memory.
setMaxMembers(int) - Static method in class ncsa.hdf.view.ViewProperties
Current Java application such as HDFView cannot handle files with large number of objects such 1,000,000 objects.
setMemberSelection(boolean) - Method in class ncsa.hdf.object.CompoundDS
Selects/deselects all members.
setName(String) - Method in class ncsa.hdf.object.fits.FitsDataset
 
setName(String) - Method in class ncsa.hdf.object.Group
Sets the name of the group.
setName(String) - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
setName(String) - Method in class ncsa.hdf.object.h5.H5Group
 
setName(String) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
setName(String) - Method in class ncsa.hdf.object.HObject
Sets the name of the object.
setName(String) - Method in class ncsa.hdf.object.nc2.NC2Dataset
Sets the name of the data object.
setPalette(byte[][]) - Method in class ncsa.hdf.object.ScalarDS
Sets the palette for this dataset.
setPalette(byte[][]) - Method in class ncsa.hdf.view.DefaultImageView
 
setPalette(byte[][]) - Method in interface ncsa.hdf.view.ImageView
sets the image palette
setPath(String) - Method in class ncsa.hdf.object.h5.H5Group
 
setPath(String) - Method in class ncsa.hdf.object.HObject
Sets the path of the object.
setReadOnly(boolean) - Static method in class ncsa.hdf.view.ViewProperties
Set the flag to indicate if default file access is read only.
setStartMembers(int) - Method in class ncsa.hdf.object.FileFormat
Sets the starting index of objects to be loaded into memory.
setStartMembers(int) - Static method in class ncsa.hdf.view.ViewProperties
Current Java application such as HDFView cannot handle files with large number of objects such 1,000,000 objects.
setTypeToInteger() - Method in class ncsa.hdf.view.Chart
Set the data type of the plot data to be integer.
setUsersGuide(String) - Static method in class ncsa.hdf.view.ViewProperties
set the path of H5View User's guide
setValue(Object) - Method in class ncsa.hdf.object.Attribute
Sets the value of the attribute.
setValue(Object) - Method in interface ncsa.hdf.object.Metadata
Sets the value of this Metadata.
setVisible(boolean) - Method in class ncsa.hdf.view.UserOptionsDialog
 
setWorkDir(String) - Static method in class ncsa.hdf.view.ViewProperties
set the path of the default work directory
shortToByte(int, int, short[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of short into an array of bytes.
shortToByte(short) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single short into an array of 2 bytes.
shortToByte(Short) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Short object into an array of 2 bytes.
shortToByte(int, int, short[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
shortToByte(short) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
show() - Method in interface ncsa.hdf.view.HelpView
display help informaion
showDataContent(HObject) - Method in class ncsa.hdf.view.DefaultTreeView
Dispaly the content of a data object.
showDataContent(HObject) - Method in interface ncsa.hdf.view.TreeView
Dispaly the content of a data object.
showMetaData(HObject) - Method in class ncsa.hdf.view.DefaultTreeView
Displays the meta data of a data object.
showMetaData(HObject) - Method in interface ncsa.hdf.view.TreeView
Displays the meta data of a data object.
showStatus(String) - Method in class ncsa.hdf.view.HDFView
Display feedback message.
showStatus(String) - Method in interface ncsa.hdf.view.ViewManager
display feedback message
SIGN_2 - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
sign_ext - Variable in class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
sign_ext - Variable in class ncsa.hdf.hdflib.HDFNBITCompInfo
 
SIGN_NONE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
size() - Method in class ncsa.hdf.hdflib.HDFTable
 
skp_size - Variable in class ncsa.hdf.hdflib.HDFSKPHUFFCompInfo
 
start_bit - Variable in class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
start_bit - Variable in class ncsa.hdf.hdflib.HDFNBITCompInfo
 
startDims - Variable in class ncsa.hdf.object.Dataset
The starting position of each dimension of a selected subset.
stateChanged(ChangeEvent) - Method in class ncsa.hdf.view.HDFView
 
stringToByte(String[], int) - Static method in class ncsa.hdf.object.Dataset
Converts a string array into an array of bytes for a fixed string dataset.
structify(byte[]) - Method in class ncsa.hdf.hdflib.HDFTable
 

T

TableView - Interface in ncsa.hdf.view
The table view interface for displaying data in table form
TextView - Interface in ncsa.hdf.view
The text view interface for displaying text data
toBinaryString(long, int) - Static method in class ncsa.hdf.view.Tools
Returns a string representation of the long argument as an unsigned integer in base 2.
toNative() - Method in class ncsa.hdf.object.Datatype
Converts the datatype object to a native datatype.
toNative() - Method in class ncsa.hdf.object.fits.FitsDatatype
 
toNative() - Method in class ncsa.hdf.object.h4.H4Datatype
 
toNative(int) - Static method in class ncsa.hdf.object.h5.H5Datatype
Deprecated. Not for public use in the future.
Using H5.H5Tget_native_type(int)

Return the HDF5 memory datatype identifier based on the HDF5 datatype identifier on disk

toNative() - Method in class ncsa.hdf.object.h5.H5Datatype
 
toNative() - Method in class ncsa.hdf.object.nc2.NC2Datatype
 
Tools - Class in ncsa.hdf.view
The "Tools" class contains various of tools for HDF files such as jpeg to HDF converter.
Tools() - Constructor for class ncsa.hdf.view.Tools
 
toString() - Method in class ncsa.hdf.hdf5lib.HDF5GroupInfo
/** Converts this object to a String representation.
toString() - Method in class ncsa.hdf.object.Attribute
Return the name of the attribute.
toString(String) - Method in class ncsa.hdf.object.Attribute
Returns a string representation of the data value of the attribute.
toString() - Method in class ncsa.hdf.object.HObject
Returns the name of the object.
TreeView - Interface in ncsa.hdf.view
TreeView defines APIs for open a file and display the file structure in tree structure.

U

UCHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
UCHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
UINT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
UINT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
UINT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
UINT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
UINT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
unsignedConverted - Variable in class ncsa.hdf.object.ScalarDS
Flag to indicate is the original unsigned C data is converted.
updateReferenceDataset(H5File, H5File) - Static method in class ncsa.hdf.object.h5.H5File
Updates values of scalar dataste object references in copied file.
updateValueInFile() - Method in class ncsa.hdf.view.DefaultTableView
update dataset value in file.
updateValueInFile() - Method in class ncsa.hdf.view.DefaultTextView
update dataset value in file.
updateValueInFile() - Method in interface ncsa.hdf.view.TableView
Write the change of a dataset into file.
updateValueInFile() - Method in interface ncsa.hdf.view.TextView
Write the change of a dataset into file.
UserOptionsDialog - Class in ncsa.hdf.view
UserOptionsDialog displays components for choosing user options.
UserOptionsDialog(JFrame, String) - Constructor for class ncsa.hdf.view.UserOptionsDialog
constructs an UserOptionsDialog.

V

Vaddtagref(int, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
valueChanged(ListSelectionEvent) - Method in class ncsa.hdf.view.MathConversionDialog
 
valueOf(String) - Static method in enum ncsa.hdf.view.ViewProperties.DATA_VIEW_KEY
Returns the enum constant of this type with the specified name.
values() - Static method in enum ncsa.hdf.view.ViewProperties.DATA_VIEW_KEY
Returns an array containing the constants of this enum type, in the order they are declared.
Vattach(int, int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vattrinfo(int, int, String[], int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vclose(int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
VDATA - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
Vdeletetagref(int, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vdetach(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vend(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VERSION - Static variable in class ncsa.hdf.view.ViewProperties
the version of the HDFViewer
VFfieldesize(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VFfieldisize(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VFfieldname(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VFfieldorder(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VFfieldtype(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vfind(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vfindattr(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vfindclass(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vflocate(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VFnfields(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgetattr(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgetattr(int, int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgetclass(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgetid(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgetname(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgetnext(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgettagref(int, int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgettagrefs(int, int[], int[], int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vgetversion(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VGROUP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
VHmakegroup(int, int[], int[], int, String, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VHstoredata(int, String, byte[], int, int, String, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VHstoredata(int, String, Object, int, int, String, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VHstoredatam(int, String, byte[], int, int, String, String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VHstoredatam(int, String, Object, int, int, String, String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ViewManager - Interface in ncsa.hdf.view
Defines a list of APIs for the main HDFView winodows
ViewProperties - Class in ncsa.hdf.view
The ViewProperties holds all the HDFView static information.
ViewProperties(String) - Constructor for class ncsa.hdf.view.ViewProperties
Creates a property list with given root directory of the HDFView.
ViewProperties.DATA_VIEW_KEY - Enum in ncsa.hdf.view
Property keys how how the data is displayed.
Vinqtagref(int, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vinquire(int, int[], String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vinsert(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Visvg(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Visvs(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vlone(int, int[], int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vnattrs(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vnrefs(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vntagrefs(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vopen(String, int, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
VQueryref(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VQuerytag(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSappendable(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSattach(int, int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSattrinfo(int, int, int, String[], int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSdetach(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSdump(int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
VSelts(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vsetattr(int, String, int, int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vsetattr(int, String, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vsetattr(int, String, int, int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vsetclass(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vsetname(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSfdefine(int, String, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSfexist(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSfind(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSfindattr(int, int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSfindclass(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSfindex(int, String, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSfnattrs(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetattr(int, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetattr(int, int, int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetclass(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetfields(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetid(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetinterlace(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetname(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSgetversion(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSinquire(int, int[], String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSinquire(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSisattr(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSlone(int, int[], int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSnattrs(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSQuerycount(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSQueryfields(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSQueryinterlace(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSQueryname(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSQueryref(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSQuerytag(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSQueryvsize(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSread(int, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSread(int, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSseek(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetattr(int, int, String, int, int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetattr(int, int, String, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetattr(int, int, String, int, int, Object) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetblocksize(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetclass(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetexternalfile(int, String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetfields(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetinterlace(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetname(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsetnumblocks(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSsizeof(int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
Vstart(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSwrite(int, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
VSwrite(int, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 

W

write(Object) - Method in class ncsa.hdf.object.Dataset
Writes a memory buffer to the dataset in file.
write() - Method in class ncsa.hdf.object.Dataset
Writes the memory buffer of this dataset to file.
WRITE - Static variable in class ncsa.hdf.object.FileFormat
File access flag for read/write permission.
write(Object) - Method in class ncsa.hdf.object.fits.FitsDataset
 
write(Object) - Method in class ncsa.hdf.object.h4.H4GRImage
 
write(Object) - Method in class ncsa.hdf.object.h4.H4SDS
 
write(Object) - Method in class ncsa.hdf.object.h4.H4Vdata
 
write(Object) - Method in class ncsa.hdf.object.h5.H5CompoundDS
Writes the given data buffer into this dataset in a file.
write(Object) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
write(Object) - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
writeAttribute(HObject, Attribute, boolean) - Method in class ncsa.hdf.object.FileFormat
Attaches a given attribute to an object.
writeAttribute(HObject, Attribute, boolean) - Method in class ncsa.hdf.object.fits.FitsFile
Creates a new attribute and attached to the object if attribute does not exist.
writeAttribute(HObject, Attribute, boolean) - Method in class ncsa.hdf.object.h4.H4File
Creates a new attribute and attached to the object if attribute does not exist.
writeAttribute(HObject, Attribute, boolean) - Method in class ncsa.hdf.object.h5.H5File
 
writeAttribute(HObject, Attribute, boolean) - Method in class ncsa.hdf.object.nc2.NC2File
Creates a new attribute and attached to the object if attribute does not exist.
writeMetadata(Object) - Method in interface ncsa.hdf.object.DataFormat
Writes a specific metadata (such as attribute) into file.
writeMetadata(Object) - Method in class ncsa.hdf.object.Datatype
 
writeMetadata(Object) - Method in class ncsa.hdf.object.fits.FitsDataset
 
writeMetadata(Object) - Method in class ncsa.hdf.object.fits.FitsGroup
Creates a new attribute and attached to this dataset if attribute does not exist.
writeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4GRImage
 
writeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4Group
 
writeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4SDS
 
writeMetadata(Object) - Method in class ncsa.hdf.object.h4.H4Vdata
 
writeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
writeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5Datatype
 
writeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5Group
 
writeMetadata(Object) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
writeMetadata(Object) - Method in class ncsa.hdf.object.nc2.NC2Dataset
 
writeMetadata(Object) - Method in class ncsa.hdf.object.nc2.NC2Group
Creates a new attribute and attached to this dataset if attribute does not exist.

A B C D E F G H I K L M N O P Q R S T U V W