23 #include <geos/export.h> 30 class GeometryFactory;
31 class GeometryCollection;
34 class GeometryEditorOperation;
85 std::unique_ptr<Polygon> editPolygon(
const Polygon* polygon,
88 std::unique_ptr<GeometryCollection> editGeometryCollection(
120 std::unique_ptr<Geometry> edit(
const Geometry* geometry,
Definition: GeometryEditor.h:78
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:52
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Definition: GeometryEditorOperation.h:38