21 #ifndef GEOS_GEOM_UTIL_GEOMETRYEDITOR_H
22 #define GEOS_GEOM_UTIL_GEOMETRYEDITOR_H
24 #include <geos/export.h>
31 class GeometryFactory;
32 class GeometryCollection;
35 class GeometryEditorOperation;
86 std::unique_ptr<Polygon> editPolygon(
const Polygon* polygon,
89 std::unique_ptr<GeometryCollection> editGeometryCollection(
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:55
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
Represents a linear polygon, which may include holes.
Definition: Polygon.h:64
Definition: GeometryEditorOperation.h:39
Definition: GeometryEditor.h:79
GeometryEditor(const GeometryFactory *newFactory)
std::unique_ptr< Geometry > edit(const Geometry *geometry, GeometryEditorOperation *operation)
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26