|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeSlice
Provides access to time slice.
Time slices are returned by IEnumTrafficSpeeds to specify a span of time associated with a set of traffic speeds.
Method Summary | |
---|---|
Date |
getFromDate()
Time slice left bound. |
Date |
getToDate()
Time slice right bound. |
void |
setFromDate(Date pFrom)
Time slice left bound. |
void |
setToDate(Date pTo)
Time slice right bound. |
Method Detail |
---|
Date getFromDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromDate(Date pFrom) throws IOException, AutomationException
pFrom
- The pFrom (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getToDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToDate(Date pTo) throws IOException, AutomationException
pTo
- The pTo (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 |