com.esri.arcgis.datasourcesfile
Interface esriSMDirItemType

All Superinterfaces:
java.io.Serializable

public interface esriSMDirItemType
extends java.io.Serializable

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

Description: 'Deprecated as of 10.1. Types of direction items.' 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 esriSMDirItemArrive
          Item represents arriving at stop.
static int esriSMDirItemBorder
          Item represents border crossing.
static int esriSMDirItemBypass
          Item represents passing near some point of interest.
static int esriSMDirItemDayNumber
          Item represents number of day.
static int esriSMDirItemDepart
          Item represents departing from stop.
static int esriSMDirItemEndOfDay
          Item represents END OF DAY warning.
static int esriSMDirItemNewRoad
          Item represents new road name.
static int esriSMDirItemRestBreak
          Item represents REST BREAK warning.
 

Field Detail

esriSMDirItemNewRoad

static final int esriSMDirItemNewRoad
Item represents new road name.

See Also:
Constant Field Values

esriSMDirItemBypass

static final int esriSMDirItemBypass
Item represents passing near some point of interest.

See Also:
Constant Field Values

esriSMDirItemBorder

static final int esriSMDirItemBorder
Item represents border crossing.

See Also:
Constant Field Values

esriSMDirItemEndOfDay

static final int esriSMDirItemEndOfDay
Item represents END OF DAY warning.

See Also:
Constant Field Values

esriSMDirItemDayNumber

static final int esriSMDirItemDayNumber
Item represents number of day.

See Also:
Constant Field Values

esriSMDirItemRestBreak

static final int esriSMDirItemRestBreak
Item represents REST BREAK warning.

See Also:
Constant Field Values

esriSMDirItemDepart

static final int esriSMDirItemDepart
Item represents departing from stop.

See Also:
Constant Field Values

esriSMDirItemArrive

static final int esriSMDirItemArrive
Item represents arriving at stop.

See Also:
Constant Field Values