com.esri.arcgis.catalogUI
Interface INetworkTrafficConfiguration2

All Superinterfaces:
INetworkTrafficConfiguration, Serializable
All Known Implementing Classes:
NetworkConfiguration

public interface INetworkTrafficConfiguration2
extends INetworkTrafficConfiguration, Serializable

Provides access to the network traffic configuration.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IStringArray getDynamicTrafficTMCFullNames()
          The candidate TMC field names in the Streets-TMC table.
 IStringArray getTimeSliceBaseSpeedFactorNames()
          The candidate base names for the speed factor field names in the profiles table.
 IStringArray getTrafficBaseFullNames(int unit)
          The candidate full names in the specified unit for the base field name in the Streets-Profiles table.
 IStringArray getTrafficBaseSpeedBaseNames()
          The candidate base names for the base speed field name in the Streets-Profiles table.
 IStringArray getTrafficSpeedUnitNames(int timeUnit)
          The candidate speed unit names for the speed unit of the base speed field in the Streets-Profiles table.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkTrafficConfiguration
getDayOfWeekNameGroups, getDefaultFirstTimeSliceStartTime, getDefaultLastTimeSliceFinishTime, getJoinTableProfileIDFieldBaseNames, getTimeSliceBaseNames, getTrafficBaseTravelTimeBaseNames, getTrafficTimeUnitNames, getWeekdayFallbackTemplateAttributeNames, getWeekendFallbackTemplateAttributeNames
 

Method Detail

getTimeSliceBaseSpeedFactorNames

IStringArray getTimeSliceBaseSpeedFactorNames()
                                              throws IOException,
                                                     AutomationException
The candidate base names for the speed factor field names in the profiles table.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrafficBaseFullNames

IStringArray getTrafficBaseFullNames(int unit)
                                     throws IOException,
                                            AutomationException
The candidate full names in the specified unit for the base field name in the Streets-Profiles table.

Product Availability

Available with ArcGIS Desktop.

Parameters:
unit - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrafficBaseSpeedBaseNames

IStringArray getTrafficBaseSpeedBaseNames()
                                          throws IOException,
                                                 AutomationException
The candidate base names for the base speed field name in the Streets-Profiles table.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrafficSpeedUnitNames

IStringArray getTrafficSpeedUnitNames(int timeUnit)
                                      throws IOException,
                                             AutomationException
The candidate speed unit names for the speed unit of the base speed field in the Streets-Profiles table.

Product Availability

Available with ArcGIS Desktop.

Parameters:
timeUnit - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDynamicTrafficTMCFullNames

IStringArray getDynamicTrafficTMCFullNames()
                                           throws IOException,
                                                  AutomationException
The candidate TMC field names in the Streets-TMC table.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.