GEOS 3.15.0dev
Public Member Functions | List of all members
geos::geom::util::CurveBuilder Class Reference

#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 ()
 
CoordinateSequencegetSeq (bool isCurved)
 

Detailed Description

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.


The documentation for this class was generated from the following file: