|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicTrafficData
Provides access to members in dynamic traffic data.
Method Summary | |
---|---|
String |
getDynamicTrafficTableName()
The name of the dynamic traffic table. |
String |
getDynamicTrafficTMCFieldName()
The field name for the dynamic traffic TMCs in the dynamic traffic. |
ITrafficFeedLocation |
getTrafficFeedLocation()
The traffic feed location. |
void |
setDynamicTrafficTableName(String dynamicTrafficTableName)
The name of the dynamic traffic table. |
void |
setDynamicTrafficTMCFieldName(String dynamicTrafficTMCFieldName)
The field name for the dynamic traffic TMCs in the dynamic traffic. |
void |
setTrafficFeedLocationByRef(ITrafficFeedLocation trafficFeedLocation)
The traffic feed location. |
Method Detail |
---|
String getDynamicTrafficTableName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDynamicTrafficTableName(String dynamicTrafficTableName) throws IOException, AutomationException
dynamicTrafficTableName
- The dynamicTrafficTableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDynamicTrafficTMCFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDynamicTrafficTMCFieldName(String dynamicTrafficTMCFieldName) throws IOException, AutomationException
dynamicTrafficTMCFieldName
- The dynamicTrafficTMCFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITrafficFeedLocation getTrafficFeedLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrafficFeedLocationByRef(ITrafficFeedLocation trafficFeedLocation) throws IOException, AutomationException
trafficFeedLocation
- A reference to a com.esri.arcgis.geodatabase.ITrafficFeedLocation (in)
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 |