PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
int lwgeom_is_unitary | ( | const LWGEOM * | geom | ) |
Determine whether a Geometry is a bag of sub-geometries.
point/linestring/polygon/circularstring/compoundcurve/curvepolygon are all unitary, they are not just bags of other geometries.
Definition at line 1140 of file lwgeom.c.
References lwtype_is_unitary(), and LWGEOM::type.
Referenced by lwgeom_count_geometries(), and lwgeom_extract_geometry_n().