|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumRouteIdentifyResult
Provides access to the route locations and features found enumeration.
Method Summary | |
---|---|
int |
getCount()
The number of route locations and features in the enumeration. |
void |
next(IRouteLocation[] location,
IFeature[] route)
Returns the next route location and route feature. |
void |
reset()
Starts from the beginning of the route location and feature collection the next time Next is called. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void next(IRouteLocation[] location, IFeature[] route) throws IOException, AutomationException
location
- A reference to a com.esri.arcgis.location.IRouteLocation (out: use single element array)route
- A reference to a com.esri.arcgis.geodatabase.IFeature (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 |