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;
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
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Definition: CoordinateOperation.h:41
virtual std::unique_ptr< CoordinateSequence > edit(const CoordinateSequence *coordinates, const Geometry *geometry)=0
std::unique_ptr< Geometry > edit(const Geometry *geometry, const GeometryFactory *factory) override
Definition: GeometryEditorOperation.h:39
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26