com.esri.arcgis.geometry
Interface wkbByteOrder

All Superinterfaces:
Serializable

public interface wkbByteOrder
extends Serializable

The network byte order chosen for an OGIS OLE/COM Well Known Binary buffer (v1.1).

Product Availability

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


Field Summary
static int wkbNDR
           
static int wkbXDR
           
 

Field Detail

wkbXDR

static final int wkbXDR
See Also:
Constant Field Values

wkbNDR

static final int wkbNDR
See Also:
Constant Field Values