com.esri.arcgis.networkanalyst
Interface INASymbolizer

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

public interface INASymbolizer
extends java.io.Serializable

COM Interface 'INASymbolizer'. 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 IIDd7e9bc9e_383c_4b16_bc18_bd90025b4eec
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean applies(INAContext nAContext)
          Indicates if the symbolizer applies to the analysis context.
 INALayer createLayer(INAContext nAContext)
          Creates a new analysis layer.
 int getPriority()
          The priority is used to determine the best symbolizer to symbolize a network analysis layer.
 boolean updateLayer(INALayer nALayer)
          Updates an existing analysis layer.
 

Field Detail

IIDd7e9bc9e_383c_4b16_bc18_bd90025b4eec

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

applies

boolean applies(INAContext nAContext)
                throws java.io.IOException,
                       AutomationException
Indicates if the symbolizer applies to the analysis context.

Parameters:
nAContext - A reference to a com.esri.arcgis.networkanalyst.INAContext (in)
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPriority

int getPriority()
                throws java.io.IOException,
                       AutomationException
The priority is used to determine the best symbolizer to symbolize a network analysis layer. If multiple symbolizers apply to the network analysis layer, the one with the largest numeric value for priority is used to create and update the network analysis laye?????O

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createLayer

INALayer createLayer(INAContext nAContext)
                     throws java.io.IOException,
                            AutomationException
Creates a new analysis layer.

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

updateLayer

boolean updateLayer(INALayer nALayer)
                    throws java.io.IOException,
                           AutomationException
Updates an existing analysis layer.

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