PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwcollection_getsubgeom()

LWGEOM* lwcollection_getsubgeom ( LWCOLLECTION col,
int  gnum 
)

Definition at line 114 of file lwcollection.c.

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

References LWCOLLECTION::geoms.

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

Here is the caller graph for this function: