17#include <geos/geom/CoordinateArraySequence.h>
18#include <geos/geom/Geometry.h>
41 static std::unique_ptr<geom::CoordinateArraySequence>
44 double tolerance = 0.0);
46 static std::unique_ptr<geom::CoordinateArraySequence>
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:44
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Definition: RepeatedPointRemover.h:28
static std::unique_ptr< geom::CoordinateArraySequence > removeRepeatedPoints(const geom::CoordinateSequence *seq, double tolerance=0.0)
Basic namespace for all GEOS functionalities.
Definition: geos.h:39