com.esri.arcgis.networkanalyst
Interface esriNAOutputLineType

All Superinterfaces:
java.io.Serializable

public interface esriNAOutputLineType
extends java.io.Serializable

Constants from esriNAOutputLineType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Options for service area line results.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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