15 #ifndef GEOS_OP_VALID_REPEATEDPOINTREMOVER_H 16 #define GEOS_OP_VALID_REPEATEDPOINTREMOVER_H 18 #include <geos/geom/CoordinateArraySequence.h> 38 static std::unique_ptr<geom::CoordinateArraySequence> removeRepeatedAndInvalidPoints(
const geom::CoordinateSequence* seq);
Removes repeated, consecutive equal, coordinates from a CoordinateSequence.
Definition: RepeatedPointRemover.h:25
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:58