com.esri.arcgis.networkanalyst
Interface esriDirectionsOutputType

All Superinterfaces:
Serializable

public interface esriDirectionsOutputType
extends Serializable

Network directions output type.

Product Availability

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


Field Summary
static int esriDOTComplete
          Directions output that includes all directions properties.
static int esriDOTCompleteNoEvents
          Directions output that includes all directions properties except events.
static int esriDOTInstructionsOnly
          Directions output that includes text instructions, time, length and ETA.
static int esriDOTStandard
          Standard directions output – direction text instructions, geometry, time, length, ETA.
static int esriDOTSummaryOnly
          Directions output that contains only summary (time and length).
 

Field Detail

esriDOTStandard

static final int esriDOTStandard
Standard directions output – direction text instructions, geometry, time, length, ETA. Does not include events, new types of strings (street names, signposts info), Maneuver type, Bearings and Turn angle.

See Also:
Constant Field Values

esriDOTComplete

static final int esriDOTComplete
Directions output that includes all directions properties.

See Also:
Constant Field Values

esriDOTCompleteNoEvents

static final int esriDOTCompleteNoEvents
Directions output that includes all directions properties except events.

See Also:
Constant Field Values

esriDOTInstructionsOnly

static final int esriDOTInstructionsOnly
Directions output that includes text instructions, time, length and ETA. Does not include geometry.

See Also:
Constant Field Values

esriDOTSummaryOnly

static final int esriDOTSummaryOnly
Directions output that contains only summary (time and length). Detailed text instructions and geometry are not provided.

See Also:
Constant Field Values