com.esri.arcgis.geodatabase
Interface esriNetworkTurnType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkTurnType
extends java.io.Serializable

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

Description: 'The type of network turn.' 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 esriNTTExplicit
          The turn element is derived from a feature in a turn feature source.
static int esriNTTImplicit
          The turn element is implied from the transition between two edge elements through a junction.
 

Field Detail

esriNTTImplicit

static final int esriNTTImplicit
The turn element is implied from the transition between two edge elements through a junction.

See Also:
Constant Field Values

esriNTTExplicit

static final int esriNTTExplicit
The turn element is derived from a feature in a turn feature source.

See Also:
Constant Field Values