com.esri.arcgis.geodatabase
Interface IHistoricalTravelTimeEvaluator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IHistoricalTravelTimeEvaluatorProxy, NetworkEdgeTrafficEvaluator

public interface IHistoricalTravelTimeEvaluator
extends java.io.Serializable

COM Interface 'IHistoricalTravelTimeEvaluator'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members in historical travel time evaluator.' 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 IIDb65e3a4a_63b3_4a9b_974e_c17a99013376
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getTimeNeutralAttributeName()
          The name of the attribute for time-neutral queries.
 java.lang.String getWeekdayFallbackAttributeName()
          The name of the weekday fallback attribute.
 java.lang.String getWeekendFallbackAttributeName()
          The name of the weekend fallback attribute.
 void setTimeNeutralAttributeName(java.lang.String attributeName)
          The name of the attribute for time-neutral queries.
 void setWeekdayFallbackAttributeName(java.lang.String attributeName)
          The name of the weekday fallback attribute.
 void setWeekendFallbackAttributeName(java.lang.String attributeName)
          The name of the weekend fallback attribute.
 

Field Detail

IIDb65e3a4a_63b3_4a9b_974e_c17a99013376

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

getWeekdayFallbackAttributeName

java.lang.String getWeekdayFallbackAttributeName()
                                                 throws java.io.IOException,
                                                        AutomationException
The name of the weekday fallback attribute.

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

setWeekdayFallbackAttributeName

void setWeekdayFallbackAttributeName(java.lang.String attributeName)
                                     throws java.io.IOException,
                                            AutomationException
The name of the weekday fallback attribute.

Parameters:
attributeName - The attributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeekendFallbackAttributeName

java.lang.String getWeekendFallbackAttributeName()
                                                 throws java.io.IOException,
                                                        AutomationException
The name of the weekend fallback attribute.

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

setWeekendFallbackAttributeName

void setWeekendFallbackAttributeName(java.lang.String attributeName)
                                     throws java.io.IOException,
                                            AutomationException
The name of the weekend fallback attribute.

Parameters:
attributeName - The attributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeNeutralAttributeName

java.lang.String getTimeNeutralAttributeName()
                                             throws java.io.IOException,
                                                    AutomationException
The name of the attribute for time-neutral queries.

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

setTimeNeutralAttributeName

void setTimeNeutralAttributeName(java.lang.String attributeName)
                                 throws java.io.IOException,
                                        AutomationException
The name of the attribute for time-neutral queries.

Parameters:
attributeName - The attributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.