com.esri.arcgis.carto
Interface INetworkEdgeRenderer2

All Superinterfaces:
INetworkEdgeRenderer, java.io.Serializable
All Known Implementing Classes:
INetworkEdgeRenderer2Proxy, NetworkTrafficRenderer, SimpleNetworkRenderer

public interface INetworkEdgeRenderer2
extends INetworkEdgeRenderer, java.io.Serializable

COM Interface 'INetworkEdgeRenderer2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the display properties of the renderer.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDd2622cb5_e2ee_42a3_b0de_fede451f1762
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.INetworkEdgeRenderer
IID4bd03700_90bf_4658_8b95_1351ff49027c
 
Method Summary
 boolean isShowArrows(int symbolType)
          Indicates if arrows are visible for the specified arrow symbol type.
 void setShowArrows(int symbolType, boolean show)
          Indicates if arrows are visible for the specified arrow symbol type.
 
Methods inherited from interface com.esri.arcgis.carto.INetworkEdgeRenderer
getArrowAttributeName, getArrowSymbol, getArrowType, setArrowAttributeName, setArrowSymbol, setArrowType
 

Field Detail

IIDd2622cb5_e2ee_42a3_b0de_fede451f1762

static final int IIDd2622cb5_e2ee_42a3_b0de_fede451f1762
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setShowArrows

void setShowArrows(int symbolType,
                   boolean show)
                   throws java.io.IOException,
                          AutomationException
Indicates if arrows are visible for the specified arrow symbol type.

Parameters:
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)
show - The show (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowArrows

boolean isShowArrows(int symbolType)
                     throws java.io.IOException,
                            AutomationException
Indicates if arrows are visible for the specified arrow symbol type.

Parameters:
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)
Returns:
The show
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.