NAServerODCostMatrixResults

Base Type: NAServerSolverResults

A class that contains the result of performing network analysis on an origin-destination cost matrix layer.

Property

Type

Description

Barriers

RecordSet

The point barriers used in the analysis.

CostAttributeNameIndex

string[]

The array of cost attributes in the ODMatrix.

DestinationOIDIndex

int[]

The array to lookup the ObjectID in the destinations RecordSet based on the index in the ODMatrix.

Destinations

RecordSet

The destinations used in the analysis.

ODLines

RecordSet

The output line features between origins and destinations returned from the analysis.

ODMatrix

base64Binary

The internal 3-dimensional array representing the ODMatrix.

OriginOIDIndex

int[]

The array to lookup the ObjectID in the origins RecordSet based on the index in the ODMatrix.

Origins

RecordSet

The origins used in the analysis.

PolygonBarriers

RecordSet

The polygon barriers used in the analysis.

PolylineBarriers

RecordSet

The line barriers used in the analysis.

11/8/2016