NeXusJavaBindings  1
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Static Public Member Functions | Static Public Attributes
ncsa.hdf.hdflib.HDFConstants Class Reference
Collaboration diagram for ncsa.hdf.hdflib.HDFConstants:
Collaboration graph

List of all members.

Static Public Member Functions

static String getType (int type)
 convert number type to string type params type the number representing the data type return the string representing the data type
static int getType (String type)
 convert string type to number type params type the string representing the data type return the integer representing the data type
static int getTypeSize (int type)
 gets the size of the data type in bytes, e.g size of DFNT_FLOAT32 = 4

Static Public Attributes

static final int FAIL = -1
 FAIL.
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 DFTAG_WILDCARD = 0
static final int DFREF_WILDCARD = 0
static final int DFTAG_FID = 100
static final int DFTAG_FD = 101
static final int DFTAG_DIL = 104
static final int DFTAG_DIA = 105
static final int DFTAG_RI8 = 202
static final int DFTAG_CI8 = 203
static final int DFTAG_II8 = 204
static final int DFTAG_RI = 302
static final int DFTAG_CI = 303
static final int DFTAG_RIG = 306
static final int DFTAG_SD = 702
static final int DFTAG_SDG = 700
static final int DFTAG_NDG = 720
static final int DFTAG_VH = 1962
static final int DFTAG_VS = 1963
static final int DFTAG_VG = 1965
static final int MFGR_INTERLACE_PIXEL = 0
 pixel interlacing scheme
static final int MFGR_INTERLACE_LINE = MFGR_INTERLACE_PIXEL +1
 line interlacing scheme
static final int MFGR_INTERLACE_COMPONENT = MFGR_INTERLACE_PIXEL +2
 component interlacing scheme
static final int FULL_INTERLACE = 0
 interlacing supported by the vset.
static final int NO_INTERLACE = 1
static final int DFNT_UCHAR8 = 3
 unsigned char
static final int DFNT_UCHAR = 3
static final int DFNT_CHAR8 = 4
 char
static final int DFNT_CHAR = 4
static final int DFNT_CHAR16 = 42
 No supported by HDF.
static final int DFNT_UCHAR16 = 43
static final int DFNT_FLOAT32 = 5
 float
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
 8-bit integer
static final int DFNT_UINT8 = 21
 unsigned 8-bit interger
static final int DFNT_INT16 = 22
 short
static final int DFNT_UINT16 = 23
 unsigned interger
static final int DFNT_INT32 = 24
 interger
static final int DFNT_UINT32 = 25
 unsigned interger
static final int DFNT_INT64 = 26
 No supported.
static final int DFNT_UINT64 = 27
static final int DFNT_INT128 = 28
static final int DFNT_UINT128 = 30
static final int DFNT_LITEND = 0x00004000
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_INVALID = 5
static final int COMP_MODEL_STDIO = 0
static final int DFIL_PIXEL = 0
static final int DFIL_LINE = 1
static final int DFIL_PLANE = 2
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_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"

Detailed Description

This interface defines the values of constants defined by the HDF 4.1 API.

For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu

Definition at line 22 of file HDFConstants.java.


Member Function Documentation

static String ncsa.hdf.hdflib.HDFConstants.getType ( int  type)
static

convert number type to string type params type the number representing the data type return the string representing the data type

Definition at line 222 of file HDFConstants.java.

