|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerVRPResults
Provides access to properties that contain the results of performing Vehicle Routing Problem network analysis with NAServer.
INAServerVRPResults provides methods on an NAServerVRPResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.
Method Summary | |
---|---|
IRecordSet |
getBarriers()
RecordSet of Barriers returned from the network analysis. |
IRecordSet |
getBreaks()
RecordSet of Breaks returned from the network analysis. |
INACompactStreetDirections[] |
getCompactDirections()
Compact directions for each resulting routes. |
IRecordSet |
getDepots()
RecordSet of Depots returned from the network analysis. |
IRecordSet |
getDepotVisits()
RecordSet of Depot Visits returned from the network analysis. |
IRecordSet |
getOrderPairs()
RecordSet of OrderPairs returned from the network analysis. |
IRecordSet |
getOrders()
RecordSet of Orders returned from the network analysis. |
IRecordSet |
getPolygonBarriers()
RecordSet of Polygon Barriers returned from the network analysis. |
IRecordSet |
getPolylineBarriers()
RecordSet of Polyline Barriers returned from the network analysis. |
IRecordSet |
getRouteRenewals()
RecordSet of Route Renewals returned from the network analysis. |
IRecordSet |
getRoutes()
RecordSet of Routes returned from the network analysis. |
IRecordSet |
getRouteSeedPoints()
RecordSet of Route Seed Points returned from the network analysis. |
IRecordSet |
getRouteZones()
RecordSet of Route Zones returned from the network analysis. |
IRecordSet |
getSpecialties()
RecordSet of Specialties returned from the network analysis. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults |
---|
getMapImage, getSolveMessages |
Method Detail |
---|
IRecordSet getRoutes() throws IOException, AutomationException
Routes contains output route features.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getOrderPairs() throws IOException, AutomationException
OrderPairs contains order pairs used in the analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getOrders() throws IOException, AutomationException
Orders contains orders used in the analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getDepots() throws IOException, AutomationException
Depots contains depots used in the analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getDepotVisits() throws IOException, AutomationException
DepotVisits contains output depot visit features.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getBreaks() throws IOException, AutomationException
Breaks contains output break features.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getRouteRenewals() throws IOException, AutomationException
RouteRenewals contains output route renewal features.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getRouteSeedPoints() throws IOException, AutomationException
RouteSeedPoints contains output route seed point features.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getRouteZones() throws IOException, AutomationException
RouteZones contains route zone features used in the analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getSpecialties() throws IOException, AutomationException
Specialties contains specialties used in the 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.IRecordSet getPolylineBarriers() throws IOException, AutomationException
PolylineBarriers contains polyline barriers used in the analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getPolygonBarriers() throws IOException, AutomationException
PolygonBarriers contains polygon barriers used in the analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INACompactStreetDirections[] getCompactDirections() throws IOException, AutomationException
CompactDirections contains array of turn by turn compact 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 |