com.esri.arcgis.networkanalyst
Interface INAServerRouteResults2
- All Superinterfaces:
- INAServerRouteResults, INAServerSolverResults, Serializable
- All Known Subinterfaces:
- INAServerRouteResults3
- All Known Implementing Classes:
- NAServerRouteResults
public interface INAServerRouteResults2
- extends INAServerRouteResults, Serializable
Provides access to properties that contain the results of performing route network analysis with NAServer.
Remarks
INAServerRouteResults2 has been superseded by INAServerRouteResults3.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getCompactDirections
INACompactStreetDirections[] getCompactDirections()
throws IOException,
AutomationException
- Compact directions for each resulting route.
Remarks
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.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A reference to a com.esri.arcgis.networkanalyst.INACompactStreetDirections array
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.