21#ifndef GEOS_GEOM_UTIL_GEOMETRYEDITOR_H
22#define GEOS_GEOM_UTIL_GEOMETRYEDITOR_H
24#include <geos/export.h>
32class GeometryCollection;
35class 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
std::unique_ptr< Geometry > edit(const Geometry *geometry, GeometryEditorOperation *operation)
GeometryEditor(const GeometryFactory *newFactory)
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26