|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTrafficRegionIncidents
Provides access to a sequence of incident data objects.
Method Summary | |
---|---|
void |
next(String[] pRegionName,
IEnumTrafficIncidents[] ppIncidents,
IGPMessages[] ppMessages)
Retrieves next incident data from the sequence. |
void |
reset()
Resets enumerator to the beginning of the sequence. |
Method Detail |
---|
void next(String[] pRegionName, IEnumTrafficIncidents[] ppIncidents, IGPMessages[] ppMessages) throws IOException, AutomationException
Next returns the enumerator for the next region. The region is identified by its name. GPMessages that specify any data processing problems are returned as well.
pRegionName
- The pRegionName (out: use single element array)ppIncidents
- A reference to a com.esri.arcgis.networkanalyst.IEnumTrafficIncidents (out: use single element array)ppMessages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (out: use single element array)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |