com.esri.arcgis.geodatabase
Interface IHistoricalTravelTimeEvaluator

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetworkEdgeTrafficEvaluator

public interface IHistoricalTravelTimeEvaluator
extends Serializable

Provides access to members in historical travel time evaluator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getTimeNeutralAttributeName()
          The name of the attribute for time-neutral queries.
 String getWeekdayFallbackAttributeName()
          The name of the weekday fallback attribute.
 String getWeekendFallbackAttributeName()
          The name of the weekend fallback attribute.
 void setTimeNeutralAttributeName(String attributeName)
          The name of the attribute for time-neutral queries.
 void setWeekdayFallbackAttributeName(String attributeName)
          The name of the weekday fallback attribute.
 void setWeekendFallbackAttributeName(String attributeName)
          The name of the weekend fallback attribute.
 

Method Detail

getWeekdayFallbackAttributeName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setWeekdayFallbackAttributeName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getWeekendFallbackAttributeName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setWeekendFallbackAttributeName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTimeNeutralAttributeName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTimeNeutralAttributeName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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