RouteMatrix Constructor |
Name | Description | |
---|---|---|
RouteMatrix(RouteStop, RoutingStrategy) |
Create a new Matrix from the given set of RouteStops.
| |
RouteMatrix(RoutingStrategy, String) |
Load the RouteMatrix from the given journal file.
| |
RouteMatrix(RouteStop, RoutingStrategy, String) |
Create a new Matrix from the given set of RouteStops, and record the
actions taken during calculation of this RouteMatrix to the given journal file. The journal file can then be
loaded later to speed up the construction of an identical RouteMatrix.
| |
RouteMatrix(RouteStop, RoutingStrategy, CancellationToken) |
Create a new Matrix from the given set of RouteStops.
| |
RouteMatrix(RoutingStrategy, String, CancellationToken) |
Load the RouteMatrix from the given journal file.
| |
RouteMatrix(RouteStop, RoutingStrategy, String, CancellationToken) |
Create a new Matrix from the given set of RouteStops, and record the
actions taken during calculation of this RouteMatrix to the given journal file. The journal file can then be
loaded later to speed up the construction of an identical RouteMatrix.
|