PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcollection_getsubgeom()

LWGEOM* lwcollection_getsubgeom ( LWCOLLECTION col,
int  gnum 
)

Definition at line 113 of file lwcollection.c.

References LWCOLLECTION::geoms.

Referenced by lwgeom_subgeom(), lwmpoint_extract_points_3d(), and unroll_collection().

114 {
115  return (LWGEOM *)col->geoms[gnum];
116 }
LWGEOM ** geoms
Definition: liblwgeom.h:509
Here is the caller graph for this function: