com.esri.arcgis.geodatabase
Interface ITrafficData2

All Superinterfaces:
ITrafficData, java.io.Serializable
All Known Implementing Classes:
ITrafficData2Proxy, TrafficData

public interface ITrafficData2
extends ITrafficData, java.io.Serializable

COM Interface 'ITrafficData2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members in traffic data.' 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 IID0f7e13a0_8f82_44c6_9c94_f3d8bdfb32f3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITrafficData
IIDeb382bcd_c05e_45e7_a625_3c0b55525775
 
Method Summary
 java.lang.String getLengthAttributeName()
          The field name for the length attribute.
 void setLengthAttributeName(java.lang.String lengthAttributeName)
          The field name for the length attribute.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITrafficData
getTimeInterval, getTimeIntervalUnits
 

Field Detail

IID0f7e13a0_8f82_44c6_9c94_f3d8bdfb32f3

static final int IID0f7e13a0_8f82_44c6_9c94_f3d8bdfb32f3
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

getLengthAttributeName

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

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

setLengthAttributeName

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

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