References ncsa.hdf.hdflib.HDFConstants.CHAR16, ncsa.hdf.hdflib.HDFConstants.CHAR8, ncsa.hdf.hdflib.HDFConstants.DFNT_CHAR16, ncsa.hdf.hdflib.HDFConstants.DFNT_CHAR8, ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT128, ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT32, ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT64, ncsa.hdf.hdflib.HDFConstants.DFNT_INT128, ncsa.hdf.hdflib.HDFConstants.DFNT_INT16, ncsa.hdf.hdflib.HDFConstants.DFNT_INT32, ncsa.hdf.hdflib.HDFConstants.DFNT_INT64, ncsa.hdf.hdflib.HDFConstants.DFNT_INT8, ncsa.hdf.hdflib.HDFConstants.DFNT_UCHAR16, ncsa.hdf.hdflib.HDFConstants.DFNT_UCHAR8, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT128, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT16, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT32, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT64, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT8, ncsa.hdf.hdflib.HDFConstants.FLOAT128, ncsa.hdf.hdflib.HDFConstants.FLOAT32, ncsa.hdf.hdflib.HDFConstants.FLOAT64, ncsa.hdf.hdflib.HDFConstants.INT128, ncsa.hdf.hdflib.HDFConstants.INT16, ncsa.hdf.hdflib.HDFConstants.INT32, ncsa.hdf.hdflib.HDFConstants.INT64, ncsa.hdf.hdflib.HDFConstants.INT8, ncsa.hdf.hdflib.HDFConstants.UCHAR16, ncsa.hdf.hdflib.HDFConstants.UCHAR8, ncsa.hdf.hdflib.HDFConstants.UINT128, ncsa.hdf.hdflib.HDFConstants.UINT16, ncsa.hdf.hdflib.HDFConstants.UINT32, ncsa.hdf.hdflib.HDFConstants.UINT64, and ncsa.hdf.hdflib.HDFConstants.UINT8.

static int ncsa.hdf.hdflib.HDFConstants.getType ( String  type)
static

convert string type to number type params type the string representing the data type return the integer representing the data type

Definition at line 249 of file HDFConstants.java.

References ncsa.hdf.hdflib.HDFConstants.CHAR16, ncsa.hdf.hdflib.HDFConstants.CHAR8, ncsa.hdf.hdflib.HDFConstants.DFNT_CHAR16, ncsa.hdf.hdflib.HDFConstants.DFNT_CHAR8, ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT128, ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT32, ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT64, ncsa.hdf.hdflib.HDFConstants.DFNT_INT128, ncsa.hdf.hdflib.HDFConstants.DFNT_INT16, ncsa.hdf.hdflib.HDFConstants.DFNT_INT32, ncsa.hdf.hdflib.HDFConstants.DFNT_INT64, ncsa.hdf.hdflib.HDFConstants.DFNT_INT8, ncsa.hdf.hdflib.HDFConstants.DFNT_UCHAR16, ncsa.hdf.hdflib.HDFConstants.DFNT_UCHAR8, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT128, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT16, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT32, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT64, ncsa.hdf.hdflib.HDFConstants.DFNT_UINT8, ncsa.hdf.hdflib.HDFConstants.FLOAT128, ncsa.hdf.hdflib.HDFConstants.FLOAT32, ncsa.hdf.hdflib.HDFConstants.FLOAT64, ncsa.hdf.hdflib.HDFConstants.INT128, ncsa.hdf.hdflib.HDFConstants.INT16, ncsa.hdf.hdflib.HDFConstants.INT32, ncsa.hdf.hdflib.HDFConstants.INT64, ncsa.hdf.hdflib.HDFConstants.INT8, ncsa.hdf.hdflib.HDFConstants.UCHAR16, ncsa.hdf.hdflib.HDFConstants.UCHAR8, ncsa.hdf.hdflib.HDFConstants.UINT128, ncsa.hdf.hdflib.HDFConstants.UINT16, ncsa.hdf.hdflib.HDFConstants.UINT32, ncsa.hdf.hdflib.HDFConstants.UINT64, and ncsa.hdf.hdflib.HDFConstants.UINT8.

static int ncsa.hdf.hdflib.HDFConstants.getTypeSize ( int  type)
static

Member Data Documentation

final int ncsa.hdf.hdflib.HDFConstants.AN_DATA_DESC = AN_DATA_LABEL + 1
static

Definition at line 39 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.AN_DATA_LABEL = 0
static

Definition at line 38 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.AN_FILE_DESC = AN_DATA_LABEL + 3
static

Definition at line 41 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.AN_FILE_LABEL = AN_DATA_LABEL + 2
static

Definition at line 40 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.ANNOTATION = "HDF_ANNOTATION"
static

