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 | |
namespace | te |
TerraLib. | |
namespace | te::gm |
Namespace for the Vector Geometry module of TerraLib. | |
namespace | te::vp |
Namespace for Vector Processing module of TerraLib. | |
Algorithm to subdivide polygons based on a cell tilling and merge them back to their original format.
Definition in file PolygonSubdivider.h.