com.esri.arcgis.networkanalyst
Interface esriNADepotVisitType

All Superinterfaces:
Serializable

public interface esriNADepotVisitType
extends Serializable

Depot visit type.

Remarks

The values within this enumeration are used to indicate the type of visit(s) associated with a depot within a VRP problem instance. These values are stored in the VisitType field on the DepotVisits NAClass within a VRP NAContext.

VisitType field values on the DepotVisits NAClass identify what type of visit was performed at a given depot feature along a route within a Solve operation.

The esriNADepotVisitType enumeration has the following values:

Product Availability

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


Field Summary
static int esriNAEndDepot
          End depot.
static int esriNARenewalDepot
          Renewal depot.
static int esriNAStartDepot
          Start depot.
 

Field Detail

esriNAStartDepot

static final int esriNAStartDepot
Start depot.

See Also:
Constant Field Values

esriNAEndDepot

static final int esriNAEndDepot
End depot.

See Also:
Constant Field Values

esriNARenewalDepot

static final int esriNARenewalDepot
Renewal depot.

See Also:
Constant Field Values