PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwcollection_getsubgeom()

LWGEOM* lwcollection_getsubgeom ( LWCOLLECTION col,
int  gnum 
)

Definition at line 113 of file lwcollection.c.

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

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: