PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWPOINT* lwgeom_median | ( | const LWGEOM * | g, |
double | tol, | ||
uint32_t | maxiter, | ||
char | fail_if_not_converged | ||
) |
Definition at line 203 of file lwgeom_median.c.
References lwerror(), lwgeom_as_lwmpoint(), lwgeom_as_lwpoint(), lwgeom_get_type(), lwmpoint_median(), lwpoint_clone(), MULTIPOINTTYPE, and POINTTYPE.
Referenced by do_median_dims_check(), do_median_test(), and ST_GeometricMedian().