Select |
Top Previous Next |
This method can be used for selecting from the street network.
Output is stored in BA. New selections are set and added to any previous selections in BA.
Roadclass_min and roadclass_max specifies the interval for selections. Use 0 and 31 to ignore.
Hierarchy_min and hierarchy_max specifies the interval for selections. Use 0 and 5 to ignore.
You can specify a RoadFileID and RoadNameID to select a specific roadname. Use 0 to ignore.
For each of the bits 8 - 15 in the attribute you can specify the value 0 or 1. Use 2 to ignore.
Syntax: Select(BA: TBitArray; roadclass_min,roadclass_max,hierarchy_min,hierarchy_max: integer; RoadFileID,RoadNameID: integer; bit8,bit9,bit10,bit11,bit12,bit13,bit14,bit15: byte)
|