com.esri.arcgis.geodatabase
Class IDynamicTrafficDataProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDynamicTrafficDataProxy
All Implemented Interfaces:
IDynamicTrafficData, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDynamicTrafficData'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members in dynamic traffic data.' 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 IDynamicTrafficDataProxy
extends com.esri.arcgis.interop.Dispatch
implements IDynamicTrafficData, 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.geodatabase.IDynamicTrafficData
IID, IIDc8696877_c08f_4fec_ac30_50c9aad43fbb
 
Constructor Summary
  IDynamicTrafficDataProxy()
          Deprecated. For internal use only
  IDynamicTrafficDataProxy(java.lang.Object obj)
          Deprecated.  
protected IDynamicTrafficDataProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDynamicTrafficDataProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDynamicTrafficDataProxy(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.  
 java.lang.String getDynamicTrafficTableName()
          Deprecated. The name of the dynamic traffic table.
 java.lang.String getDynamicTrafficTMCFieldName()
          Deprecated. The field name for the dynamic traffic TMCs in the dynamic traffic.
 ITrafficFeedLocation getTrafficFeedLocation()
          Deprecated. The traffic feed location.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDynamicTrafficTableName(java.lang.String dynamicTrafficTableName)
          Deprecated. The name of the dynamic traffic table.
 void setDynamicTrafficTMCFieldName(java.lang.String dynamicTrafficTMCFieldName)
          Deprecated. The field name for the dynamic traffic TMCs in the dynamic traffic.
 void setTrafficFeedLocationByRef(ITrafficFeedLocation trafficFeedLocation)
          Deprecated. The traffic feed location.
 
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

IDynamicTrafficDataProxy

public IDynamicTrafficDataProxy(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

IDynamicTrafficDataProxy

public IDynamicTrafficDataProxy()
Deprecated. 
For internal use only


IDynamicTrafficDataProxy

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

IDynamicTrafficDataProxy

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

IDynamicTrafficDataProxy

protected IDynamicTrafficDataProxy(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

getDynamicTrafficTableName

public java.lang.String getDynamicTrafficTableName()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The name of the dynamic traffic table.

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

setDynamicTrafficTableName

public void setDynamicTrafficTableName(java.lang.String dynamicTrafficTableName)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The name of the dynamic traffic table.

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

getDynamicTrafficTMCFieldName

public java.lang.String getDynamicTrafficTMCFieldName()
                                               throws java.io.IOException,
                                                      AutomationException
Deprecated. 
The field name for the dynamic traffic TMCs in the dynamic traffic.

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

setDynamicTrafficTMCFieldName

public void setDynamicTrafficTMCFieldName(java.lang.String dynamicTrafficTMCFieldName)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The field name for the dynamic traffic TMCs in the dynamic traffic.

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

getTrafficFeedLocation

public ITrafficFeedLocation getTrafficFeedLocation()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The traffic feed location.

Specified by:
getTrafficFeedLocation in interface IDynamicTrafficData
Returns:
A reference to a com.esri.arcgis.geodatabase.ITrafficFeedLocation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrafficFeedLocationByRef

public void setTrafficFeedLocationByRef(ITrafficFeedLocation trafficFeedLocation)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The traffic feed location.

Specified by:
setTrafficFeedLocationByRef in interface IDynamicTrafficData
Parameters:
trafficFeedLocation - A reference to a com.esri.arcgis.geodatabase.ITrafficFeedLocation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.