com.esri.arcgis.networkanalyst
Interface esriNAODCostMatrixType

All Superinterfaces:
java.io.Serializable

public interface esriNAODCostMatrixType
extends java.io.Serializable

Constants from esriNAODCostMatrixType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'OD cost matrix type.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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