|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTrafficIncidents
Provides access to incident data.
Method Summary | |
---|---|
IFields |
getFields()
Fields in incident data. |
Date |
getTimestamp()
Timestamp of incident data. |
IVariantArray |
next()
Retrieve next record in incident 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.IFields getFields() throws IOException, AutomationException
Fields that represent the schema of the output feature class for traffic incidents. The fields should match those returned by ITrafficProvider.GetIncidentsFeatureClassFields.
The array of values returned by Next should have one entry for each of the fields specified here.
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.IVariantArray next() throws IOException, AutomationException
Next returns the next traffic incident. The values array should hold one incident value for each field in the Fields property of IEnumTrafficIncidents.
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 |