com.esri.arcgis.networkanalyst
Interface esriDirectionsStringType

All Superinterfaces:
java.io.Serializable

public interface esriDirectionsStringType
extends java.io.Serializable

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

Description: 'Types of Direction strings.' 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 esriDSTAltName
          Alternate street name directions string type.
static int esriDSTArrive
          Arrive directions string type.
static int esriDSTBranch
          Sign branch information directions string type.
static int esriDSTCrossStreet
          Cross street name directions string type.
static int esriDSTCumulativeLength
          Cumulative Length directions string type.
static int esriDSTDepart
          Depart directions string type.
static int esriDSTEstimatedArrivalTime
          Estimated Arrival Time directions string type.
static int esriDSTExit
          Sign exit number directions string type.
static int esriDSTGeneral
          General directions string type.
static int esriDSTLength
          Length directions string type.
static int esriDSTServiceTime
          Service Time directions string type.
static int esriDSTStreetName
          Street name directions string type.
static int esriDSTSummary
          Time directions string type.
static int esriDSTTime
          Time directions string type.
static int esriDSTTimeWindow
          Time Window directions string type.
static int esriDSTToward
          Sign toward information directions string type.
static int esriDSTViolationTime
          Violation Time directions string type.
static int esriDSTWaitTime
          Wait Time directions string type.
 

Field Detail

esriDSTGeneral

static final int esriDSTGeneral
General directions string type.

See Also:
Constant Field Values

esriDSTDepart

static final int esriDSTDepart
Depart directions string type.

See Also:
Constant Field Values

esriDSTArrive

static final int esriDSTArrive
Arrive directions string type.

See Also:
Constant Field Values

esriDSTLength

static final int esriDSTLength
Length directions string type.

See Also:
Constant Field Values

esriDSTTime

static final int esriDSTTime
Time directions string type.

See Also:
Constant Field Values

esriDSTSummary

static final int esriDSTSummary
Time directions string type.

See Also:
Constant Field Values

esriDSTTimeWindow

static final int esriDSTTimeWindow
Time Window directions string type.

See Also:
Constant Field Values

esriDSTViolationTime

static final int esriDSTViolationTime
Violation Time directions string type.

See Also:
Constant Field Values

esriDSTWaitTime

static final int esriDSTWaitTime
Wait Time directions string type.

See Also:
Constant Field Values

esriDSTServiceTime

static final int esriDSTServiceTime
Service Time directions string type.

See Also:
Constant Field Values

esriDSTEstimatedArrivalTime

static final int esriDSTEstimatedArrivalTime
Estimated Arrival Time directions string type.

See Also:
Constant Field Values

esriDSTCumulativeLength

static final int esriDSTCumulativeLength
Cumulative Length directions string type.

See Also:
Constant Field Values

esriDSTStreetName

static final int esriDSTStreetName
Street name directions string type.

See Also:
Constant Field Values

esriDSTAltName

static final int esriDSTAltName
Alternate street name directions string type.

See Also:
Constant Field Values

esriDSTBranch

static final int esriDSTBranch
Sign branch information directions string type.

See Also:
Constant Field Values

esriDSTToward

static final int esriDSTToward
Sign toward information directions string type.

See Also:
Constant Field Values

esriDSTCrossStreet

static final int esriDSTCrossStreet
Cross street name directions string type.

See Also:
Constant Field Values

esriDSTExit

static final int esriDSTExit
Sign exit number directions string type.

See Also:
Constant Field Values