com.esri.arcgis.carto
Interface ILocatedNetworkTrafficValue

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILocatedNetworkTrafficValueProxy

public interface ILocatedNetworkTrafficValue
extends java.io.Serializable

COM Interface 'ILocatedNetworkTrafficValue'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to traffic information for the current element id.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7313cfa8_4e52_4880_88a5_8985fb75f6d1
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID7313cfa8_4e52_4880_88a5_8985fb75f6d1

static final int IID7313cfa8_4e52_4880_88a5_8985fb75f6d1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTrafficValue

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.