GEOS
3.14.0dev
|
Simplifies a collection of TaggedLineStrings, preserving topology (in the sense that no new intersections are introduced). More...
#include <TaggedLinesSimplifier.h>
Public Member Functions | |
void | setDistanceTolerance (double tolerance) |
Sets the distance tolerance for the simplification. More... | |
void | simplify (std::vector< TaggedLineString * > &tlsVector) |
Simplifies a collection of TaggedLineStrings, preserving topology (in the sense that no new intersections are introduced).
void geos::simplify::TaggedLinesSimplifier::setDistanceTolerance | ( | double | tolerance | ) |
Sets the distance tolerance for the simplification.
All vertices in the simplified geometry will be within this distance of the original geometry.
tolerance | the approximation tolerance to use |