PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
double lwpoly_perimeter | ( | const LWPOLY * | poly | ) |
Compute the sum of polygon rings length.
Could use a more numerically stable calculator...
Definition at line 557 of file lwpoly.c.
References LWDEBUGF, LWPOLY::nrings, ptarray_length(), and LWPOLY::rings.
Referenced by lwgeom_perimeter().