com.esri.arcgis.networkanalyst
Interface INAServerClosestFacilityResults2
- All Superinterfaces:
- INAServerClosestFacilityResults, INAServerSolverResults, Serializable
- All Known Implementing Classes:
- NAServerClosestFacilityResults
public interface INAServerClosestFacilityResults2
- extends INAServerClosestFacilityResults, Serializable
Provides access to properties that contain the results of performing closest facility network analysis with NAServer.
Remarks
INAServerClosestFacilityResults2 provides methods on an NAServerClosestFacilityResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.
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 CFRoute. 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 INAServerClosestFacilityResults.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.