|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.INetworkTrafficRendererProxy
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 =
public class INetworkTrafficRendererProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.INetworkTrafficRenderer |
---|
IID, IID9db10a1f_c9a6_473f_9ac7_475dd02baa2e |
Constructor Summary | |
---|---|
|
INetworkTrafficRendererProxy()
Deprecated. For internal use only |
|
INetworkTrafficRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
INetworkTrafficRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INetworkTrafficRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INetworkTrafficRendererProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IColor |
deriveLineCasingsColor(IColor interiorColor)
Deprecated. The exterior line casing color dervived from the interior color. |
double |
getExteriorLineWidthIncrement()
Deprecated. The additional width of the exterior line symbol above the width of the interior line symbol. |
IDoubleArray |
getInteriorLineWidthsByHierarchyLevelIndex()
Deprecated. The interior line widths by hierarchy level index. |
IColor |
getLineCasingsColor()
Deprecated. The line casings color. |
IDoubleArray |
getScaleFilters()
Deprecated. The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value. |
boolean |
isDrawLineWidthByHierarchyLevelIndex()
Deprecated. Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols. |
boolean |
isShowLiveTrafficOnly()
Deprecated. Indicates whether to only show live traffic or otherwise show all traffic. |
boolean |
isUseDerivedLineCasingsColor()
Deprecated. 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()
Deprecated. Indicates whether to use line casings. |
boolean |
isUseScaleFilters()
Deprecated. Indicates whether to use scale ratio filters by hierarchy level. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy)
Deprecated. 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)
Deprecated. The interior line widths by hierarchy level index. |
void |
setLineCasingsColor(IColor exteriorColor)
Deprecated. The line casings color. |
void |
setScaleFilters(IDoubleArray scaleRatios)
Deprecated. The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value. |
void |
setShowLiveTrafficOnly(boolean liveTrafficOnly)
Deprecated. Indicates whether to only show live traffic or otherwise show all traffic. |
void |
setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor)
Deprecated. 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)
Deprecated. Indicates whether to use line casings. |
void |
setUseScaleFilters(boolean useScaleFilters)
Deprecated. Indicates whether to use scale ratio filters by hierarchy level. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INetworkTrafficRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INetworkTrafficRendererProxy()
public INetworkTrafficRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INetworkTrafficRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INetworkTrafficRendererProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isShowLiveTrafficOnly() throws java.io.IOException, AutomationException
isShowLiveTrafficOnly
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowLiveTrafficOnly(boolean liveTrafficOnly) throws java.io.IOException, AutomationException
setShowLiveTrafficOnly
in interface INetworkTrafficRenderer
liveTrafficOnly
- The liveTrafficOnly (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseScaleFilters() throws java.io.IOException, AutomationException
isUseScaleFilters
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseScaleFilters(boolean useScaleFilters) throws java.io.IOException, AutomationException
setUseScaleFilters
in interface INetworkTrafficRenderer
useScaleFilters
- The useScaleFilters (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getScaleFilters() throws java.io.IOException, AutomationException
getScaleFilters
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScaleFilters(IDoubleArray scaleRatios) throws java.io.IOException, AutomationException
setScaleFilters
in interface INetworkTrafficRenderer
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.public boolean isDrawLineWidthByHierarchyLevelIndex() throws java.io.IOException, AutomationException
isDrawLineWidthByHierarchyLevelIndex
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy) throws java.io.IOException, AutomationException
setDrawLineWidthByHierarchyLevelIndex
in interface INetworkTrafficRenderer
useHierarchy
- The useHierarchy (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getInteriorLineWidthsByHierarchyLevelIndex() throws java.io.IOException, AutomationException
getInteriorLineWidthsByHierarchyLevelIndex
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInteriorLineWidthsByHierarchyLevelIndex(IDoubleArray widths) throws java.io.IOException, AutomationException
setInteriorLineWidthsByHierarchyLevelIndex
in interface INetworkTrafficRenderer
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.public double getExteriorLineWidthIncrement() throws java.io.IOException, AutomationException
getExteriorLineWidthIncrement
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseLineCasings() throws java.io.IOException, AutomationException
isUseLineCasings
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseLineCasings(boolean useLineCasings) throws java.io.IOException, AutomationException
setUseLineCasings
in interface INetworkTrafficRenderer
useLineCasings
- The useLineCasings (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseDerivedLineCasingsColor() throws java.io.IOException, AutomationException
isUseDerivedLineCasingsColor
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor) throws java.io.IOException, AutomationException
setUseDerivedLineCasingsColor
in interface INetworkTrafficRenderer
useDerivedLineCasingsColor
- The useDerivedLineCasingsColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor deriveLineCasingsColor(IColor interiorColor) throws java.io.IOException, AutomationException
deriveLineCasingsColor
in interface INetworkTrafficRenderer
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.public IColor getLineCasingsColor() throws java.io.IOException, AutomationException
getLineCasingsColor
in interface INetworkTrafficRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineCasingsColor(IColor exteriorColor) throws java.io.IOException, AutomationException
setLineCasingsColor
in interface INetworkTrafficRenderer
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 |