|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INATimeAwareSolverSettings
Provides access to settings common to all time-aware solvers.
Method Summary | |
---|---|
Date |
getTimeOfDay()
The date-time value used in time-aware solvers. |
int |
getTimeOfDayUsage()
The usage type for the TimeOfDay property. |
void |
setTimeOfDay(Date timeOfDay)
The date-time value used in time-aware solvers. |
void |
setTimeOfDayUsage(int timeOfDayUsage)
The usage type for the TimeOfDay property. |
Method Detail |
---|
Date getTimeOfDay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeOfDay(Date timeOfDay) throws IOException, AutomationException
TimeOfDay, in conjunction with TimeOfDayUsage, provides the time input to time-aware solvers. The time value is considered local time.
timeOfDay
- The timeOfDay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeOfDayUsage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeOfDayUsage(int timeOfDayUsage) throws IOException, AutomationException
TimeOfDayUsage specifies how TimeOfDay is used by the solver. Please see esriNATimeOfDayUsage for a description of the possible usage types.
timeOfDayUsage
- A com.esri.arcgis.networkanalyst.esriNATimeOfDayUsage constant (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 |