PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwcollection_getsubcurve()

const LWGEOM* lwcollection_getsubcurve ( const LWCOMPOUND compound,
uint32_t  gnum 
)

Definition at line 42 of file lwcompound.c.

43 {
44  return (const LWGEOM *)compound->geoms[curvenum];
45 }
LWGEOM ** geoms
Definition: liblwgeom.h:589

References LWCOMPOUND::geoms.

Referenced by ST_CurveN().

Here is the caller graph for this function: