17#include <geos/export.h>
20#include <geos/geom/util/GeometryTransformer.h>
46 std::unique_ptr<geom::CoordinateSequence> reducePointwise(
51 PointwisePrecisionReducerTransformer(
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:56
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Specifies the precision model of the Coordinate in a Geometry.
Definition PrecisionModel.h:88
Provides classes for manipulating the precision model of Geometries.
Definition namespaces.h:300
Basic namespace for all GEOS functionalities.
Definition geos.h:39