Skip to content
On this page

geos.GEOSVoronoiFlags ⏏

Change behaviour of @ref GEOSVoronoiDiagram

NameValueDescription
GEOS_VORONOI_ONLY_EDGES1Return only edges of the Voronoi cells, as a MultiLineString
GEOS_VORONOI_PRESERVE_ORDER2Preserve order of inputs, such that the nth cell in the result corresponds to the nth vertex in the input. If this cannot be done, such as for inputs that contain repeated points, @ref GEOSVoronoiDiagram will return NULL.

Kind: Exported member