public interface IHistoricalTrafficData
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID074c64b3_0d8b_471d_a16e_606c70ddc84a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFirstTimeSliceFieldName()
The field name of the first time slice of the given period in the profile table.
|
java.util.Date |
getFirstTimeSliceStartTime()
The start time of valid period of a day for traffic data.
|
java.lang.String |
getJoinTableBaseSpeedFieldName()
The field name for base speed in the join table.
|
int |
getJoinTableBaseSpeedUnits()
Base speed units.
|
java.lang.String |
getJoinTableBaseTravelTimeFieldName()
The field name for base travel time in the join table.
|
int |
getJoinTableBaseTravelTimeUnits()
Base travel time units.
|
java.lang.String |
getJoinTableName()
The name of the join table between edges and profiles.
|
IStringArray |
getJoinTableProfileIDFieldNames()
The field names of the historic join table pointing to speed profiles.
|
java.lang.String |
getLastTimeSliceFieldName()
The field name of the last time slice of the given period in the profile table.
|
java.lang.String |
getProfilesTableName()
The name of the table containing profiles.
|
int |
getTimeSliceDurationInMinutes()
The duration of time slice in minutes.
|
void |
setFirstTimeSliceFieldName(java.lang.String firstTimeSliceFieldName)
The field name of the first time slice of the given period in the profile table.
|
void |
setFirstTimeSliceStartTime(java.util.Date firstTimeSliceStartTime)
The start time of valid period of a day for traffic data.
|
void |
setJoinTableBaseSpeedFieldName(java.lang.String fieldName)
The field name for base speed in the join table.
|
void |
setJoinTableBaseSpeedUnits(int units)
Base speed units.
|
void |
setJoinTableBaseTravelTimeFieldName(java.lang.String fieldName)
The field name for base travel time in the join table.
|
void |
setJoinTableBaseTravelTimeUnits(int units)
Base travel time units.
|
void |
setJoinTableName(java.lang.String joinTableName)
The name of the join table between edges and profiles.
|
void |
setJoinTableProfileIDFieldNamesByRef(IStringArray profileIDFields)
The field names of the historic join table pointing to speed profiles.
|
void |
setLastTimeSliceFieldName(java.lang.String lastTimeSliceFieldName)
The field name of the last time slice of the given period in the profile table.
|
void |
setProfilesTableName(java.lang.String profilesTableName)
The name of the table containing profiles.
|
void |
setTimeSliceDurationInMinutes(int timeSliceDurationInMinutes)
The duration of time slice in minutes.
|
static final int IID074c64b3_0d8b_471d_a16e_606c70ddc84a
static final int xxDummy
static final java.lang.String IID
java.lang.String getProfilesTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProfilesTableName(java.lang.String profilesTableName) throws java.io.IOException, AutomationException
profilesTableName
- The profilesTableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTimeSliceDurationInMinutes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeSliceDurationInMinutes(int timeSliceDurationInMinutes) throws java.io.IOException, AutomationException
timeSliceDurationInMinutes
- The timeSliceDurationInMinutes (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getFirstTimeSliceStartTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFirstTimeSliceStartTime(java.util.Date firstTimeSliceStartTime) throws java.io.IOException, AutomationException
firstTimeSliceStartTime
- The firstTimeSliceStartTime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFirstTimeSliceFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFirstTimeSliceFieldName(java.lang.String firstTimeSliceFieldName) throws java.io.IOException, AutomationException
firstTimeSliceFieldName
- The firstTimeSliceFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLastTimeSliceFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLastTimeSliceFieldName(java.lang.String lastTimeSliceFieldName) throws java.io.IOException, AutomationException
lastTimeSliceFieldName
- The lastTimeSliceFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getJoinTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJoinTableName(java.lang.String joinTableName) throws java.io.IOException, AutomationException
joinTableName
- The joinTableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getJoinTableBaseTravelTimeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJoinTableBaseTravelTimeFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJoinTableBaseTravelTimeUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJoinTableBaseTravelTimeUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getJoinTableProfileIDFieldNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJoinTableProfileIDFieldNamesByRef(IStringArray profileIDFields) throws java.io.IOException, AutomationException
profileIDFields
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getJoinTableBaseSpeedFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJoinTableBaseSpeedFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJoinTableBaseSpeedUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJoinTableBaseSpeedUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.