com.esri.arcgis.carto
Interface esriNetworkArrowType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkArrowType
extends java.io.Serializable

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

Description: 'Types of arrow positions for restriction traversability.' 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 esriNetworkArrowTypeEndpoint
          Draw arrows and the endpoint of the edge.
static int esriNetworkArrowTypeMidpoint
          Draw arrows and the midpoint of the edge.
static int esriNetworkArrowTypeNoArrow
          Do not draw arrows.
 

Field Detail

esriNetworkArrowTypeNoArrow

static final int esriNetworkArrowTypeNoArrow
Do not draw arrows.

See Also:
Constant Field Values

esriNetworkArrowTypeEndpoint

static final int esriNetworkArrowTypeEndpoint
Draw arrows and the endpoint of the edge.

See Also:
Constant Field Values

esriNetworkArrowTypeMidpoint

static final int esriNetworkArrowTypeMidpoint
Draw arrows and the midpoint of the edge.

See Also:
Constant Field Values