bg_union
Geometric functions bg_union (union)
syntax
- bg_union (polygon_data_itemA, polygon_data_itemB)
description
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 two numbers. In other words, row for row. Whereas, Union_polygon (dissolve) aggregates similar to Sum over multiple rows.
conditions
- The composition type of the arguments needs to be polygon.
- The Domain unit of the arguments must match or be Void.
since version
15.4.0
example
parameter<fpoint> NorthHolland (poly) := bg_union(Land/geometry, Texel/geometry);