|
|||||||||
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 has been superseded by INAServerSolverResults2.
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 |