com.esri.arcgis.geodatabase
Interface IHistoricalTrafficData2

All Superinterfaces:
IHistoricalTrafficData, java.io.Serializable
All Known Implementing Classes:
IHistoricalTrafficData2Proxy, TrafficData

public interface IHistoricalTrafficData2
extends IHistoricalTrafficData, java.io.Serializable

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

Description: 'Provides access to members in historical 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 IID213f0913_ec31_420c_8826_ce8353c28d08
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IHistoricalTrafficData
IID074c64b3_0d8b_471d_a16e_606c70ddc84a
 
Method Summary
 java.lang.String getJoinTableBaseSpeedFieldName()
          The field name for base speed in the join table.
 int getJoinTableBaseSpeedUnits()
          Base speed units.
 void setJoinTableBaseSpeedFieldName(java.lang.String fieldName)
          The field name for base speed in the join table.
 void setJoinTableBaseSpeedUnits(int units)
          Base speed units.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IHistoricalTrafficData
getFirstTimeSliceFieldName, getFirstTimeSliceStartTime, getJoinTableBaseTravelTimeFieldName, getJoinTableBaseTravelTimeUnits, getJoinTableName, getJoinTableProfileIDFieldNames, getLastTimeSliceFieldName, getProfilesTableName, getTimeSliceDurationInMinutes, setFirstTimeSliceFieldName, setFirstTimeSliceStartTime, setJoinTableBaseTravelTimeFieldName, setJoinTableBaseTravelTimeUnits, setJoinTableName, setJoinTableProfileIDFieldNamesByRef, setLastTimeSliceFieldName, setProfilesTableName, setTimeSliceDurationInMinutes
 

Field Detail

IID213f0913_ec31_420c_8826_ce8353c28d08

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

getJoinTableBaseSpeedFieldName

java.lang.String getJoinTableBaseSpeedFieldName()
                                                throws java.io.IOException,
                                                       AutomationException
The field name for base speed in the join table.

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

setJoinTableBaseSpeedFieldName

void setJoinTableBaseSpeedFieldName(java.lang.String fieldName)
                                    throws java.io.IOException,
                                           AutomationException
The field name for base speed in the join table.

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

getJoinTableBaseSpeedUnits

int getJoinTableBaseSpeedUnits()
                               throws java.io.IOException,
                                      AutomationException
Base speed units.

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

setJoinTableBaseSpeedUnits

void setJoinTableBaseSpeedUnits(int units)
                                throws java.io.IOException,
                                       AutomationException
Base speed units.

Parameters:
units - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.