delaunay
delaunay(geom::AbstractGeometry, tol::Real=0, onlyedges::Bool=true; gdataset=false)
Parameters
geom: the geometry.tol: optional snapping tolerance to use for improved robustnessonlyedges: iftrue, will return a MULTILINESTRING, otherwise it will return a GEOMETRYCOLLECTION containing triangular POLYGONs.gdataset: Returns a GDAL IGeometry even when input is GMTdataset or Matrix
Return a Delaunay triangulation of the vertices of the geometry.
Source Code
This function has multiple methods:
delaunaytriangulation(D; ...)- gdal_extensions.jl:306delaunaytriangulation(geom::GMT.Gdal.AbstractGeometry, tol::Real, edges::Bool)- gdal_extensions.jl:305delaunaytriangulation(D, tol::Real, edges::Bool; gdataset)- gdal_extensions.jl:306delaunaytriangulation(D, tol::Real; ...)- gdal_extensions.jl:306