com.esri.arcgis.datasourcesfile
Interface esriSMBacktrackPolicy

All Superinterfaces:
java.io.Serializable

public interface esriSMBacktrackPolicy
extends java.io.Serializable

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

Description: 'Deprecated as of 10.1. Backtrack policy types.' 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 esriSMBTPAllow
          Allow U-turns unless there is a turn restriction in the source data.
static int esriSMBTPDeadend
          Allow U-turns only at dead ends (unless there is a turn restriction in the source data).
static int esriSMBTPDisable
          Prohibit making U-turns anywhere.
 

Field Detail

esriSMBTPDisable

static final int esriSMBTPDisable
Prohibit making U-turns anywhere.

See Also:
Constant Field Values

esriSMBTPAllow

static final int esriSMBTPAllow
Allow U-turns unless there is a turn restriction in the source data.

See Also:
Constant Field Values

esriSMBTPDeadend

static final int esriSMBTPDeadend
Allow U-turns only at dead ends (unless there is a turn restriction in the source data).

See Also:
Constant Field Values