com.esri.arcgis.networkanalyst
Interface INAStopRenderer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INAStopRenderer2
All Known Implementing Classes:
INAStopRenderer2Proxy, INAStopRendererProxy, NAStopRenderer

public interface INAStopRenderer
extends java.io.Serializable

COM Interface 'INAStopRenderer'. 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 IID86ae5ab2_1908_4234_98b0_98295b95f2a6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMarkerSymbol getErrorSymbol()
          The symbol used for a stop that has an error.
 IMarkerSymbol getStopSymbol()
          The symbol used for a located stop.
 ITextSymbol getTextSymbol()
          The text symbol used for a stop.
 IMarkerSymbol getTimeViolationSymbol()
          The symbol used for a stop that has a time window violation.
 IMarkerSymbol getUnlocatedSymbol()
          The symbol used for a stop that could not be found on the network.
 void setErrorSymbol(IMarkerSymbol symbol)
          The symbol used for a stop that has an error.
 void setStopSymbol(IMarkerSymbol symbol)
          The symbol used for a located stop.
 void setTextSymbol(ITextSymbol symbol)
          The text symbol used for a stop.
 void setTimeViolationSymbol(IMarkerSymbol symbol)
          The symbol used for a stop that has a time window violation.
 void setUnlocatedSymbol(IMarkerSymbol symbol)
          The symbol used for a stop that could not be found on the network.
 

Field Detail

IID86ae5ab2_1908_4234_98b0_98295b95f2a6

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

getStopSymbol

IMarkerSymbol getStopSymbol()
                            throws java.io.IOException,
                                   AutomationException
The symbol used for a located stop.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStopSymbol

void setStopSymbol(IMarkerSymbol symbol)
                   throws java.io.IOException,
                          AutomationException
The symbol used for a located stop.

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

getUnlocatedSymbol

IMarkerSymbol getUnlocatedSymbol()
                                 throws java.io.IOException,
                                        AutomationException
The symbol used for a stop that could not be found on the network.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnlocatedSymbol

void setUnlocatedSymbol(IMarkerSymbol symbol)
                        throws java.io.IOException,
                               AutomationException
The symbol used for a stop that could not be found on the network.

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

getErrorSymbol

IMarkerSymbol getErrorSymbol()
                             throws java.io.IOException,
                                    AutomationException
The symbol used for a stop that has an error.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorSymbol

void setErrorSymbol(IMarkerSymbol symbol)
                    throws java.io.IOException,
                           AutomationException
The symbol used for a stop that has an error.

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

getTimeViolationSymbol

IMarkerSymbol getTimeViolationSymbol()
                                     throws java.io.IOException,
                                            AutomationException
The symbol used for a stop that has a time window violation.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeViolationSymbol

void setTimeViolationSymbol(IMarkerSymbol symbol)
                            throws java.io.IOException,
                                   AutomationException
The symbol used for a stop that has a time window violation.

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

getTextSymbol

ITextSymbol getTextSymbol()
                          throws java.io.IOException,
                                 AutomationException
The text symbol used for a stop.

Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextSymbol

void setTextSymbol(ITextSymbol symbol)
                   throws java.io.IOException,
                          AutomationException
The text symbol used for a stop.

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