public interface IHistoricalTravelTimeEvaluator
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb65e3a4a_63b3_4a9b_974e_c17a99013376 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDb65e3a4a_63b3_4a9b_974e_c17a99013376
static final int xxDummy
static final java.lang.String IID
java.lang.String getWeekdayFallbackAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWeekdayFallbackAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getWeekendFallbackAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWeekendFallbackAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeNeutralAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeNeutralAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.