com.esri.arcgis.geodatabase
Interface ITimeAwareEvaluator
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- NetworkEdgeTrafficEvaluator
public interface ITimeAwareEvaluator
- extends Serializable
Provides access to members in travel dependent evaluator.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
queryValueAtTime
Object queryValueAtTime(INetworkElement element,
Date localTime,
int timeUsage)
throws IOException,
AutomationException
- Query the travel time for the current time.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
element
- A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)localTime
- The localTime (in)timeUsage
- A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)
- Returns:
- A Variant
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.