com.esri.arcgis.carto
Class INetworkTrafficRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.INetworkTrafficRendererProxy
All Implemented Interfaces:
INetworkTrafficRenderer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class INetworkTrafficRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements INetworkTrafficRenderer, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INetworkTrafficRendererProxy

public INetworkTrafficRendererProxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

INetworkTrafficRendererProxy

public INetworkTrafficRendererProxy()
Deprecated. 
For internal use only


INetworkTrafficRendererProxy

public INetworkTrafficRendererProxy(java.lang.Object obj)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INetworkTrafficRendererProxy

protected INetworkTrafficRendererProxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INetworkTrafficRendererProxy

protected INetworkTrafficRendererProxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isShowLiveTrafficOnly

public boolean isShowLiveTrafficOnly()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether to only show live traffic or otherwise show all traffic.

Specified by:
isShowLiveTrafficOnly in interface INetworkTrafficRenderer
Returns:
The liveTrafficOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowLiveTrafficOnly

public void setShowLiveTrafficOnly(boolean liveTrafficOnly)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether to only show live traffic or otherwise show all traffic.

Specified by:
setShowLiveTrafficOnly in interface INetworkTrafficRenderer
Parameters:
liveTrafficOnly - The liveTrafficOnly (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseScaleFilters

public boolean isUseScaleFilters()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether to use scale ratio filters by hierarchy level.

Specified by:
isUseScaleFilters in interface INetworkTrafficRenderer
Returns:
The useScaleFilters
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseScaleFilters

public void setUseScaleFilters(boolean useScaleFilters)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether to use scale ratio filters by hierarchy level.

Specified by:
setUseScaleFilters in interface INetworkTrafficRenderer
Parameters:
useScaleFilters - The useScaleFilters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScaleFilters

public IDoubleArray getScaleFilters()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value.

Specified by:
getScaleFilters in interface INetworkTrafficRenderer
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScaleFilters

public void setScaleFilters(IDoubleArray scaleRatios)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value.

Specified by:
setScaleFilters in interface INetworkTrafficRenderer
Parameters:
scaleRatios - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDrawLineWidthByHierarchyLevelIndex

public boolean isDrawLineWidthByHierarchyLevelIndex()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols.

Specified by:
isDrawLineWidthByHierarchyLevelIndex in interface INetworkTrafficRenderer
Returns:
The useHierarchy
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDrawLineWidthByHierarchyLevelIndex

public void setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols.

Specified by:
setDrawLineWidthByHierarchyLevelIndex in interface INetworkTrafficRenderer
Parameters:
useHierarchy - The useHierarchy (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInteriorLineWidthsByHierarchyLevelIndex

public IDoubleArray getInteriorLineWidthsByHierarchyLevelIndex()
                                                        throws java.io.IOException,
                                                               AutomationException
Deprecated. 
The interior line widths by hierarchy level index.

Specified by:
getInteriorLineWidthsByHierarchyLevelIndex in interface INetworkTrafficRenderer
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInteriorLineWidthsByHierarchyLevelIndex

public void setInteriorLineWidthsByHierarchyLevelIndex(IDoubleArray widths)
                                                throws java.io.IOException,
                                                       AutomationException
Deprecated. 
The interior line widths by hierarchy level index.

Specified by:
setInteriorLineWidthsByHierarchyLevelIndex in interface INetworkTrafficRenderer
Parameters:
widths - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExteriorLineWidthIncrement

public double getExteriorLineWidthIncrement()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The additional width of the exterior line symbol above the width of the interior line symbol.

Specified by:
getExteriorLineWidthIncrement in interface INetworkTrafficRenderer
Returns:
The increment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseLineCasings

public boolean isUseLineCasings()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether to use line casings.

Specified by:
isUseLineCasings in interface INetworkTrafficRenderer
Returns:
The useLineCasings
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseLineCasings

public void setUseLineCasings(boolean useLineCasings)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether to use line casings.

Specified by:
setUseLineCasings in interface INetworkTrafficRenderer
Parameters:
useLineCasings - The useLineCasings (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseDerivedLineCasingsColor

public boolean isUseDerivedLineCasingsColor()
                                     throws java.io.IOException,
                                            AutomationException
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.

Specified by:
isUseDerivedLineCasingsColor in interface INetworkTrafficRenderer
Returns:
The useDerivedLineCasingsColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseDerivedLineCasingsColor

public void setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor)
                                   throws java.io.IOException,
                                          AutomationException
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.

Specified by:
setUseDerivedLineCasingsColor in interface INetworkTrafficRenderer
Parameters:
useDerivedLineCasingsColor - The useDerivedLineCasingsColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deriveLineCasingsColor

public IColor deriveLineCasingsColor(IColor interiorColor)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The exterior line casing color dervived from the interior color.

Specified by:
deriveLineCasingsColor in interface INetworkTrafficRenderer
Parameters:
interiorColor - A reference to a com.esri.arcgis.display.IColor (in)
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLineCasingsColor

public IColor getLineCasingsColor()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The line casings color.

Specified by:
getLineCasingsColor in interface INetworkTrafficRenderer
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLineCasingsColor

public void setLineCasingsColor(IColor exteriorColor)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The line casings color.

Specified by:
setLineCasingsColor in interface INetworkTrafficRenderer
Parameters:
exteriorColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.