com.esri.arcgis.networkanalyst
Interface esriNAOrderAssignmentRule

All Superinterfaces:
Serializable

public interface esriNAOrderAssignmentRule
extends Serializable

Options for order assignment rule.

Remarks

The values within this enumeration are used to determine order usage and assignment within a VRP problem instance. These values are stored in the AssignmentRule field on the Orders NAClass within a VRP NAContext.

AssignmentRule field values on the Orders NAClass identify whether or not to include a given order feature within a Solve operation and how to preserve any pre-existing route assignment information.

The esriNAOrderAssignmentRule enumeration has the following values:

Product Availability

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


Field Summary
static int esriNAOrderExcludeFromSolve
          Exclude from solve.
static int esriNAOrderOverride
          Override pre-assignment.
static int esriNAOrderPreserveRoute
          Preserve route pre-assignment.
static int esriNAOrderPreserveRouteAndRelativeSequence
          Preserve route and relative sequence pre-assignment.
 

Field Detail

esriNAOrderExcludeFromSolve

static final int esriNAOrderExcludeFromSolve
Exclude from solve.

See Also:
Constant Field Values

esriNAOrderPreserveRouteAndRelativeSequence

static final int esriNAOrderPreserveRouteAndRelativeSequence
Preserve route and relative sequence pre-assignment.

See Also:
Constant Field Values

esriNAOrderPreserveRoute

static final int esriNAOrderPreserveRoute
Preserve route pre-assignment.

See Also:
Constant Field Values

esriNAOrderOverride

static final int esriNAOrderOverride
Override pre-assignment.

See Also:
Constant Field Values