PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwcollection_getsubgeom()

const LWGEOM * lwcollection_getsubgeom ( LWCOLLECTION col,
uint32_t  gnum 
)

Definition at line 115 of file lwcollection.c.

116{
117 return (const LWGEOM *)col->geoms[gnum];
118}
LWGEOM ** geoms
Definition liblwgeom.h:575

References LWCOLLECTION::geoms.

Referenced by coverage_window_calculation(), lwgeom_subgeom(), lwmpoint_extract_points_4d(), and unroll_collection().

Here is the caller graph for this function: