|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTrafficRegionSpeeds
Provides access to a sequence of traffic speed data objects.
Method Summary | |
---|---|
void |
next(String[] pRegionName,
IEnumTrafficSpeeds[] ppSpeeds,
IGPMessages[] ppMessages)
Retrieves next traffic speed data from the sequence. |
void |
reset()
Resets enumerator to the beginning of the sequence. |
Method Detail |
---|
void next(String[] pRegionName, IEnumTrafficSpeeds[] ppSpeeds, 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)ppSpeeds
- A reference to a com.esri.arcgis.networkanalyst.IEnumTrafficSpeeds (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 |