com.esri.arcgis.system
Interface esriByteSwapDataType

All Superinterfaces:
Serializable

public interface esriByteSwapDataType
extends Serializable

Data type to prform byte swapping on.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriBSDTbool
          Data type for byte swap = bool
static int esriBSDTBOOLU
          Data type for byte swap = BOOL
static int esriBSDTBYTE
          Data type for byte swap = BYTE
static int esriBSDTchar
          Data type for byte swap = char
static int esriBSDTDOUBLE
          Data type for byte swap = DOUBLE
static int esriBSDTFLOAT
          Data type for byte swap = FLOAT
static int esriBSDTGUID
          Data type for byte swap = GUID
static int esriBSDTLONG
          Data type for byte swap = LONG
static int esriBSDTLONGLONG
          Data type for byte swap = LONGLONG
static int esriBSDTSHORT
          Data type for byte swap = SHORT
static int esriBSDTULONG
          Data type for byte swap = ULONG
static int esriBSDTULONGLONG
          Data type for byte swap = ULONGLONG
static int esriBSDTunsignedint
          Data type for byte swap = unsigned int
static int esriBSDTUSHORT
          Data type for byte swap = USHORT
static int esriBSDTWCHAR
          Data type for byte swap = WCHAR
 

Field Detail

esriBSDTchar

static final int esriBSDTchar
Data type for byte swap = char

See Also:
Constant Field Values

esriBSDTbool

static final int esriBSDTbool
Data type for byte swap = bool

See Also:
Constant Field Values

esriBSDTunsignedint

static final int esriBSDTunsignedint
Data type for byte swap = unsigned int

See Also:
Constant Field Values

esriBSDTBYTE

static final int esriBSDTBYTE
Data type for byte swap = BYTE

See Also:
Constant Field Values

esriBSDTBOOLU

static final int esriBSDTBOOLU
Data type for byte swap = BOOL

See Also:
Constant Field Values

esriBSDTUSHORT

static final int esriBSDTUSHORT
Data type for byte swap = USHORT

See Also:
Constant Field Values

esriBSDTSHORT

static final int esriBSDTSHORT
Data type for byte swap = SHORT

See Also:
Constant Field Values

esriBSDTULONG

static final int esriBSDTULONG
Data type for byte swap = ULONG

See Also:
Constant Field Values

esriBSDTLONG

static final int esriBSDTLONG
Data type for byte swap = LONG

See Also:
Constant Field Values

esriBSDTULONGLONG

static final int esriBSDTULONGLONG
Data type for byte swap = ULONGLONG

See Also:
Constant Field Values

esriBSDTLONGLONG

static final int esriBSDTLONGLONG
Data type for byte swap = LONGLONG

See Also:
Constant Field Values

esriBSDTFLOAT

static final int esriBSDTFLOAT
Data type for byte swap = FLOAT

See Also:
Constant Field Values

esriBSDTDOUBLE

static final int esriBSDTDOUBLE
Data type for byte swap = DOUBLE

See Also:
Constant Field Values

esriBSDTGUID

static final int esriBSDTGUID
Data type for byte swap = GUID

See Also:
Constant Field Values

esriBSDTWCHAR

static final int esriBSDTWCHAR
Data type for byte swap = WCHAR

See Also:
Constant Field Values