com.esri.arcgis.networkanalyst
Interface esriNAODCostMatrixType

All Superinterfaces:
Serializable

public interface esriNAODCostMatrixType
extends Serializable

OD cost matrix type.

Remarks

The values within this enumeration are used to indicate the type of matrix to be populated.

The esriNAODCostMatrixType enumeration has the following values:

Product Availability

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


Field Summary
static int esriNAODCostMatrixFull
          Full cost matrix.
static int esriNAODCostMatrixNone
          No cost matrix.
static int esriNAODCostMatrixUpdate
          Updated cost matrix, with removal of unused origins and destinations.
 

Field Detail

esriNAODCostMatrixNone

static final int esriNAODCostMatrixNone
No cost matrix.

See Also:
Constant Field Values

esriNAODCostMatrixFull

static final int esriNAODCostMatrixFull
Full cost matrix.

See Also:
Constant Field Values

esriNAODCostMatrixUpdate

static final int esriNAODCostMatrixUpdate
Updated cost matrix, with removal of unused origins and destinations.

See Also:
Constant Field Values