com.esri.arcgis.geodatabase
Interface esriNetworkEdgeDirection

All Superinterfaces:
java.io.Serializable

public interface esriNetworkEdgeDirection
extends java.io.Serializable

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

Description: 'The direction of a network edge element relative to the direction of its source object.' 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 esriNEDAgainstDigitized
          The network edge element is in the opposite direction as its source object direction.
static int esriNEDAlongDigitized
          The network edge element is in the same direction as its source object direction.
static int esriNEDNone
          The network edge element's source object does not have a digitization direction.
 

Field Detail

esriNEDNone

static final int esriNEDNone
The network edge element's source object does not have a digitization direction.

See Also:
Constant Field Values

esriNEDAlongDigitized

static final int esriNEDAlongDigitized
The network edge element is in the same direction as its source object direction.

See Also:
Constant Field Values

esriNEDAgainstDigitized

static final int esriNEDAgainstDigitized
The network edge element is in the opposite direction as its source object direction.

See Also:
Constant Field Values