|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAServerSolverResults
Provides access to properties that contain the results of performing network analysis with NAServer.
INAServerSolverResults provides methods on an NAServerSolverResults object (NAServerRouteResults, NAServerClosestFacilityResults, NAServerServiceAreaResults) returned by the Solve method on INAServer to retrieve the results of the network analysis.
There are methods to get the MapImage and the SolverMessages returned by the solver.
| Method Summary | |
|---|---|
IMapImage |
getMapImage()
MapImage containing the network analysis result. |
IGPMessages |
getSolveMessages()
Error and warning messages returned by the network analysis solver. |
| Method Detail |
|---|
IMapImage getMapImage()
throws IOException,
AutomationException
MapImage returns the image drawn during NAServer::Solve using the NAServerSolverParams::MapDescription and NAServerSolverParams::ImageDescription properties.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPMessages getSolveMessages()
throws IOException,
AutomationException
SolverMessages returns an IGPMessages interface pointer to a GPMessages object that contains informational messages that were generated during NAServer::Solve.
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 | ||||||||