com.esri.arcgis.catalogUI
Interface INetworkTrafficConfiguration

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetworkTrafficConfiguration2
All Known Implementing Classes:
INetworkTrafficConfiguration2Proxy, INetworkTrafficConfigurationProxy, NetworkConfiguration

public interface INetworkTrafficConfiguration
extends java.io.Serializable

COM Interface 'INetworkTrafficConfiguration'. 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 IID251abd7f_250c_42c1_a147_a9b84ed35bda
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getDayOfWeekNameGroups()
          The weekday names for each day (in groups of 7) used for part of the Streets-Profiles table daily profile ID field names.
 java.util.Date getDefaultFirstTimeSliceStartTime()
          The default start time of the first time slice.
 java.util.Date getDefaultLastTimeSliceFinishTime()
          The default finish time of the last time slice.
 IStringArray getJoinTableProfileIDFieldBaseNames()
          The candidate base names forming part of each Streets-Profiles table daily profile ID field name.
 IStringArray getTimeSliceBaseNames()
          The candidate base names for the travel time factor field names in the profiles table.
 IStringArray getTrafficBaseTravelTimeBaseNames()
          The candidate base names for the base travel time field name in the Streets-Profiles table.
 IStringArray getTrafficTimeUnitNames(int timeUnit)
          The candidate time unit names for the time unit of the base travel time field in the Streets-Profiles table.
 IStringArray getWeekdayFallbackTemplateAttributeNames()
          The preferred weekday fallback template travel time attribute names used by the network edge traffic evaluator.
 IStringArray getWeekendFallbackTemplateAttributeNames()
          The preferred weekend fallback template travel time attribute names used by the network edge traffic evaluator.
 

Field Detail

IID251abd7f_250c_42c1_a147_a9b84ed35bda

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

getTimeSliceBaseNames

IStringArray getTimeSliceBaseNames()
                                   throws java.io.IOException,
                                          AutomationException
The candidate base names for the travel time 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.

getDefaultFirstTimeSliceStartTime

java.util.Date getDefaultFirstTimeSliceStartTime()
                                                 throws java.io.IOException,
                                                        AutomationException
The default start time of the first time slice.

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

getDefaultLastTimeSliceFinishTime

java.util.Date getDefaultLastTimeSliceFinishTime()
                                                 throws java.io.IOException,
                                                        AutomationException
The default finish time of the last time slice.

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

getTrafficBaseTravelTimeBaseNames

IStringArray getTrafficBaseTravelTimeBaseNames()
                                               throws java.io.IOException,
                                                      AutomationException
The candidate base names for the base travel time 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.

getTrafficTimeUnitNames

IStringArray getTrafficTimeUnitNames(int timeUnit)
                                     throws java.io.IOException,
                                            AutomationException
The candidate time unit names for the time unit of the base travel time 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.

getJoinTableProfileIDFieldBaseNames

IStringArray getJoinTableProfileIDFieldBaseNames()
                                                 throws java.io.IOException,
                                                        AutomationException
The candidate base names forming part of each Streets-Profiles table daily profile ID field name.

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.

getDayOfWeekNameGroups

IArray getDayOfWeekNameGroups()
                              throws java.io.IOException,
                                     AutomationException
The weekday names for each day (in groups of 7) used for part of the Streets-Profiles table daily profile ID field names.

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

getWeekdayFallbackTemplateAttributeNames

IStringArray getWeekdayFallbackTemplateAttributeNames()
                                                      throws java.io.IOException,
                                                             AutomationException
The preferred weekday fallback template travel time attribute names used by the network edge traffic evaluator.

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.

getWeekendFallbackTemplateAttributeNames

IStringArray getWeekendFallbackTemplateAttributeNames()
                                                      throws java.io.IOException,
                                                             AutomationException
The preferred weekend fallback template travel time attribute names used by the network edge traffic evaluator.

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.