com.esri.arcgis.geodatabase
Interface IDynamicTrafficData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDynamicTrafficDataProxy, TrafficData

public interface IDynamicTrafficData
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc8696877_c08f_4fec_ac30_50c9aad43fbb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDynamicTrafficTableName()
          The name of the dynamic traffic table.
 java.lang.String getDynamicTrafficTMCFieldName()
          The field name for the dynamic traffic TMCs in the dynamic traffic.
 ITrafficFeedLocation getTrafficFeedLocation()
          The traffic feed location.
 void setDynamicTrafficTableName(java.lang.String dynamicTrafficTableName)
          The name of the dynamic traffic table.
 void setDynamicTrafficTMCFieldName(java.lang.String dynamicTrafficTMCFieldName)
          The field name for the dynamic traffic TMCs in the dynamic traffic.
 void setTrafficFeedLocationByRef(ITrafficFeedLocation trafficFeedLocation)
          The traffic feed location.
 

Field Detail

IIDc8696877_c08f_4fec_ac30_50c9aad43fbb

static final int IIDc8696877_c08f_4fec_ac30_50c9aad43fbb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDynamicTrafficTableName

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

Returns:
The dynamicTrafficTableName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDynamicTrafficTableName

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

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

getDynamicTrafficTMCFieldName

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

Returns:
The dynamicTrafficTMCFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDynamicTrafficTMCFieldName

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

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

getTrafficFeedLocation

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

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

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

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.