ExportLinksFullSplit

Top  Previous  Next

This method will export the currently open network, including external ID, limit and roadname information where available.

 

All links are split into short sections, between vertices. See map here: network terminology (blue dots). The method is good for preparing OpenStreetMap data for use in RW Net. Use method Join with topology=2 on the exported dataset and possibly also FindOverPasses function.

 

BA can be used to specify a selection - a subset of the links. BA can be nil.

 

Syntax: ExportLinksFullSplit(filename: string; GF: TGISformat; BA: TBitArray)