com.esri.arcgis.carto
Interface ILocatedNetworkTrafficValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
ILocatedNetworkTrafficValueProxy

public interface ILocatedNetworkTrafficValue
extends Serializable

Provides access to traffic information for the current element id.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void getTrafficValue(int direction, boolean[] supportsTraffic, boolean[] supportsRealTimeValue, boolean[] hasRealTimeValue, double[] attributeValueRatio)
          Retrieves the traffic speed ratio and traffic support status for the specified direction of the current element id.
 

Method Detail

getTrafficValue

void getTrafficValue(int direction,
                     boolean[] supportsTraffic,
                     boolean[] supportsRealTimeValue,
                     boolean[] hasRealTimeValue,
                     double[] attributeValueRatio)
                     throws IOException,
                            AutomationException
Retrieves the traffic speed ratio and traffic support status for the specified direction of the current element id.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)
supportsTraffic - The supportsTraffic (out: use single element array)
supportsRealTimeValue - The supportsRealTimeValue (out: use single element array)
hasRealTimeValue - The hasRealTimeValue (out: use single element array)
attributeValueRatio - The attributeValueRatio (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.