![]() |
HDF
4.3.0
API Reference
|
This interface defines the values of constants defined by the HDF 4.2 API.
Static Public Member Functions | |
| static String | getType (int type) |
| static int | getType (String type) |
| static int | getTypeSize (int type) |
Static Public Attributes | |
| static final int | FAIL = -1 |
| static final int | DFACC_READ = 1 |
| static final int | DFACC_WRITE = 2 |
| static final int | DFACC_RDWR = 3 |
| static final int | DFACC_CREATE = 4 |
| static final int | DFACC_RDONLY = DFACC_READ |
| static final int | DFACC_DEFAULT = 000 |
| static final int | DFACC_SERIAL = 001 |
| static final int | DFACC_PARALLEL = 011 |
| static final int | AN_DATA_LABEL = 0 |
| static final int | AN_DATA_DESC = AN_DATA_LABEL + 1 |
| static final int | AN_FILE_LABEL = AN_DATA_LABEL + 2 |
| static final int | AN_FILE_DESC = AN_DATA_LABEL + 3 |
| static final int | DFREF_WILDCARD = 0 |
| static final int | DFTAG_WILDCARD = 0 |
| static final int | DFREF_NONE = 0 |
| static final int | DFTAG_NULL = 1 |
| static final int | DFTAG_LINKED = 20 |
| static final int | DFTAG_VERSION = 30 |
| static final int | DFTAG_COMPRESSED = 40 |
| static final int | DFTAG_VLINKED = 50 |
| static final int | DFTAG_VLINKED_DATA = 51 |
| static final int | DFTAG_CHUNKED = 60 |
| static final int | DFTAG_CHUNK = 61 |
| static final int | DFTAG_FID = 100 |
| static final int | DFTAG_FD = 101 |
| static final int | DFTAG_TID = 102 |
| static final int | DFTAG_TD = 103 |
| static final int | DFTAG_DIL = 104 |
| static final int | DFTAG_DIA = 105 |
| static final int | DFTAG_NT = 106 |
| static final int | DFTAG_MT = 107 |
| static final int | DFTAG_FREE = 108 |
| static final int | DFTAG_ID8 = 200 |
| static final int | DFTAG_IP8 = 201 |
| static final int | DFTAG_RI8 = 202 |
| static final int | DFTAG_CI8 = 203 |
| static final int | DFTAG_II8 = 204 |
| static final int | DFTAG_ID = 300 |
| static final int | DFTAG_LUT = 301 |
| static final int | DFTAG_RI = 302 |
| static final int | DFTAG_CI = 303 |
| static final int | DFTAG_NRI = 304 |
| static final int | DFTAG_RIG = 306 |
| static final int | DFTAG_LD = 307 |
| static final int | DFTAG_MD = 308 |
| static final int | DFTAG_MA = 309 |
| static final int | DFTAG_CCN = 310 |
| static final int | DFTAG_CFM = 311 |
| static final int | DFTAG_AR = 312 |
| static final int | DFTAG_DRAW = 400 |
| static final int | DFTAG_RUN = 401 |
| static final int | DFTAG_XYP = 500 |
| static final int | DFTAG_MTO = 501 |
| static final int | DFTAG_T14 = 602 |
| static final int | DFTAG_T105 = 603 |
| static final int | DFTAG_SDG = 700 |
| static final int | DFTAG_SDD = 701 |
| static final int | DFTAG_SD = 702 |
| static final int | DFTAG_SDS = 703 |
| static final int | DFTAG_SDL = 704 |
| static final int | DFTAG_SDU = 705 |
| static final int | DFTAG_SDF = 706 |
| static final int | DFTAG_SDM = 707 |
| static final int | DFTAG_SDC = 708 |
| static final int | DFTAG_SDT = 709 |
| static final int | DFTAG_SDLNK = 710 |
| static final int | DFTAG_NDG = 720 |
| static final int | DFTAG_CAL = 731 |
| static final int | DFTAG_FV = 732 |
| static final int | DFTAG_BREQ = 799 |
| static final int | DFTAG_SDRAG = 781 |
| static final int | DFTAG_EREQ = 780 |
| static final int | DFTAG_VG = 1965 |
| static final int | DFTAG_VH = 1962 |
| static final int | DFTAG_VS = 1963 |
| static final int | DFTAG_RLE = 11 |
| static final int | DFTAG_IMC = 12 |
| static final int | DFTAG_IMCOMP = 12 |
| static final int | DFTAG_JPEG = 13 |
| static final int | DFTAG_GREYJPEG = 14 |
| static final int | DFTAG_JPEG5 = 15 |
| static final int | DFTAG_GREYJPEG5 = 16 |
| static final int | MFGR_INTERLACE_PIXEL = 0 |
| static final int | MFGR_INTERLACE_LINE = MFGR_INTERLACE_PIXEL + 1 |
| static final int | MFGR_INTERLACE_COMPONENT = MFGR_INTERLACE_PIXEL + 2 |
| static final int | FULL_INTERLACE = 0 |
| static final int | NO_INTERLACE = 1 |
| static final int | DFNT_UCHAR8 = 3 |
| static final int | DFNT_UCHAR = 3 |
| static final int | DFNT_CHAR8 = 4 |
| static final int | DFNT_CHAR = 4 |
| static final int | DFNT_CHAR16 = 42 |
| static final int | DFNT_UCHAR16 = 43 |
| static final int | DFNT_FLOAT32 = 5 |
| static final int | DFNT_FLOAT = 5 |
| static final int | DFNT_FLOAT64 = 6 |
| static final int | DFNT_FLOAT128 = 7 |
| static final int | DFNT_DOUBLE = 6 |
| static final int | DFNT_INT8 = 20 |
| static final int | DFNT_UINT8 = 21 |
| static final int | DFNT_INT16 = 22 |
| static final int | DFNT_UINT16 = 23 |
| static final int | DFNT_INT32 = 24 |
| static final int | DFNT_UINT32 = 25 |
| static final int | DFNT_INT64 = 26 |
| static final int | DFNT_UINT64 = 27 |
| static final int | DFNT_INT128 = 28 |
| static final int | DFNT_UINT128 = 30 |
| static final int | DFNT_HDF = 0x00000000 |
| static final int | DFNT_NATIVE = 0x00001000 |
| static final int | DFNT_CUSTOM = 0x00002000 |
| static final int | DFNT_LITEND = 0x00004000 |
| static final int | DFNT_MASK = 0x00000fff |
| static final int | DF_FORWARD = 1 |
| static final int | DFS_MAXLEN = 255 |
| static final int | COMP_NONE = 0 |
| static final int | COMP_JPEG = 2 |
| static final int | COMP_RLE = 11 |
| static final int | COMP_IMCOMP = 12 |
| static final int | COMP_CODE_NONE = 0 |
| static final int | COMP_CODE_RLE = 1 |
| static final int | COMP_CODE_NBIT = 2 |
| static final int | COMP_CODE_SKPHUFF = 3 |
| static final int | COMP_CODE_DEFLATE = 4 |
| static final int | COMP_CODE_SZIP = 5 |
| static final int | COMP_CODE_INVALID = 6 |
| static final int | COMP_CODE_JPEG = 7 |
| static final int | DFIL_PIXEL = 0 |
| static final int | DFIL_LINE = 1 |
| static final int | DFIL_PLANE = 2 |
| static final int | SD_UNLIMITED = 0 |
| static final int | SD_FILL = 0 |
| static final int | SD_NOFILL = 0x100 |
| static final int | SD_DIMVAL_BW_COMP = 1 |
| static final int | SD_DIMVAL_BW_INCOMP = 0 |
| static final int | HDF_NONE = 0x0 |
| static final int | HDF_CHUNK = 0x1 |
| static final int | HDF_COMP = 0x3 |
| static final int | HDF_NBIT = 0x5 |
| static final int | MAX_VAR_DIMS = 32 |
| static final String | GR_NAME = "RIG0.0" |
| static final String | RI_NAME = "RI0.0" |
| static final String | RIGATTRNAME = "RIATTR0.0N" |
| static final String | RIGATTRCLASS = "RIATTR0.0C" |
| static final String | HDF_ATTRIBUTE = "Attr0.0" |
| static final String | HDF_VARIABLE = "Var0.0" |
| static final String | HDF_DIMENSION = "Dim0.0" |
| static final String | HDF_UDIMENSION = "UDim0.0" |
| static final String | DIM_VALS = "DimVal0.0" |
| static final String | DIM_VALS01 = "DimVal0.1" |
| static final String | HDF_CHK_TBL = "_HDF_CHK_TBL_" |
| static final String | HDF_SDSVAR = "SDSVar" |
| static final String | HDF_CRDVAR = "CoordVar" |
| static final String | HDF_CDF = "CDF0.0" |
| static final String | ANNOTATION = "HDF_ANNOTATION" |
| static final String | RI8 = "HDF_RI8" |
| static final String | RI24 = "HDF_RI24" |
| static final String | GR = "HDF_GR" |
| static final String | SDS = "HDF_SDS" |
| static final String | VDATA = "HDF_VDATA" |
| static final String | VGROUP = "HDF_GROUP" |
| static final String | UCHAR8 = "UCHAR8" |
| static final String | CHAR8 = "CHAR8" |
| static final String | UCHAR16 = "UCHAR16" |
| static final String | CHAR16 = "CHAR16" |
| static final String | FLOAT32 = "FLOAT32" |
| static final String | FLOAT64 = "FLOAT64" |
| static final String | FLOAT128 = "FLOAT128" |
| static final String | INT8 = "INT8" |
| static final String | UINT8 = "UINT8" |
| static final String | INT16 = "INT16" |
| static final String | UINT16 = "UINT16" |
| static final String | INT32 = "INT32" |
| static final String | UINT32 = "UINT32" |
| static final String | INT64 = "INT64" |
| static final String | UINT64 = "UINT64" |
| static final String | INT128 = "INT128" |
| static final String | UINT128 = "UINT128" |
|
static |
convert number type to string type
| type | the number representing the data type |
|
static |
convert string type to number type
| type | the string representing the data type |
|
static |
gets the size of the data type in bytes, e.g size of DFNT_FLOAT32 = 4
| type | the number representing the data type |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Scan Line Interlacing
|
static |
Pixel Interlacing
|
static |
Scan Plane Interlacing
|
static |
|
static |
Not supported by HDF
|
static |
char
|
static |
|
static |
|
static |
|
static |
|
static |
float
|
static |
double
|
static |
|
static |
|
static |
short
|
static |
integer
|
static |
Not supported
|
static |
8-bit integer
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
unsigned char
|
static |
|
static |
unsigned integer
|
static |
unsigned integer
|
static |
|
static |
unsigned 8-bit integer
|
static |
used by mfhdf/libsrc/putget.c
|
static |
|
static |
|
static |
aspect ratio
|
static |
Beginning of required tags
|
static |
Calibration information
|
static |
color correction
|
static |
color format
|
static |
chunk element
|
static |
chunked special element header
|
static |
Compressed Image
|
static |
RLE compressed 8-bit image
|
static |
compressed special element
|
static |
data identifier annotation
|
static |
data identifier label
|
static |
Draw these images in sequence
|
static |
Current end of the range
|
static |
File description
|
static |
File identifier
|
static |
free space in the file
|
static |
Fill Value information
|
static |
JPEG compression (8-bit data)
|
static |
JPEG compression (8-bit data)
|
static |
Image DimRec
|
static |
8-bit Image dimension
|
static |
IMCOMP compressed 8-bit image
|
static |
IMCOMP compression alias
|
static |
IMCOMP compression
|
static |
8-bit Image palette
|
static |
JPEG compression (24-bit data)
|
static |
JPEG compression (24-bit data)
|
static |
Palette DimRec
|
static |
linked-block special element
|
static |
Image Palette
|
static |
Matte Data
|
static |
Matte DimRec
|
static |
machine type
|
static |
machine-type override
|
static |
Numeric Data Group
|
static |
New-format Raster Image
|
static |
number type
|
static |
|
static |
Raster Image
|
static |
Raster-8 image
|
static |
Raster Image Group
|
static |
run length encoding
|
static |
run this as a program/script
|
static |
Scientific Data
|
static |
Coord sys
|
static |
Scientific Data DimRec
|
static |
Formats
|
static |
Scientific Data Group
|
static |
Labels
|
static |
Links related to the dataset
|
static |
Max/Min
|
static |
List of ragged array line lengths
|
static |
Scales
|
static |
Transpose
|
static |
Units
|
static |
TEK 4105 data
|
static |
TEK 4014 data
|
static |
Tag descriptor
|
static |
Tag identifier
|
static |
|
static |
Vgroup
|
static |
Vdata Header
|
static |
variable-len linked-block header
|
static |
variable-len linked-block data
|
static |
Vdata Storage
|
static |
|
static |
x-y position
|
static |
|
static |
|
static |
FAIL
|
static |
|
static |
|
static |
|
static |
interlacing supported by the vset.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
component interlacing scheme
|
static |
line interlacing scheme
|
static |
pixel interlacing scheme
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |