|
GEOS 3.15.0dev
|
#include <CurveBuilder.h>
Public Member Functions | |
| CurveBuilder (const GeometryFactory &gfact, bool hasZ, bool hasM) | |
| void | add (const Curve &geom) |
| void | add (const CoordinateSequence &seq, bool isCurved) |
| void | closeRing () |
| std::unique_ptr< Curve > | getGeometry () |
| CoordinateSequence & | getSeq (bool isCurved) |
The CurveBuilder is a utility class to assist in construction of simple or compound curves, such as when combining coordinates from a list of Edges.