28#include <geos/export.h>
33#include <geos/simplify/LineSegmentIndex.h>
34#include <geos/simplify/TaggedLineStringSimplifier.h>
38#pragma warning(disable: 4251)
44class TaggedLineString;
71 void simplify(std::vector<TaggedLineString*>& tlsVector);
75 std::unique_ptr<LineSegmentIndex> inputIndex;
77 std::unique_ptr<LineSegmentIndex> outputIndex;
79 double distanceTolerance;
Simplifies a collection of TaggedLineStrings, preserving topology (in the sense that no new intersect...
Definition TaggedLinesSimplifier.h:55
void setDistanceTolerance(double tolerance)
Sets the distance tolerance for the simplification.
Basic namespace for all GEOS functionalities.
Definition geos.h:39