|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHistoricalTrafficData
Provides access to members in historical traffic data.
Method Summary | |
---|---|
String |
getFirstTimeSliceFieldName()
The field name of the first time slice of the given period in the profile table. |
Date |
getFirstTimeSliceStartTime()
The start time of valid period of a day for traffic data. |
String |
getJoinTableBaseTravelTimeFieldName()
The field name for base travel time in the join table. |
int |
getJoinTableBaseTravelTimeUnits()
Base travel time units. |
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. |
String |
getLastTimeSliceFieldName()
The field name of the last time slice of the given period in the profile table. |
String |
getProfilesTableName()
The name of the table containing profiles. |
int |
getTimeSliceDurationInMinutes()
The duration of time slice in minutes. |
void |
setFirstTimeSliceFieldName(String firstTimeSliceFieldName)
The field name of the first time slice of the given period in the profile table. |
void |
setFirstTimeSliceStartTime(Date firstTimeSliceStartTime)
The start time of valid period of a day for traffic data. |
void |
setJoinTableBaseTravelTimeFieldName(String fieldName)
The field name for base travel time in the join table. |
void |
setJoinTableBaseTravelTimeUnits(int units)
Base travel time units. |
void |
setJoinTableName(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(String lastTimeSliceFieldName)
The field name of the last time slice of the given period in the profile table. |
void |
setProfilesTableName(String profilesTableName)
The name of the table containing profiles. |
void |
setTimeSliceDurationInMinutes(int timeSliceDurationInMinutes)
The duration of time slice in minutes. |
Method Detail |
---|
String getProfilesTableName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProfilesTableName(String profilesTableName) throws IOException, AutomationException
profilesTableName
- The profilesTableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeSliceDurationInMinutes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeSliceDurationInMinutes(int timeSliceDurationInMinutes) throws IOException, AutomationException
timeSliceDurationInMinutes
- The timeSliceDurationInMinutes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getFirstTimeSliceStartTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFirstTimeSliceStartTime(Date firstTimeSliceStartTime) throws IOException, AutomationException
firstTimeSliceStartTime
- The firstTimeSliceStartTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFirstTimeSliceFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFirstTimeSliceFieldName(String firstTimeSliceFieldName) throws IOException, AutomationException
firstTimeSliceFieldName
- The firstTimeSliceFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLastTimeSliceFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLastTimeSliceFieldName(String lastTimeSliceFieldName) throws IOException, AutomationException
lastTimeSliceFieldName
- The lastTimeSliceFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getJoinTableName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinTableName(String joinTableName) throws IOException, AutomationException
joinTableName
- The joinTableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getJoinTableBaseTravelTimeFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinTableBaseTravelTimeFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJoinTableBaseTravelTimeUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinTableBaseTravelTimeUnits(int units) throws IOException, AutomationException
units
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getJoinTableProfileIDFieldNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinTableProfileIDFieldNamesByRef(IStringArray profileIDFields) throws IOException, AutomationException
profileIDFields
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |