Provides access to properties that contain the results of performing OD Cost Matrix network analysis with NAServer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
Description | ||
---|---|---|
Barriers | RecordSet of Barriers returned from the network analysis. | |
CostAttributeNameIndex | Array of mappings of the cost attribute names into ODMatrix array index values. | |
DestinationOIDIndex | Array of mappings of the Destination OIDs into ODMatrix array index values. | |
Destinations | RecordSet of Destinations returned from the network analysis. | |
MapImage | MapImage containing the network analysis result. | |
ODLines | RecordSet of ODRoutes returned from the network analysis. | |
ODMatrix | 3D array [origin, destination, cost] of OD-values returned from the network analysis. | |
OriginOIDIndex | Array of mappings of the Origin OIDs into ODMatrix array index values. | |
Origins | RecordSet of Origins returned from the network analysis. | |
PolygonBarriers | RecordSet of Polygon Barriers returned from the network analysis. | |
PolylineBarriers | RecordSet of Polyline Barriers returned from the network analysis. | |
SolveMessages | Error and warning messages returned by the network analysis solver. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServerSolverResults | Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses that implement INAServerODCostMatrixResults
CoClasses and Classes | Description |
---|---|
NAServerODCostMatrixResults | A container for the OD Cost Matrix network analysis results returned by NAServer. |
Remarks
INAServerODCostMatrixResults provides methods on an NAServerODCostMatrixResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.