Definition at line 189 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.CHAR16 = "CHAR16"
static

Definition at line 201 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.CHAR8 = "CHAR8"
static

Definition at line 199 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final int ncsa.hdf.hdflib.HDFConstants.COMP_CODE_DEFLATE = 4
static

Definition at line 152 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_CODE_INVALID = 5
static

Definition at line 153 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_CODE_NBIT = 2
static

Definition at line 150 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_CODE_NONE = 0
static

Definition at line 148 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_CODE_RLE = 1
static

Definition at line 149 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_CODE_SKPHUFF = 3
static

Definition at line 151 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_IMCOMP = 12
static

Definition at line 147 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_JPEG = 2
static

Definition at line 145 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_MODEL_STDIO = 0
static

Definition at line 154 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_NONE = 0
static

Definition at line 144 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.COMP_RLE = 11
static

Definition at line 146 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DF_FORWARD = 1
static

Definition at line 141 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_CREATE = 4
static

Definition at line 31 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_DEFAULT = 000
static

Definition at line 33 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_PARALLEL = 011
static

Definition at line 35 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_RDONLY = DFACC_READ
static

Definition at line 32 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_RDWR = 3
static

Definition at line 30 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_READ = 1
static

Definition at line 28 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_SERIAL = 001
static

Definition at line 34 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFACC_WRITE = 2
static

Definition at line 29 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFIL_LINE = 1
static

Definition at line 158 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFIL_PIXEL = 0
static

Definition at line 157 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFIL_PLANE = 2
static

Definition at line 159 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFNT_CHAR = 4
static

Definition at line 100 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFNativeData.defineDataObject().

final int ncsa.hdf.hdflib.HDFConstants.DFNT_CHAR16 = 42
static

No supported by HDF.

Definition at line 103 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType(), and ncsa.hdf.hdflib.HDFConstants.getTypeSize().

final int ncsa.hdf.hdflib.HDFConstants.DFNT_CHAR8 = 4
static

char

Definition at line 99 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final int ncsa.hdf.hdflib.HDFConstants.DFNT_DOUBLE = 6
static

Definition at line 114 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT = 5
static

Definition at line 109 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT128 = 7
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT32 = 5
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_FLOAT64 = 6
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_INT128 = 28
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_INT16 = 22
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_INT32 = 24
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_INT64 = 26
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_INT8 = 20
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_LITEND = 0x00004000
static

Definition at line 139 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFNativeData.defineDataObject().

final int ncsa.hdf.hdflib.HDFConstants.DFNT_UCHAR = 3
static

Definition at line 96 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFNT_UCHAR16 = 43
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_UCHAR8 = 3
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_UINT128 = 30
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_UINT16 = 23
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_UINT32 = 25
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_UINT64 = 27
static
final int ncsa.hdf.hdflib.HDFConstants.DFNT_UINT8 = 21
static

unsigned 8-bit interger

Definition at line 120 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFNativeData.defineDataObject(), and ncsa.hdf.hdflib.HDFConstants.getType().

final int ncsa.hdf.hdflib.HDFConstants.DFREF_WILDCARD = 0
static

Definition at line 47 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFS_MAXLEN = 255
static

Definition at line 142 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_CI = 303
static

Definition at line 68 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_CI8 = 203
static

Definition at line 63 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_DIA = 105
static

Definition at line 59 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_DIL = 104
static

Definition at line 56 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_FD = 101
static

Definition at line 53 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_FID = 100
static

Definition at line 50 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_II8 = 204
static

Definition at line 64 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_NDG = 720
static

Definition at line 74 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_RI = 302
static

Definition at line 67 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_RI8 = 202
static

Definition at line 62 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_RIG = 306
static

Definition at line 69 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_SD = 702
static

Definition at line 72 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_SDG = 700
static

Definition at line 73 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_VG = 1965
static

Definition at line 79 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_VH = 1962
static

Definition at line 77 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_VS = 1963
static

Definition at line 78 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.DFTAG_WILDCARD = 0
static

Definition at line 46 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.DIM_VALS = "DimVal0.0"
static

