com.esri.arcgis.geodatabase
Interface ITrafficData

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITrafficData2
All Known Implementing Classes:
ITrafficData2Proxy, ITrafficDataProxy, TrafficData

public interface ITrafficData
extends java.io.Serializable

COM Interface 'ITrafficData'. 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 IIDeb382bcd_c05e_45e7_a625_3c0b55525775
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getTimeInterval()
          The time interval of the traffic data.
 int getTimeIntervalUnits()
          The units of the time interval of the traffic data.
 

Field Detail

IIDeb382bcd_c05e_45e7_a625_3c0b55525775

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

getTimeInterval

double getTimeInterval()
                       throws java.io.IOException,
                              AutomationException
The time interval of the traffic data.

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

getTimeIntervalUnits

int getTimeIntervalUnits()
                         throws java.io.IOException,
                                AutomationException
The units of the time interval of the traffic data.

Returns:
A com.esri.arcgis.system.esriTimeUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.