PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
double lwpoly_perimeter_2d | ( | const LWPOLY * | poly | ) |
Compute the sum of polygon rings length (forcing 2d computation).
Could use a more numerically stable calculator...
Definition at line 485 of file lwpoly.c.
References LWDEBUGF, LWPOLY::nrings, ptarray_length_2d(), result, and LWPOLY::rings.
Referenced by lwgeom_perimeter_2d().