#include <TaggedLinesSimplifier.h>
Public Member Functions | |
void | setDistanceTolerance (double tolerance) |
Sets the distance tolerance for the simplification. | |
template<class iterator_type> | |
void | simplify (iterator_type begin, iterator_type end) |
|
Sets the distance tolerance for the simplification. All vertices in the simplified geometry will be within this distance of the original geometry.
|
|
Simplify a set of TaggedLineStrings
|