Skip to content

Commit

Permalink
Add doco
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Jan 15, 2025
1 parent 7ae1836 commit 60413cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/geom/HeuristicOverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
* This file provides a single function, taking two
* const Geometry pointers, applying a binary operator to them
* and returning a result Geometry in an unique_ptr<>.
*
* It implements a "combine-disjoint" heuristic for optimizing some overlay cases.
* It also implements overlay for GeometryCollections, which is not (yet)
* provided by OverlayNG.
* Internal overlay usage should call OverlayNG directly
* if this behaviour is not needed (i.e. when the inputs are known to be simple
* or when full overlay is desired to be computed.)
*
**********************************************************************/

Expand Down

0 comments on commit 60413cf

Please sign in to comment.