GEOS
3.9.2
|
#include <CoordinateOperation.h>
Public Member Functions | |
std::unique_ptr< Geometry > | edit (const Geometry *geometry, const GeometryFactory *factory) override |
virtual std::unique_ptr < CoordinateSequence > | edit (const CoordinateSequence *coordinates, const Geometry *geometry)=0 |
A GeometryEditorOperation which modifies the coordinate list of a Geometry. Operates on Geometry subclasses which contains a single coordinate list.
|
overridevirtual |
Return a newly created geometry, ownership to caller
Implements geos::geom::util::GeometryEditorOperation.
|
pure virtual |
Edits the array of Coordinate from a Geometry.
coordinates | the coordinate array to operate on |
geometry | the geometry containing the coordinate list |