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);
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Definition: RepeatedPointRemover.h:28
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:56