Split

Top  Previous  Next

This method will create entries in LL for all links in the network and for every x km.

 

Example: If the value of distance parameter is 1 km and a link is 3.6 km long, entries will be created like this:

Evenout = false: 1, 2 and 3 km (3 entries)

Evenout = true: 0.9, 1.8 and 2.7 km (3 entries)

No entries are created for links shorter than 1 km.

 

Call ExportLinks afterwards to have the network saved, but with shorter links.

 

Syntax: Split(distance: TCost; evenout: boolean; LL: TLocationList)