Tree |
Top Previous Next |
This method allows you to calculate a tree from a single starting point, typically used for verification of the street network.
This can be seen as a simpler version of TRouteCalc.TrafficAssignment. It only records which links are in use and all traffic is from a single node.
Syntax: Tree(filename: string; GF: TGISformat; startnode: integer; var NL: TIntegerList)
|