PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_stroke()

LWGEOM * lwgeom_stroke ( const LWGEOM geom,
uint32_t  perQuad 
)

Convert type with arcs into equivalent linearized type.

Definition at line 871 of file lwstroke.c.

872{
874}
@ LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD
Tolerance expresses the number of segments to use for each quarter of circle (quadrant).
Definition liblwgeom.h:2383
LWGEOM * lwcurve_linearize(const LWGEOM *geom, double tol, LW_LINEARIZE_TOLERANCE_TYPE type, int flags)
Definition lwstroke.c:838

References LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD, and lwcurve_linearize().

Referenced by LWGEOM2GEOS(), LWGEOM_curve_segmentize(), lwgeom_force_sfs(), and test_unstroke().

Here is the call graph for this function:
Here is the caller graph for this function: