16 #ifndef GEOS_GEOM_UTIL_COORDINATEOPERATION_H
17 #define GEOS_GEOM_UTIL_COORDINATEOPERATION_H
19 #include <geos/export.h>
20 #include <geos/geom/util/GeometryEditorOperation.h>
26 class CoordinateSequence;
27 class GeometryFactory;
48 std::unique_ptr<Geometry> edit(
const Geometry* geometry,
59 virtual std::unique_ptr<CoordinateSequence> edit(
const CoordinateSequence* coordinates,
Definition: CoordinateOperation.h:41
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Definition: GeometryEditorOperation.h:39
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:58
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68