public class NetworkEdgeTrafficEvaluator extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IGPDescribe, INetworkEvaluator, IHistoricalTravelTimeEvaluator
Description 'A container for members in time dependent 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 =
IID, IID0fcb88f9_8b17_4ed8_99c7_c876f5da8b7e, xxDummy
IID, IIDb65e3a4a_63b3_4a9b_974e_c17a99013376, xxDummy
Constructor and Description |
---|
NetworkEdgeTrafficEvaluator()
Constructs a NetworkEdgeTrafficEvaluator using ArcGIS Engine.
|
NetworkEdgeTrafficEvaluator(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkEdgeTrafficEvaluator theNetworkEdgeTrafficEvaluator = (NetworkEdgeTrafficEvaluator) 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.
|
IPropertySet |
getData()
The data used by this network evaluator for custom properties.
|
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.
|
java.lang.String |
getName()
Unique name of this network evaluator.
|
IStringArray |
getRequiredFieldNames()
Required fields of this network evaluator.
|
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.
|
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
|
void |
release()
Release this COM object reference
|
void |
setData(IPropertySet data)
The data used by this network evaluator for custom properties.
|
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.
|
public NetworkEdgeTrafficEvaluator() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic NetworkEdgeTrafficEvaluator(java.lang.Object obj) throws java.io.IOException
NetworkEdgeTrafficEvaluator theNetworkEdgeTrafficEvaluator = (NetworkEdgeTrafficEvaluator) obj;
obj
to NetworkEdgeTrafficEvaluator
.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.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.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 java.lang.String getWeekdayFallbackAttributeName() throws java.io.IOException, AutomationException
getWeekdayFallbackAttributeName
in interface IHistoricalTravelTimeEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWeekdayFallbackAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setWeekdayFallbackAttributeName
in interface IHistoricalTravelTimeEvaluator
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWeekendFallbackAttributeName() throws java.io.IOException, AutomationException
getWeekendFallbackAttributeName
in interface IHistoricalTravelTimeEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWeekendFallbackAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setWeekendFallbackAttributeName
in interface IHistoricalTravelTimeEvaluator
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTimeNeutralAttributeName() throws java.io.IOException, AutomationException
getTimeNeutralAttributeName
in interface IHistoricalTravelTimeEvaluator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTimeNeutralAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setTimeNeutralAttributeName
in interface IHistoricalTravelTimeEvaluator
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.