com.esri.arcgis.carto
Interface INetworkLayerSymbology

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultNetworkLayerSymbology, INetworkLayerSymbologyProxy

public interface INetworkLayerSymbology
extends java.io.Serializable

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

Description: 'Provides access to members that symbolize network layers.' 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 IID9abb7b93_7f5f_43b2_a0b9_15f468898530
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getPriority()
          The priority is used to determine the best symbolizer to symbolize a network layer.
 boolean isCanSymbolize(INetworkLayer layer)
          Indicates if it can create symbology for this type of network layer.
 void symbolize(INetworkLayer layer)
          Generates symbology for the network layer.
 

Field Detail

IID9abb7b93_7f5f_43b2_a0b9_15f468898530

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

isCanSymbolize

boolean isCanSymbolize(INetworkLayer layer)
                       throws java.io.IOException,
                              AutomationException
Indicates if it can create symbology for this type of network layer.

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

getPriority

double getPriority()
                   throws java.io.IOException,
                          AutomationException
The priority is used to determine the best symbolizer to symbolize a network layer. If multiple symbolizers can symbolize the network layer, the one with the largest numeric value for priority is chosen.

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

symbolize

void symbolize(INetworkLayer layer)
               throws java.io.IOException,
                      AutomationException
Generates symbology for the network layer.

Parameters:
layer - A reference to a com.esri.arcgis.carto.INetworkLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.