|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHistoricalTravelTimeEvaluator
Provides access to members in historical travel time evaluator.
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 |
---|
String getWeekdayFallbackAttributeName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeekdayFallbackAttributeName(String attributeName) throws IOException, AutomationException
attributeName
- The attributeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWeekendFallbackAttributeName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeekendFallbackAttributeName(String attributeName) throws IOException, AutomationException
attributeName
- The attributeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTimeNeutralAttributeName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeNeutralAttributeName(String attributeName) throws IOException, AutomationException
attributeName
- The attributeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |