-
Notifications
You must be signed in to change notification settings - Fork 1
bg_xor
mtbeek32 edited this page Jul 9, 2024
·
3 revisions
Geometric functions bg_xor (union)
- bg_xor (polygon_data_itemA, polygon_data_itemB)
bg_xor (polygon_data_itemA, polygon_data_itemB) results in a new multi polygon data item with the XOR of the two element by element polygon_data_itemA and polygon_data_itemB data items. XOR results in true if one of the items is true, but in false if both items are true.
- The composition type of the arguments needs to be polygon.
- The domain unit of the arguments must match of be void.
15.4.0
parameter<fpoint> Xor (poly) := bg_xor(Land/geometry, LandWithTexel/geometry);
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.