|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkTrafficRenderer
Provides access to members that control drawing traffic along a network dataset.
Method Summary | |
---|---|
IColor |
deriveLineCasingsColor(IColor interiorColor)
The exterior line casing color dervived from the interior color. |
double |
getExteriorLineWidthIncrement()
The additional width of the exterior line symbol above the width of the interior line symbol. |
IDoubleArray |
getInteriorLineWidthsByHierarchyLevelIndex()
The interior line widths by hierarchy level index. |
IColor |
getLineCasingsColor()
The line casings color. |
IDoubleArray |
getScaleFilters()
The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value. |
boolean |
isDrawLineWidthByHierarchyLevelIndex()
Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols. |
boolean |
isShowLiveTrafficOnly()
Indicates whether to only show live traffic or otherwise show all traffic. |
boolean |
isUseDerivedLineCasingsColor()
Indicates whether to derive the line casings colors from the interior color of the legend line symbols or otherwise use the line casings color. |
boolean |
isUseLineCasings()
Indicates whether to use line casings. |
boolean |
isUseScaleFilters()
Indicates whether to use scale ratio filters by hierarchy level. |
void |
setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy)
Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols. |
void |
setInteriorLineWidthsByHierarchyLevelIndex(IDoubleArray widths)
The interior line widths by hierarchy level index. |
void |
setLineCasingsColor(IColor exteriorColor)
The line casings color. |
void |
setScaleFilters(IDoubleArray scaleRatios)
The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value. |
void |
setShowLiveTrafficOnly(boolean liveTrafficOnly)
Indicates whether to only show live traffic or otherwise show all traffic. |
void |
setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor)
Indicates whether to derive the line casings colors from the interior color of the legend line symbols or otherwise use the line casings color. |
void |
setUseLineCasings(boolean useLineCasings)
Indicates whether to use line casings. |
void |
setUseScaleFilters(boolean useScaleFilters)
Indicates whether to use scale ratio filters by hierarchy level. |
Method Detail |
---|
boolean isShowLiveTrafficOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowLiveTrafficOnly(boolean liveTrafficOnly) throws IOException, AutomationException
liveTrafficOnly
- The liveTrafficOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseScaleFilters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseScaleFilters(boolean useScaleFilters) throws IOException, AutomationException
useScaleFilters
- The useScaleFilters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getScaleFilters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleFilters(IDoubleArray scaleRatios) throws IOException, AutomationException
scaleRatios
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDrawLineWidthByHierarchyLevelIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy) throws IOException, AutomationException
useHierarchy
- The useHierarchy (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getInteriorLineWidthsByHierarchyLevelIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInteriorLineWidthsByHierarchyLevelIndex(IDoubleArray widths) throws IOException, AutomationException
widths
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getExteriorLineWidthIncrement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseLineCasings() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseLineCasings(boolean useLineCasings) throws IOException, AutomationException
useLineCasings
- The useLineCasings (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseDerivedLineCasingsColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor) throws IOException, AutomationException
useDerivedLineCasingsColor
- The useDerivedLineCasingsColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor deriveLineCasingsColor(IColor interiorColor) throws IOException, AutomationException
interiorColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getLineCasingsColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineCasingsColor(IColor exteriorColor) throws IOException, AutomationException
exteriorColor
- A reference to a com.esri.arcgis.display.IColor (in)
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 |