public interface INetworkGlobalTurnDelayEvaluator
extends java.io.Serializable
Description: 'Provides access to the global turn delay 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 |
IID17d76a4b_1365_4e09_a4e0_9bf02dbf07b2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCustomPrimaryRoadCategoryMaxValue()
Custom Primary road category maximum value.
|
int |
getCustomSecondaryRoadCategoryMaxValue()
Custom Secondary road category maximum value.
|
double |
getDefaultSeconds()
Default traversal time in seconds (for undefined turn delay categories).
|
int |
getMaxReverseTurnDeflectionAngle()
The maximum deviation from a pure reverse turn to be classified as a reverse turn.
|
int |
getMaxStraightTurnDeflectionAngle()
The maximum deviation from a pure straight turn to be classified as a straight turn.
|
IArray |
getTurnDelayCategories()
Array of global turn delay categories in this evaluator.
|
boolean |
isUseCustomRoadCategoryRanges()
Indicates whether to use custom road category ranges.
|
void |
setCustomRoadCategoryMaxValues(int maxPrimaryRoadValue,
int maxSecondaryRoadValue)
Set custom road category maximum values.
|
void |
setDefaultSeconds(double seconds)
Default traversal time in seconds (for undefined turn delay categories).
|
void |
setMaxReverseTurnDeflectionAngle(int maxDeflectionAngle)
The maximum deviation from a pure reverse turn to be classified as a reverse turn.
|
void |
setMaxStraightTurnDeflectionAngle(int maxDeflectionAngle)
The maximum deviation from a pure straight turn to be classified as a straight turn.
|
void |
setTurnDelayCategoriesByRef(IArray categories)
Array of global turn delay categories in this evaluator.
|
void |
setUseCustomRoadCategoryRanges(boolean flag)
Indicates whether to use custom road category ranges.
|
static final int IID17d76a4b_1365_4e09_a4e0_9bf02dbf07b2
static final int xxDummy
static final java.lang.String IID
boolean isUseCustomRoadCategoryRanges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseCustomRoadCategoryRanges(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCustomRoadCategoryMaxValues(int maxPrimaryRoadValue, int maxSecondaryRoadValue) throws java.io.IOException, AutomationException
maxPrimaryRoadValue
- The maxPrimaryRoadValue (in)maxSecondaryRoadValue
- The maxSecondaryRoadValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCustomPrimaryRoadCategoryMaxValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCustomSecondaryRoadCategoryMaxValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDefaultSeconds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultSeconds(double seconds) throws java.io.IOException, AutomationException
seconds
- The seconds (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getTurnDelayCategories() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTurnDelayCategoriesByRef(IArray categories) throws java.io.IOException, AutomationException
categories
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxStraightTurnDeflectionAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxStraightTurnDeflectionAngle(int maxDeflectionAngle) throws java.io.IOException, AutomationException
maxDeflectionAngle
- The maxDeflectionAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxReverseTurnDeflectionAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxReverseTurnDeflectionAngle(int maxDeflectionAngle) throws java.io.IOException, AutomationException
maxDeflectionAngle
- The maxDeflectionAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.