Home
 

Display

Inputs Drawings (unlimited numbers)
Output None

Description
The display module enables all the drawings made to be displayed using representations. Representations are the only objects that can be connected to it.

Values Tab



The data entry fields enable the following elements to be selected: map title, scale value, two comments and the orientation. You can choose not to display these elements of information by unchecking the appropriate boxes.

If the working map is in kilometers, and you specify 100 in the scale value, the size of the scale line on the map will represent 100 km.

Scale Tab



Three different forms of scale are proposed. If you choose the second or the third one in the list, you can invert black and white colors in the graphic of the scale.

You can choose the number of intermediate points, from zero to four. If you don't want to see any intermediate point, you can choose to put the text at the middle or at the limits of the scale.

The data entry fields enable the unit for the scale and the number precision to be selected.

Appearance Tab



The buttons enable fonts to be selected for the title, scale, comments and orientation. When you click on the buttons, the font list opens and enables you to select the desired fonts.
Font size, however, is not selected from the list, this is done in the text fields on the right. The sizes are selected automatically at the beginning, and by unchecking the Automatic size box, you can display the desired size in map unit.
The Samples text fields display the selected font.

You can choose a color for the title, the scale, the comments and the orientation by clicking on the colored square on the right of each element to open the color panel.

You can also choose to have a frame around the title, the scale, the comments and the orientation by checking the With frame box on the right of each element.
You can have a frame around the map too.

Layers Tab



The list of input modules enables you to determine the layers order by moving the layer names up or down, or to disactivate a layer by clicking on it (the cross in front of the layer then disappears).

Script :

2      module untyped_list ""
3        mod_type integer "105"
3        mod_subtype integer "0"
3        mod_name string "Visualisation"
3        mod_dads integer_list ""
4          ? integer "2"
4          ? integer "4"
3        drw_map_title string "French regions"
3        drw_comment1 string "Source : Articque 1999"
3        drw_comment2 string "Comment 2"
3        drw_scale_value double "300"
3        drw_scale_unit string "km"
3        drw_scale_before integer "10"
3        drw_scale_after integer "0"
3        drw_scale_form integer "2"
3        drw_scale_pts_nb integer "1"
3        drw_scale_middle_text boolean "T"
3        drw_scale_invert_colors boolean "F"
3        drw_orientation integer "90"
3        drw_display_title boolean "T"
3        drw_display_comment1 boolean "T"
3        drw_display_comment2 boolean "F"
3        drw_display_scale boolean "T"
3        drw_display_orientation boolean "T"
3        drw_title_color stroke ""
4          stroke_color stroke_color ""
5            red double "1"
5            green double "0"
5            blue double "0"
5            red255 integer "255"
5            green255 integer "0"
5            blue255 integer "0"
4          dash dash ""
5            desc_list double_list ""
4          has_dash boolean "F"
3        drw_comment_color stroke ""
4          stroke_color stroke_color ""
5            red double "0"
5            green double "0"
5            blue double "0"
5            red255 integer "0"
5            green255 integer "0"
5            blue255 integer "0"
4          dash dash ""
5            desc_list double_list ""
4          has_dash boolean "F"
3        drw_scale_color stroke ""
4          stroke_color stroke_color ""
5            red double "0"
5            green double "0"
5            blue double "0"
5            red255 integer "0"
5            green255 integer "0"
5            blue255 integer "0"
4          dash dash ""
5            desc_list double_list ""
4          has_dash boolean "F"
3        drw_orientation_color stroke ""
4          stroke_color stroke_color ""
5            red double "0"
5            green double "0"
5            blue double "0"
5            red255 integer "0"
5            green255 integer "0"
5            blue255 integer "0"
4          dash dash ""
5            desc_list double_list ""
4          has_dash boolean "F"
3        drw_title_back_square boolean "T"
3        drw_comment_back_square boolean "T"
3        drw_scale_back_square boolean "F"
3        drw_orientation_back_square boolean "F"
3        drw_map_back_square boolean "F"
3        drw_title_font string "family:Times\ New\ Roman-face:medium\ roman-size:12-encoding:-foundry:misc"
3        drw_comment_font string "family:Times\ New\ Roman-face:medium\ roman-size:12-encoding:-foundry:misc"
3        drw_scale_font string "family:Times\ New\ Roman-face:medium\ roman-size:12-encoding:-foundry:misc"
3        drw_orientation_font string "family:Times\ New\ Roman-face:medium\ roman-size:12-encoding:-foundry:misc"
3        drw_title_height_w double "38.246599"
3        drw_comment_height_w double "19.1233"
3        drw_scale_height_w double "19.1233"
3        drw_orientation_height_w double "19.1233"
3        drw_is_auto_size boolean "T"
3        drw_element_positions untyped_list ""
4          drw_cap_positions untyped_list ""
4          drw_title_position vector ""
5            x_val double "290.611069"
5            y_val double "2732.580317"
5            z_val double "0"
4          drw_comment1_position vector ""
5            x_val double "866.173703"
5            y_val double "2606.196257"
5            z_val double "0"
4          drw_scale_position vector ""
5            x_val double "22.806742"
5            y_val double "1582.427278"
5            z_val double "0"
4          drw_orientation_position vector ""
5            x_val double "1174.291229"
5            y_val double "2064.992344"
5            z_val double "0"
4          drw_map_positions untyped_list ""