17 #ifndef GEOS_GEOM_UTIL_COORDINATEOPERATION_H
18 #define GEOS_GEOM_UTIL_COORDINATEOPERATION_H
20 #include <geos/export.h>
21 #include <geos/geom/util/GeometryEditorOperation.h>
27 class CoordinateSequence;
28 class GeometryFactory;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: CoordinateOperation.h:42
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60
Definition: GeometryEditorOperation.h:39