com.esri.arcgis.networkanalyst
Interface INAStopRenderer2

All Superinterfaces:
INAStopRenderer, java.io.Serializable
All Known Implementing Classes:
INAStopRenderer2Proxy, NAStopRenderer

public interface INAStopRenderer2
extends INAStopRenderer, java.io.Serializable

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

Description: 'Provides access to symbols used to display stops.' 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 IID7b5a7712_1579_4471_ba83_c4e34829a9f1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAStopRenderer
IID86ae5ab2_1908_4234_98b0_98295b95f2a6
 
Method Summary
 ILegendClass getLegendClass(int symbolType)
          The legend class associated with the stop symbol type.
 int getStopSymbolPosition(int symbolType)
          The stop symbol position of the symbol type in the group of all stop renderer symbol types.
 boolean isVisible(int symbolType)
          Indicates if the stop symbol type is visible.
 void moveStopSymbol(int symbolType, int newPosition)
          Move the stop symbol type to the new position in the group of all stop renderer symbol types.
 void setVisible(int symbolType, boolean show)
          Indicates if the stop symbol type is visible.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStopRenderer
getErrorSymbol, getStopSymbol, getTextSymbol, getTimeViolationSymbol, getUnlocatedSymbol, setErrorSymbol, setStopSymbol, setTextSymbol, setTimeViolationSymbol, setUnlocatedSymbol
 

Field Detail

IID7b5a7712_1579_4471_ba83_c4e34829a9f1

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

getStopSymbolPosition

int getStopSymbolPosition(int symbolType)
                          throws java.io.IOException,
                                 AutomationException
The stop symbol position of the symbol type in the group of all stop renderer symbol types.

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

moveStopSymbol

void moveStopSymbol(int symbolType,
                    int newPosition)
                    throws java.io.IOException,
                           AutomationException
Move the stop symbol type to the new position in the group of all stop renderer symbol types.

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

isVisible

boolean isVisible(int symbolType)
                  throws java.io.IOException,
                         AutomationException
Indicates if the stop symbol type is visible.

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

setVisible

void setVisible(int symbolType,
                boolean show)
                throws java.io.IOException,
                       AutomationException
Indicates if the stop symbol type is visible.

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

getLegendClass

ILegendClass getLegendClass(int symbolType)
                            throws java.io.IOException,
                                   AutomationException
The legend class associated with the stop symbol type.

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