22 #ifndef GEOS_GEOM_UTIL_GEOMETRYEDITOR_H
23 #define GEOS_GEOM_UTIL_GEOMETRYEDITOR_H
25 #include <geos/export.h>
31 class GeometryFactory;
32 class GeometryCollection;
35 class GeometryEditorOperation;
Definition: GeometryEditor.h:79
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:57
Definition: GeometryEditorOperation.h:39