GeometricOperations.hpp
19 /// \brief provides a set of geometric operations for geometry objects (e.g. intersection, join, differences, etc. )
25 The intersection process is done in 2D. The heights of new points will be computed from the height information of the
26 corresponding intersecting segments. In case both segments have height information available, the height at the new point
27 will be averaged. This behavior can be changed by enabling or disabling the ignorePolygonHeights flag. If the flag is
28 disabled (=default behavior) height information of polygon vertices will be ignored for height computation of new points.
36 \param[in] ignorePolygonHeights enabling or disabling heights of polygon vertices for compute new points (see details)
46 /// whereas polylines only represents the boundary, polygons represent the full area of closed regions. hence,
47 /// the intersection of two polygons resulting a polygon containing the overlapping area of the source polygons
