Lines
strumap_type: strumap_line
This indicates that the feature is a StruMap line. In addition to the geometry are the following attributes:
Attribute Name |
Contents |
strumap_line_style |
The line style of the line. Range: integers greater than or equal to 0 Default: No default |
strumap_red |
The red intensity of the line. This must be used together with strumap_green and strumap_blue in order to be used by the StruMap writer. Range: Integer from 1 to 255 Default: No default |
strumap_green |
The green intensity of the line. Range: Integer from 1 to 255 Default: No default |
strumap_blue |
The blue intensity of the line. Range: Integer from 1 to 255 Default: No default |
strumap_flowdir_position |
The position of the flow direction. This must be used with the strumap_flowdir_easting and strumap_flowdir_northing attributes. Range: 0 (not set) | 1 (flow from point 1 to point 2) | 2 (flow from point 2 to point 1) | 3 (bidirectional flow) | 4 (blocked) Default: No default |
strumap_flowdir_x1 |
The x coordinate for the first point in terms for the strumap_flowdir_position. Range: Real Default: No default |
strumap_flowdir_y1 |
The y coordinate for the first point in terms for the strumap_flowdir_position. Range: Real Default: No default |
strumap_flowdir_x2 |
The x coordinate for the second point in terms for the strumap_flowdir_position. Range: Real Default: No default |
strumap_flowdir_y2 |
The y coordinate for the second point in terms for the strumap_flowdir_position. Range: Real Default: No default |
strumap_mask_x{<number>} |
The x coordinate of the mask. <number> is a positive integer used to indicate the order of the mask. Hence, in order for this to be valid, it has to be used in conjunction with strumap_mask_y{<number>} and strumap_mask_length{<number>} where <number> share the exact same value. As a result of this mechanism, more than one mask can be added to each line feature. Range: Real Default: No default |
strumap_mask_y{<number>} |
The y coordinate of the mask. See strumap_mask_x. Range: Real Default: No default |
strumap_mask_length {<number>} |
The length of the gap. See strumap_mask_x. Range: Real Default: No default |