#include <DuplicatedPoints.h>
Public Member Functions | |
Issues | operator() (const LaneletMap &map) override |
![]() | |
virtual | ~MapValidator ()=default |
Static Public Member Functions | |
constexpr static const char * | name () |
![]() | |
constexpr static const char * | name () |
This check looks for points within linestrings or polygons that appear two times in succession. These are not allowed because they often confuse geometry algorithms.
Definition at line 11 of file DuplicatedPoints.h.
|
inlinestaticconstexpr |
Definition at line 13 of file DuplicatedPoints.h.
|
overridevirtual |
Implements lanelet::validation::MapValidator.
Definition at line 26 of file DuplicatedPoints.cpp.