com.esri.arcgis.networkanalyst
Interface esriNAOutputLineType

All Superinterfaces:
Serializable

public interface esriNAOutputLineType
extends Serializable

Options for service area line results.

Remarks

The esriNAOutputLineType specifies the type of lines generated by the network analyst solvers.

Product Availability

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


Field Summary
static int esriNAOutputLineNone
          No polylines are generated.
static int esriNAOutputLineStraight
          Straight polylines between the two endpoints are generated.
static int esriNAOutputLineTrueShape
          Polylines based on the true network feature geometry are generated.
static int esriNAOutputLineTrueShapeWithMeasure
          Polylines based on the true network feature geometry are generated, and measures are added whenever possible.
 

Field Detail

esriNAOutputLineNone

static final int esriNAOutputLineNone
No polylines are generated.

See Also:
Constant Field Values

esriNAOutputLineStraight

static final int esriNAOutputLineStraight
Straight polylines between the two endpoints are generated.

See Also:
Constant Field Values

esriNAOutputLineTrueShape

static final int esriNAOutputLineTrueShape
Polylines based on the true network feature geometry are generated.

See Also:
Constant Field Values

esriNAOutputLineTrueShapeWithMeasure

static final int esriNAOutputLineTrueShapeWithMeasure
Polylines based on the true network feature geometry are generated, and measures are added whenever possible.

See Also:
Constant Field Values