com.esri.arcgis.datasourcesfile
Interface esriSMBacktrackPolicy

All Superinterfaces:
Serializable

public interface esriSMBacktrackPolicy
extends Serializable

Backtrack policy types.

Product Availability

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


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