com.esri.arcgis.catalogUI
Interface INetworkTrafficConfiguration2

All Superinterfaces:
INetworkTrafficConfiguration, java.io.Serializable
All Known Implementing Classes:
INetworkTrafficConfiguration2Proxy, NetworkConfiguration

public interface INetworkTrafficConfiguration2
extends INetworkTrafficConfiguration, java.io.Serializable

COM Interface 'INetworkTrafficConfiguration2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to the network traffic configuration.' 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 IIDe89efa12_134f_4fc1_b3ee_3278a4768fcc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.INetworkTrafficConfiguration
IID251abd7f_250c_42c1_a147_a9b84ed35bda
 
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
 

Field Detail

IIDe89efa12_134f_4fc1_b3ee_3278a4768fcc

static final int IIDe89efa12_134f_4fc1_b3ee_3278a4768fcc
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

getTimeSliceBaseSpeedFactorNames

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

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

getTrafficBaseFullNames

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

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

getTrafficBaseSpeedBaseNames

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

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

getTrafficSpeedUnitNames

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

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

getDynamicTrafficTMCFullNames

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

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