17 #include <geos/geom/CoordinateSequence.h>
18 #include <geos/geom/Geometry.h>
41 static std::unique_ptr<geom::CoordinateSequence>
44 double tolerance = 0.0);
46 static std::unique_ptr<geom::CoordinateSequence>
47 removeRepeatedAndInvalidPoints(
49 double tolerance = 0.0);
51 static std::unique_ptr<geom::Geometry>
54 double tolerance = 0.0);
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:56
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
Definition: RepeatedPointRemover.h:28
static std::unique_ptr< geom::CoordinateSequence > removeRepeatedPoints(const geom::CoordinateSequence *seq, double tolerance=0.0)
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25