An abstract class to represent and algorithm that validates an geometry. More...
#include "AbstractValidator.h"#include "../CommonDataStructures.h"#include "../Config.h"#include <map>#include <vector>Go to the source code of this file.
Classes | |
| class | te::gm::RemoveCollapsedSegments | 
Namespaces | |
| te | |
| TerraLib.  | |
| te::gm | |
| Namespace for the Vector Geometry module of TerraLib.  | |
Typedefs | |
| using | te::gm::MapFragments = std::map< te::gm::Coord2D, VecFragments > | 
| using | te::gm::VecCoords = std::vector< te::gm::Coord2D > | 
| using | te::gm::VecFragments = std::vector< VecCoords > | 
An abstract class to represent and algorithm that validates an geometry.
Definition in file RemoveCollapsedSegments.h.