17#include <geos/export.h>
20#include <geos/geom/util/GeometryTransformer.h>
27class CoordinateSequence;
46 std::vector<geom::Coordinate> reducePointwise(
53 : targetPM(p_targetPM)
56 static std::unique_ptr<geom::Geometry> reduce(
64 std::unique_ptr<geom::CoordinateSequence> transformCoordinates(
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
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:90
Basic namespace for all GEOS functionalities.
Definition: geos.h:39