com.esri.arcgis.geodatabase
Interface esriNetworkJunctionConnectivityPolicy

All Superinterfaces:
java.io.Serializable

public interface esriNetworkJunctionConnectivityPolicy
extends java.io.Serializable

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

Description: 'Policy on how network junction element connect to edge elements.' 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 esriNJCPHonor
          Junction element connects to a coincident edge element's vertex if the edge's connectivity policy permits it to.
static int esriNJCPOverride
          Junction element always connects to a coincident edge element's vertex, regardless of the edge's connectivity policy.
 

Field Detail

esriNJCPHonor

static final int esriNJCPHonor
Junction element connects to a coincident edge element's vertex if the edge's connectivity policy permits it to.

See Also:
Constant Field Values

esriNJCPOverride

static final int esriNJCPOverride
Junction element always connects to a coincident edge element's vertex, regardless of the edge's connectivity policy.

See Also:
Constant Field Values