|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerRouteResults2
Deprecated as of 10.0. Provides access to properties that contain the results of performing route 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.
INAServerRouteResults2 has been superseded by INAServerRouteResults3.
Method Summary | |
---|---|
INACompactStreetDirections[] |
getCompactDirections()
Compact directions for each resulting route. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteResults |
---|
getBarriers, getDirections, getRouteGeometries, getRoutes, getStops, getTotalImpedances |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults |
---|
getMapImage, getSolveMessages |
Method Detail |
---|
INACompactStreetDirections[] getCompactDirections() throws IOException, AutomationException
CompactDirections returns an array of INACompactStreetDirections used to retrieve the directions for each Route. These directions contain less information and compressed geometries representing the traversed streets. Due to their smaller size, these directions are better suited for passing across low bandwidth connections than the directions in INAServerRouteResults.Directions.
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 |