bg_union - ObjectVision/GeoDMS GitHub Wiki
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);