PolygonSubdivider.h File Reference

Algorithm to subdivide polygons based on a cell tilling and merge them back to their original format. More...

#include "Config.h"
#include "../geometry/CommonDataStructures.h"
#include "../geometry/Enums.h"
#include "CommonDataStructures.h"
#include <map>
#include <memory>
#include <set>
#include <vector>

Go to the source code of this file.

Classes

class  te::vp::PolygonSubdivider
 Algorithm to subdivide polygons based on a cell tilling and merge them back to their original format. More...
 

Namespaces

 te
 TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 
 te::vp
 Namespace for Vector Processing module of TerraLib.
 

Detailed Description

Algorithm to subdivide polygons based on a cell tilling and merge them back to their original format.

Definition in file PolygonSubdivider.h.