Route Matrix methods |
Top Previous Next |
This is a selection of methods which do the same calculations as the similar ones in the TCalc class. Main difference is the matrices are calculated as one route at a time, rather than through an isocost calculation.
This makes it faster if you want to calculate a small matrix in a large network. Especially if your points are far apart and you have a hierarchy in the data.
The methods are not multi-threaded.
RMatrix equals TCalc.Matrix RMatrix2 equals TCalc.Matrix2 RMatrixDyn equals TCalc.MatrixDyn RMatrixDyn2 equals TCalc.MatrixDyn2 RMatrixDynOut equals TCalc.MatrixDynOut RMatrixOut equals TCalc.MatrixOut RMatrixPOut equals TCalc.MatrixPOut
|