|
GEOS 3.15.0dev
|
Assigns hole rings to shell rings during polygonization. More...
#include <HoleAssigner.h>
Static Public Member Functions | |
| static void | assignHolesToShells (std::vector< EdgeRing * > &holes, std::vector< EdgeRing * > &shells) |
Assigns hole rings to shell rings during polygonization.
Uses spatial indexing to improve performance of shell lookup.
|
static |
Assigns hole rings to shell rings
| holes | list of hole rings to assign |
| shells | list of shell rings |