PostGIS
2.4.9dev-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 575 of file lwpoly.c.
References LWDEBUGF, LWPOLY::nrings, ptarray_length_2d(), and LWPOLY::rings.
Referenced by lwgeom_perimeter_2d().