|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTrafficSpeeds
Provides access to traffic speed data.
Method Summary | |
---|---|
IArray |
getTimeSlices()
Array of time slices of speed data. |
Date |
getTimestamp()
Timestamp of speed data. |
void |
next(String[] pKey,
IVariantArray[] ppValues)
Retrieve next record in speed data. |
void |
reset()
Reset cursor to beginning. |
Method Detail |
---|
Date getTimestamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getTimeSlices() throws IOException, AutomationException
TimeSlices is an array of objects that implement ITimeSlice. Time slices are used to specify the speeds associated with a given time span.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void next(String[] pKey, IVariantArray[] ppValues) throws IOException, AutomationException
The key value should be a TMC entry associated with a given section of road.
The values array is an array of speeds. There should be one speed entry for every time slice in the TimeSlices array property of IEnumTrafficSpeeds. The speeds should be short integers (Int16 in .NET).
pKey
- The pKey (out: use single element array)ppValues
- A reference to a com.esri.arcgis.system.IVariantArray (out: use single element array)
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 |