com.esri.arcgis.geodatabase
Interface ITrafficData2

All Superinterfaces:
ITrafficData, Serializable
All Known Implementing Classes:
TrafficData

public interface ITrafficData2
extends ITrafficData, Serializable

Provides access to members in traffic data.

Product Availability

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


Method Summary
 String getLengthAttributeName()
          The field name for the length attribute.
 void setLengthAttributeName(String lengthAttributeName)
          The field name for the length attribute.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITrafficData
getTimeInterval, getTimeIntervalUnits
 

Method Detail

getLengthAttributeName

String getLengthAttributeName()
                              throws IOException,
                                     AutomationException
The field name for the length attribute.

Product Availability

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

Returns:
The lengthAttributeName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLengthAttributeName

void setLengthAttributeName(String lengthAttributeName)
                            throws IOException,
                                   AutomationException
The field name for the length attribute.

Product Availability

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

Parameters:
lengthAttributeName - The lengthAttributeName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.