simplify
simplify(geom::AbstractGeometry, tol::Real; gdataset=false)
Compute a simplified geometry.
Parameters
geom: the geometry.tol: the distance tolerance for the simplification.
Keywords
gdataset: Returns a GDAL IGeometry even when input is GMTdataset or Matrix
Source Code
This function has multiple methods:
simplify(geom::GMT.Gdal.AbstractGeometry, tol::Real)- gdal_extensions.jl:286simplify(D, tol::Real; gdataset)- gdal_extensions.jl:287