|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerSolverResults
Deprecated as of 10.0. Provides access to properties that contain the results of performing network analysis with NAServer.
At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.
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 |