|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerRouteResults
Provides access to properties that contain the results of performing route network analysis with NAServer.
INAServerRouteResults has been superseded by INAServerRouteResults3.
Method Summary | |
---|---|
IRecordSet |
getBarriers()
RecordSet of Barriers returned from the network analysis. |
INAStreetDirections[] |
getDirections()
Directions for each resulting route. |
IPolyline[] |
getRouteGeometries()
Polyline geometry for each resulting route. |
IRecordSet |
getRoutes()
RecordSet of Routes returned from the network analysis. |
IRecordSet |
getStops()
RecordSet of Stops returned from the network analysis. |
double[] |
getTotalImpedances()
Total accumulated cost on the impedance attribute for each resulting route. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults |
---|
getMapImage, getSolveMessages |
Method Detail |
---|
double[] getTotalImpedances() throws IOException, AutomationException
TotalImpedances returns an array of doubles representing the total impedance for each Route.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPolyline[] getRouteGeometries() throws IOException, AutomationException
RouteGeometries returns an array of Polyline geometries representing the route taken for each Route.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getRoutes() throws IOException, AutomationException
Routes returns an IRecordSet that holds the Routes found during analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getStops() throws IOException, AutomationException
Stops returns an IRecordSet that holds the Stops used during analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getBarriers() throws IOException, AutomationException
Barriers returns an IRecordSet that holds the Barriers used during analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAStreetDirections[] getDirections() throws IOException, AutomationException
Directions returns an array of INAStreetDirections used to retrieve the directions for each Route.
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 |