|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkTrafficRenderer
COM Interface 'INetworkTrafficRenderer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control drawing traffic along a network dataset.' 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 |
IID9db10a1f_c9a6_473f_9ac7_475dd02baa2e
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID9db10a1f_c9a6_473f_9ac7_475dd02baa2e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isShowLiveTrafficOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowLiveTrafficOnly(boolean liveTrafficOnly) throws java.io.IOException, AutomationException
liveTrafficOnly
- The liveTrafficOnly (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseScaleFilters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseScaleFilters(boolean useScaleFilters) throws java.io.IOException, AutomationException
useScaleFilters
- The useScaleFilters (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getScaleFilters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleFilters(IDoubleArray scaleRatios) throws java.io.IOException, AutomationException
scaleRatios
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDrawLineWidthByHierarchyLevelIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy) throws java.io.IOException, AutomationException
useHierarchy
- The useHierarchy (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getInteriorLineWidthsByHierarchyLevelIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInteriorLineWidthsByHierarchyLevelIndex(IDoubleArray widths) throws java.io.IOException, AutomationException
widths
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getExteriorLineWidthIncrement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseLineCasings() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseLineCasings(boolean useLineCasings) throws java.io.IOException, AutomationException
useLineCasings
- The useLineCasings (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseDerivedLineCasingsColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor) throws java.io.IOException, AutomationException
useDerivedLineCasingsColor
- The useDerivedLineCasingsColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor deriveLineCasingsColor(IColor interiorColor) throws java.io.IOException, AutomationException
interiorColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getLineCasingsColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineCasingsColor(IColor exteriorColor) throws java.io.IOException, AutomationException
exteriorColor
- A reference to a com.esri.arcgis.display.IColor (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 |