Definition at line 183 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.DIM_VALS01 = "DimVal0.1"
static

Definition at line 184 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.FAIL = -1
static

FAIL.

Definition at line 25 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.FLOAT128 = "FLOAT128"
static

Definition at line 204 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.FLOAT32 = "FLOAT32"
static

Definition at line 202 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.FLOAT64 = "FLOAT64"
static

Definition at line 203 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final int ncsa.hdf.hdflib.HDFConstants.FULL_INTERLACE = 0
static

interlacing supported by the vset.

Definition at line 91 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.GR = "HDF_GR"
static

Definition at line 192 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.GR_NAME = "RIG0.0"
static

Definition at line 173 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.HDF_ATTRIBUTE = "Attr0.0"
static

Definition at line 179 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.HDF_CDF = "CDF0.0"
static

Definition at line 186 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.HDF_CHK_TBL = "_HDF_CHK_TBL_"
static

Definition at line 185 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.HDF_CHUNK = 0x1
static

Definition at line 167 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.HDF_COMP = 0x3
static

Definition at line 168 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.HDF_DIMENSION = "Dim0.0"
static

Definition at line 181 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.HDF_NBIT = 0x5
static

Definition at line 169 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.HDF_NONE = 0x0
static

Definition at line 166 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.HDF_UDIMENSION = "UDim0.0"
static

Definition at line 182 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.HDF_VARIABLE = "Var0.0"
static

Definition at line 180 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.INT128 = "INT128"
static

Definition at line 213 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.INT16 = "INT16"
static

Definition at line 207 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.INT32 = "INT32"
static

Definition at line 209 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.INT64 = "INT64"
static

Definition at line 211 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.INT8 = "INT8"
static

Definition at line 205 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final int ncsa.hdf.hdflib.HDFConstants.MAX_VAR_DIMS = 32
static

Definition at line 170 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.MFGR_INTERLACE_COMPONENT = MFGR_INTERLACE_PIXEL +2
static

component interlacing scheme

Definition at line 88 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.MFGR_INTERLACE_LINE = MFGR_INTERLACE_PIXEL +1
static

line interlacing scheme

Definition at line 85 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.MFGR_INTERLACE_PIXEL = 0
static

pixel interlacing scheme

Definition at line 82 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.NO_INTERLACE = 1
static

Definition at line 92 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.RI24 = "HDF_RI24"
static

Definition at line 191 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.RI8 = "HDF_RI8"
static

Definition at line 190 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.RI_NAME = "RI0.0"
static

Definition at line 174 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.RIGATTRCLASS = "RIATTR0.0C"
static

Definition at line 176 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.RIGATTRNAME = "RIATTR0.0N"
static

Definition at line 175 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.SD_DIMVAL_BW_COMP = 1
static

Definition at line 163 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.SD_DIMVAL_BW_INCOMP = 0
static

Definition at line 164 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.SD_FILL = 0
static

Definition at line 161 of file HDFConstants.java.

final int ncsa.hdf.hdflib.HDFConstants.SD_NOFILL = 0x100
static

Definition at line 162 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.SDS = "HDF_SDS"
static

Definition at line 193 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.UCHAR16 = "UCHAR16"
static

Definition at line 200 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.UCHAR8 = "UCHAR8"
static

Definition at line 198 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.UINT128 = "UINT128"
static

Definition at line 214 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.UINT16 = "UINT16"
static

Definition at line 208 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.UINT32 = "UINT32"
static

Definition at line 210 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.UINT64 = "UINT64"
static

Definition at line 212 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.UINT8 = "UINT8"
static

Definition at line 206 of file HDFConstants.java.

Referenced by ncsa.hdf.hdflib.HDFConstants.getType().

final String ncsa.hdf.hdflib.HDFConstants.VDATA = "HDF_VDATA"
static

Definition at line 194 of file HDFConstants.java.

final String ncsa.hdf.hdflib.HDFConstants.VGROUP = "HDF_GROUP"
static

Definition at line 195 of file HDFConstants.java.


The documentation for this class was generated from the following file: