com.esri.arcgis.networkanalyst
Interface esriNARouteSeedPointType

All Superinterfaces:
Serializable

public interface esriNARouteSeedPointType
extends Serializable

Options for route seed point type.

Remarks

The values within this enumeration are used to determine route seed point usage within a VRP problem instance. These values are stored in the SeedPointType field on the RouteSeedPoints NAClass within a VRP NAContext.

SeedPointType field values on the RouteSeedPoints NAClass identify how a given route seed point is to be used and updated within a Solve operation.

The esriNARouteSeedPointType enumeration has the following values:



Product Availability

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


Field Summary
static int esriNARouteSeedPointDynamic
          Dynamic route seed point based on order stops on route.
static int esriNARouteSeedPointStatic
          Static route seed point.
 

Field Detail

esriNARouteSeedPointStatic

static final int esriNARouteSeedPointStatic
Static route seed point.

See Also:
Constant Field Values

esriNARouteSeedPointDynamic

static final int esriNARouteSeedPointDynamic
Dynamic route seed point based on order stops on route.

See Also:
Constant Field Values