com.esri.arcgis.networkanalyst
Interface INASymbolizer2

All Superinterfaces:
INASymbolizer, java.io.Serializable
All Known Implementing Classes:
INASymbolizer2Proxy, NAClosestFacilitySymbolizer, NALocationAllocationSymbolizer, NAODCostMatrixSymbolizer, NARouteSymbolizer, NAServiceAreaSymbolizer, NAVRPSymbolizer

public interface INASymbolizer2
extends INASymbolizer, java.io.Serializable

COM Interface 'INASymbolizer2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to the analysis result drawing.' 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 IID4672c3b5_0607_45d7_9c5f_51ec2ef50f45
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INASymbolizer
IIDd7e9bc9e_383c_4b16_bc18_bd90025b4eec
 
Method Summary
 void resetRenderers(IColor solverColor, INALayer nALayer)
          Resets the renderers based on the provided solver color.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INASymbolizer
applies, createLayer, getPriority, updateLayer
 

Field Detail

IID4672c3b5_0607_45d7_9c5f_51ec2ef50f45

static final int IID4672c3b5_0607_45d7_9c5f_51ec2ef50f45
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

resetRenderers

void resetRenderers(IColor solverColor,
                    INALayer nALayer)
                    throws java.io.IOException,
                           AutomationException
Resets the renderers based on the provided solver color.

Parameters:
solverColor - A reference to a com.esri.arcgis.display.IColor (in)
nALayer - A reference to a com.esri.arcgis.networkanalyst.INALayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.