This operation subdivides geometries ensuring that they don't have more than the given number of coordinates. More...
#include "Config.h"#include "AbstractOperation.h"#include <memory>#include <mutex>#include <vector>Go to the source code of this file.
Classes | |
| class | te::vp::SubdivideOperation |
| This operation subdivides geometries ensuring that they don't have more than the given number of coordinates. More... | |
| class | te::vp::SubdivideOperationCapabilities |
| class | te::vp::SubdivideOperationFactory |
| class | te::vp::SubdivideOperationParameters |
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. | |
This operation subdivides geometries ensuring that they don't have more than the given number of coordinates.
Definition in file SubdivideOperation.h.