PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
double lwpoly_area | ( | const LWPOLY * | poly | ) |
Find the area of the outer ring - sum (area of inner rings).
Definition at line 524 of file lwpoly.c.
References lwerror(), POINTARRAY::npoints, LWPOLY::nrings, ptarray_signed_area(), and LWPOLY::rings.
Referenced by lwcurvepoly_area(), lwgeom_area(), lwmpoly_to_points(), and lwpoly_to_points().