-
Notifications
You must be signed in to change notification settings - Fork 1
bg_union
eoudejans edited this page Jul 24, 2024
·
8 revisions
Geometric functions bg_union (union)
- bg_union (polygon_data_itemA, polygon_data_itemB)
bg_union (polygon_data_itemA, polygon_data_itemB) results in a new multi polygon data item with the union of the two polygon_data_itemA and polygon_data_itemB data items. Similar to adding to numbers. In other words, row for row. Whereas, Union_polygon (dissolve) aggregates similar to sum over multiple rows.
- The composition type of the arguments needs to be polygon.
- The domain unit of the arguments must match or be void.
15.4.0
parameter<fpoint> NorthHolland (poly) := bg_union(Land/geometry, Texel/geometry);
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.