PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_stroke()

LWGEOM* lwgeom_stroke ( const LWGEOM geom,
uint32_t  perQuad 
)

Definition at line 767 of file lwstroke.c.

References LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD, and lwcurve_linearize().

Referenced by centroid(), LWGEOM2GEOS(), LWGEOM_curve_segmentize(), lwgeom_force_sfs(), and test_ptarray_unstroke().

768 {
770 }
Tolerance expresses the number of segments to use for each quarter of circle (quadrant).
Definition: liblwgeom.h:2202
LWGEOM * lwcurve_linearize(const LWGEOM *geom, double tol, LW_LINEARIZE_TOLERANCE_TYPE type, int flags)
Definition: lwstroke.c:734
Here is the call graph for this function:
Here is the caller graph for this function: