PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
int lwgeom_has_rings | ( | const LWGEOM * | geom | ) |
Is this a type that has rings enclosing an area, but is not a collection of areas? (triangle, polygon, curvepolygon)
Definition at line 1146 of file lwgeom.c.
References CURVEPOLYTYPE, LW_FALSE, LW_TRUE, POLYGONTYPE, TRIANGLETYPE, and LWGEOM::type.
Referenced by LWGEOM_exteriorring_polygon(), and LWGEOM_numinteriorrings_polygon().