-
Notifications
You must be signed in to change notification settings - Fork 1
Add (union)
mtbeek32 edited this page Feb 19, 2024
·
2 revisions
Geometric functions add (union)
- add(polygon_data_itemA, polygon_data_itemB)
- polygon_data_itemA + polygon_data_itemB
add(polygon_data_itemA, polygon_data_itemB) or 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_itemA data items.
data items polygon_data_itemA and polygon_data_itemA with an ipoint or spoint value type.
- The composition type of the arguments needs to be polygon.
- The domain unit of the arguments must match of be void.
7.112
parameter<ipoint> NorthHolland (poly) := Land/geometry + Texel/geometry;
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.