DK11 for Delphi | GisFile8211.TGIS_DDFBinaryFormat | Enums
ISO 8211 binary format types.
// Delphi type TGIS_DDFBinaryFormat = ( NotBinary = 0, UInt = 1, SInt = 2, FPReal = 3, FloatReal = 4, FloatComplex = 5 );
// C++ Builder enum DECLSPEC_DENUM TGIS_DDFBinaryFormat unsigned short { NotBinary = 0, UInt = 1, SInt = 2, FPReal = 3, FloatReal = 4, FloatComplex = 5 };
Name | Value | Description | |
---|---|---|---|
NotBinary | 0 | Data is not in binary format. | |
UInt | 1 | Unsigned integer. | |
SInt | 2 | Signed integer. | |
FPReal | 3 | Real Floating point number. | |
FloatReal | 4 | Real floating point number. | |
FloatComplex | 5 | Complex floating point number. | |