public class NetworkGlobalTurnDelayEvaluator extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, INetworkEvaluator, INetworkGlobalTurnDelayEvaluator, IGPDescribe
Description 'A container for describing a network attribute evaluator for global turn delay whose values are specified by global turn delay settings.' 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 =
IID, IID0fcb88f9_8b17_4ed8_99c7_c876f5da8b7e, xxDummy
IID, IID17d76a4b_1365_4e09_a4e0_9bf02dbf07b2, xxDummy
Constructor and Description |
---|
NetworkGlobalTurnDelayEvaluator()
Constructs a NetworkGlobalTurnDelayEvaluator using ArcGIS Engine.
|
NetworkGlobalTurnDelayEvaluator(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkGlobalTurnDelayEvaluator theNetworkGlobalTurnDelayEvaluator = (NetworkGlobalTurnDelayEvaluator) obj; |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
describe(java.lang.String name)
The description of the named object.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getCustomPrimaryRoadCategoryMaxValue()
Custom Primary road category maximum value.
|
int |
getCustomSecondaryRoadCategoryMaxValue()
Custom Secondary road category maximum value.
|
IPropertySet |
getData()
The data used by this network evaluator for custom properties.
|
double |
getDefaultSeconds()
Default traversal time in seconds (for undefined turn delay categories).
|
java.lang.String |
getDisplayName()
Name displayed in the user interface for this network evaluator.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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.
|
java.lang.String |
getName()
Unique name of this network evaluator.
|
IStringArray |
getRequiredFieldNames()
Required fields of this network evaluator.
|
IArray |
getTurnDelayCategories()
Array of global turn delay categories in this evaluator.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isCacheAttribute()
Indicates if this evaluator's values should be computed and stored when the network is built or computed at run time and never stored.
|
boolean |
isTimeAware()
Indicates if this evaluator supports time aware queries
|
boolean |
isUseCustomRoadCategoryRanges()
Indicates whether to use custom road category ranges.
|
void |
release()
Release this COM object reference
|
void |
setCustomRoadCategoryMaxValues(int maxPrimaryRoadValue,
int maxSecondaryRoadValue)
Set custom road category maximum values.
|
void |
setData(IPropertySet data)
The data used by this network evaluator for custom properties.
|
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.
|
public NetworkGlobalTurnDelayEvaluator() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic NetworkGlobalTurnDelayEvaluator(java.lang.Object obj) throws java.io.IOException
NetworkGlobalTurnDelayEvaluator theNetworkGlobalTurnDelayEvaluator = (NetworkGlobalTurnDelayEvaluator) obj;
obj
to NetworkGlobalTurnDelayEvaluator
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface INetworkEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setData(IPropertySet data) throws java.io.IOException, AutomationException
setData
in interface INetworkEvaluator
data
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getData() throws java.io.IOException, AutomationException
getData
in interface INetworkEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayName() throws java.io.IOException, AutomationException
getDisplayName
in interface INetworkEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCacheAttribute() throws java.io.IOException, AutomationException
isCacheAttribute
in interface INetworkEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getRequiredFieldNames() throws java.io.IOException, AutomationException
getRequiredFieldNames
in interface INetworkEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isTimeAware() throws java.io.IOException, AutomationException
isTimeAware
in interface INetworkEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUseCustomRoadCategoryRanges() throws java.io.IOException, AutomationException
isUseCustomRoadCategoryRanges
in interface INetworkGlobalTurnDelayEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUseCustomRoadCategoryRanges(boolean flag) throws java.io.IOException, AutomationException
setUseCustomRoadCategoryRanges
in interface INetworkGlobalTurnDelayEvaluator
flag
- The flag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCustomRoadCategoryMaxValues(int maxPrimaryRoadValue, int maxSecondaryRoadValue) throws java.io.IOException, AutomationException
setCustomRoadCategoryMaxValues
in interface INetworkGlobalTurnDelayEvaluator
maxPrimaryRoadValue
- The maxPrimaryRoadValue (in)maxSecondaryRoadValue
- The maxSecondaryRoadValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCustomPrimaryRoadCategoryMaxValue() throws java.io.IOException, AutomationException
getCustomPrimaryRoadCategoryMaxValue
in interface INetworkGlobalTurnDelayEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCustomSecondaryRoadCategoryMaxValue() throws java.io.IOException, AutomationException
getCustomSecondaryRoadCategoryMaxValue
in interface INetworkGlobalTurnDelayEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDefaultSeconds() throws java.io.IOException, AutomationException
getDefaultSeconds
in interface INetworkGlobalTurnDelayEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultSeconds(double seconds) throws java.io.IOException, AutomationException
setDefaultSeconds
in interface INetworkGlobalTurnDelayEvaluator
seconds
- The seconds (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getTurnDelayCategories() throws java.io.IOException, AutomationException
getTurnDelayCategories
in interface INetworkGlobalTurnDelayEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTurnDelayCategoriesByRef(IArray categories) throws java.io.IOException, AutomationException
setTurnDelayCategoriesByRef
in interface INetworkGlobalTurnDelayEvaluator
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.public int getMaxStraightTurnDeflectionAngle() throws java.io.IOException, AutomationException
getMaxStraightTurnDeflectionAngle
in interface INetworkGlobalTurnDelayEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxStraightTurnDeflectionAngle(int maxDeflectionAngle) throws java.io.IOException, AutomationException
setMaxStraightTurnDeflectionAngle
in interface INetworkGlobalTurnDelayEvaluator
maxDeflectionAngle
- The maxDeflectionAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaxReverseTurnDeflectionAngle() throws java.io.IOException, AutomationException
getMaxReverseTurnDeflectionAngle
in interface INetworkGlobalTurnDelayEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxReverseTurnDeflectionAngle(int maxDeflectionAngle) throws java.io.IOException, AutomationException
setMaxReverseTurnDeflectionAngle
in interface INetworkGlobalTurnDelayEvaluator
maxDeflectionAngle
- The maxDeflectionAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object describe(java.lang.String name) throws java.io.IOException, AutomationException
describe
in interface IGPDescribe
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.