public interface IDynamicTrafficData
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc8696877_c08f_4fec_ac30_50c9aad43fbb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDc8696877_c08f_4fec_ac30_50c9aad43fbb
static final int xxDummy
static final java.lang.String IID
java.lang.String getDynamicTrafficTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDynamicTrafficTableName(java.lang.String dynamicTrafficTableName) throws java.io.IOException, AutomationException
dynamicTrafficTableName
- The dynamicTrafficTableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDynamicTrafficTMCFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDynamicTrafficTMCFieldName(java.lang.String dynamicTrafficTMCFieldName) throws java.io.IOException, AutomationException
dynamicTrafficTMCFieldName
- The dynamicTrafficTMCFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITrafficFeedLocation getTrafficFeedLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrafficFeedLocationByRef(ITrafficFeedLocation trafficFeedLocation) throws java.io.IOException, AutomationException
trafficFeedLocation
- A reference to a com.esri.arcgis.geodatabase.ITrafficFeedLocation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.