|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAServerClosestFacilityResults
Provides access to properties that contain the results of performing closest facility network analysis with NAServer.
INAServerClosestFacilityResults has been superseded by INAServerClosestFacilityResults3.
| Method Summary | |
|---|---|
IRecordSet |
getBarriers()
RecordSet of Barriers returned from the network analysis. |
IPolyline[] |
getCFRouteGeometries()
Polyline geometry for each resulting route. |
IRecordSet |
getCFRoutes()
RecordSet of CFRoutes returned from the network analysis. |
INAStreetDirections[] |
getDirections()
Directions for each resulting route. |
IRecordSet |
getFacilities()
RecordSet of Facilities returned from the network analysis. |
IRecordSet |
getIncidents()
RecordSet of Incidents returned from the network analysis. |
double[] |
getTotalImpedances()
Total accumulated cost on the impedance attribute for each 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 CFRoute.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPolyline[] getCFRouteGeometries()
throws IOException,
AutomationException
CFRouteGeometries returns an array of Polyline geometries representing the route taken for each CFRoute.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getCFRoutes()
throws IOException,
AutomationException
CFRoutes returns an IRecordSet that holds the CFRoutes found during analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getFacilities()
throws IOException,
AutomationException
Facilities returns an IRecordSet that holds the facilities used during analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getIncidents()
throws IOException,
AutomationException
Incidents returns an IRecordSet that holds the incidents 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 CFRoute.
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 | ||||||||