|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Display:
Description
The pole map can contain surfaces, lines and/or points. Indirectly, this module enables two types of map to be obtained:
This means that the module can generate two types of data:
If you choose the qualitative data, then:
Formula used:
Then, V = M / ( dist(E,P) ^ X ) (dist = distance , ^ = raised to the power of ) The value given for E is the largest V among all the poles. The distance given is calculated as the shortest distance between the centroid of the entity and the edge of the pole. However, if the Compute from centroids box has not been checked, it is the outline of the entity that is used. Script: 2 module untyped_list "" 3 mod_type integer "103" 3 mod_subtype integer "508" 3 mod_name string "Polarisation" 3 mod_dads integer_list "" 4 ? integer "3" 4 ? integer "6" 3 exponent double "2" 3 output_type integer "10" 3 take_centroid boolean "T" 3 output_id boolean "F" 3 output_name boolean "T" 3 output_id_name boolean "F" 3 poles_tree untyped_list "" 4 pole untyped_list "" 5 pole_id string "Tours" 5 pole_elem_nb integer "254" 4 pole untyped_list "" 5 pole_id string "Chinon" 5 pole_elem_nb integer "13" 4 pole untyped_list "" 5 pole_id string "Loches" 5 pole_elem_nb integer "10" Values for output_type: Continuous 2 Qualitative 10 Samples
|