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

◆ lwcollection_getsubcurve()

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

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: