Algorithm to detect and fix overlaps in a list of polygons. More...
#include "Config.h"
#include "../geometry/CommonDataStructures.h"
#include "../geometry/Geometry.h"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | te::vp::OverlapFixer |
OverlapFixerReport is a class containing algorithms to detect and fix overlaps from a list of polygons or multipolygons. More... | |
class | te::vp::OverlapFixerReport |
OverlapFixerReport represents the report of the fix operation, for each input geometry and for the generated intersection fragments. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::vp |
Namespace for Vector Processing module of TerraLib. | |
Algorithm to detect and fix overlaps in a list of polygons.
Definition in file OverlapFixer.h.