|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAStopRenderer
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 |
---|
static final int IID86ae5ab2_1908_4234_98b0_98295b95f2a6
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IMarkerSymbol getStopSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStopSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getUnlocatedSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnlocatedSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getErrorSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setErrorSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getTimeViolationSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeViolationSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getTextSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextSymbol(ITextSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |