A B C D E F G H I L M N O P Q R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
H
- H4_LIBRARY_NAME_PROPERTY_KEY - Static variable in class hdf.hdflib.HDFLibrary
- Hcache(long, int) - Static method in class hdf.hdflib.HDFLibrary
- HCget_config_info(int) - Static method in class hdf.hdflib.HDFLibrary
-
New API for hdf-42r1
- Hclose(long) - Static method in class hdf.hdflib.HDFLibrary
- HDdont_atexit() - Static method in class hdf.hdflib.HDFLibrary
- HDF_ATTRIBUTE - Static variable in class hdf.hdflib.HDFConstants
- HDF_CDF - Static variable in class hdf.hdflib.HDFConstants
- HDF_CHK_TBL - Static variable in class hdf.hdflib.HDFConstants
- HDF_CHUNK - Static variable in class hdf.hdflib.HDFConstants
- HDF_COMP - Static variable in class hdf.hdflib.HDFConstants
- HDF_CRDVAR - Static variable in class hdf.hdflib.HDFConstants
- HDF_DIMENSION - Static variable in class hdf.hdflib.HDFConstants
- HDF_NBIT - Static variable in class hdf.hdflib.HDFConstants
- HDF_NONE - Static variable in class hdf.hdflib.HDFConstants
- HDF_SDSVAR - Static variable in class hdf.hdflib.HDFConstants
- HDF_UDIMENSION - Static variable in class hdf.hdflib.HDFConstants
- HDF_VARIABLE - Static variable in class hdf.hdflib.HDFConstants
- hdf.hdflib - package hdf.hdflib
- HDFArray - Class in hdf.hdflib
-
This is a class for handling multidimensional arrays for HDF.
- HDFArray(Object) - Constructor for class hdf.hdflib.HDFArray
-
The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
- HDFChunkInfo - Class in 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 hdf.hdflib.HDFChunkInfo
- HDFChunkInfo(int[]) - Constructor for class hdf.hdflib.HDFChunkInfo
- HDFChunkInfo(int[], int, HDFCompInfo) - Constructor for class hdf.hdflib.HDFChunkInfo
- HDFclose(long) - Static method in class hdf.hdflib.HDFLibrary
- HDFCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF comp_info union.
- HDFCompInfo() - Constructor for class hdf.hdflib.HDFCompInfo
- HDFConstants - Class in hdf.hdflib
-
This interface defines the values of constants defined by the HDF 4.2 API.
- HDFConstants() - Constructor for class hdf.hdflib.HDFConstants
- HDFDeflateCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF DEFLATION compression algorithm.
- HDFDeflateCompInfo() - Constructor for class hdf.hdflib.HDFDeflateCompInfo
- HDFDeflateCompInfo(int) - Constructor for class hdf.hdflib.HDFDeflateCompInfo
- HDFerror - Variable in exception hdf.hdflib.HDFException
-
the specified error number of this exception
- HDFException - Exception in hdf.hdflib
-
The class HDFException returns errors from the HDF library.
- HDFException() - Constructor for exception hdf.hdflib.HDFException
- HDFException(int) - Constructor for exception hdf.hdflib.HDFException
-
Constructs an
HDFException
with the specified error number. - HDFException(String) - Constructor for exception hdf.hdflib.HDFException
-
Constructs an
HDFException
with the specified detail message. - HDFExceptionMessage - Static variable in exception hdf.hdflib.HDFException
- HDFIMCOMPCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF ``Image compression'' compression class.
- HDFIMCOMPCompInfo() - Constructor for class hdf.hdflib.HDFIMCOMPCompInfo
- HDFJavaException - Exception in hdf.hdflib
-
The class HDFJavaException returns errors from the Java wrapper of theHDF library.
- HDFJavaException() - Constructor for exception hdf.hdflib.HDFJavaException
-
Constructs an
HDFJavaException
with no specified detail message. - HDFJavaException(String) - Constructor for exception hdf.hdflib.HDFJavaException
-
Constructs an
HDFJavaException
with the specified detail message. - HDFJPEGCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF JPEG compression class.
- HDFJPEGCompInfo() - Constructor for class hdf.hdflib.HDFJPEGCompInfo
- HDFJPEGCompInfo(int, int) - Constructor for class hdf.hdflib.HDFJPEGCompInfo
- HDFLibrary - Class in hdf.hdflib
-
This is the Java interface for the HDF 4.2 library.
- HDFLibrary() - Constructor for class hdf.hdflib.HDFLibrary
- HDFLibraryException - Exception in hdf.hdflib
-
The class HDFException returns errors raised by the HDF library.
- HDFLibraryException() - Constructor for exception hdf.hdflib.HDFLibraryException
-
Constructs an
HDFLibraryException
with no specified detail message. - HDFLibraryException(int) - Constructor for exception hdf.hdflib.HDFLibraryException
-
Constructs an
HDFLibraryException
with the specified detail error number. - HDFLibraryException(String) - Constructor for exception hdf.hdflib.HDFLibraryException
-
Constructs an
HDFLibraryException
with the specified detail message. - HDFMessage - Static variable in exception hdf.hdflib.HDFException
- HDFNativeData - Class in hdf.hdflib
-
This class encapsulates native methods to deal with arrays of numbers, converting from numbers to bytes and bytes to numbers.
- HDFNativeData() - Constructor for class hdf.hdflib.HDFNativeData
- HDFNBITChunkInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF NBIT compressed chunked class.
- HDFNBITChunkInfo() - Constructor for class hdf.hdflib.HDFNBITChunkInfo
- HDFNBITChunkInfo(int[], int, int, int, int) - Constructor for class hdf.hdflib.HDFNBITChunkInfo
- HDFNBITCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF ``NBIT'' compression class.
- HDFNBITCompInfo() - Constructor for class hdf.hdflib.HDFNBITCompInfo
- HDFNBITCompInfo(int, int, int, int, int) - Constructor for class hdf.hdflib.HDFNBITCompInfo
- HDFNewCompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF compressed classes, with the ``new'' encoding.
- HDFNewCompInfo() - Constructor for class hdf.hdflib.HDFNewCompInfo
- HDFNotImplementedException - Exception in 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 hdf.hdflib.HDFNotImplementedException
- HDFNotImplementedException(String) - Constructor for exception hdf.hdflib.HDFNotImplementedException
-
Constructs an
HDFException
with the specified unimplemented message. - HDFOldCompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF compressed classes, with the ``ole'' encoding.
- HDFOldCompInfo() - Constructor for class hdf.hdflib.HDFOldCompInfo
- HDFOldRLECompInfo - Class in 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 hdf.hdflib.HDFOldRLECompInfo
- HDFopen(String, int, short) - Static method in class hdf.hdflib.HDFLibrary
- HDFPATH_PROPERTY_KEY - Static variable in class hdf.hdflib.HDFLibrary
- HDFRLECompInfo - Class in 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 hdf.hdflib.HDFRLECompInfo
- HDFSKPHUFFCompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF ``Skipping Huffman'' compression classes.
- HDFSKPHUFFCompInfo() - Constructor for class hdf.hdflib.HDFSKPHUFFCompInfo
- HDFSZIPCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF SZIP compression algorithm.
- HDFSZIPCompInfo() - Constructor for class hdf.hdflib.HDFSZIPCompInfo
- HDFSZIPCompInfo(int, int, int, int, int) - Constructor for class hdf.hdflib.HDFSZIPCompInfo
- HDgetNTdesc(int) - Static method in class hdf.hdflib.HDFLibrary
- HEprint(Object, int) - Static method in class hdf.hdflib.HDFLibrary
- HEstring(int) - Static method in class hdf.hdflib.HDFLibrary
- HEvalue(int) - Static method in class hdf.hdflib.HDFLibrary
- Hgetfileversion(long, int[], String[]) - Static method in class 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 hdf.hdflib.HDFLibrary
- Hishdf(String) - Static method in class hdf.hdflib.HDFLibrary
- Hnumber(long) - Static method in class hdf.hdflib.HDFLibrary
- Hnumber(long, int) - Static method in class hdf.hdflib.HDFLibrary
- Hopen(String) - Static method in class hdf.hdflib.HDFLibrary
- Hopen(String, int) - Static method in class hdf.hdflib.HDFLibrary
- Hopen(String, int, int) - Static method in class hdf.hdflib.HDFLibrary
- Hsetaccesstype(long, int) - Static method in class hdf.hdflib.HDFLibrary
- Hsync(long) - Static method in class hdf.hdflib.HDFLibrary
- HXsetcreatedir(String) - Static method in class hdf.hdflib.HDFLibrary
- HXsetdir(String) - Static method in class hdf.hdflib.HDFLibrary
All Classes All Packages