PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
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
}
LWCOMPOUND::geoms
LWGEOM ** geoms
Definition:
liblwgeom.h:589
LWGEOM
Definition:
liblwgeom.h:457
References
LWCOMPOUND::geoms
.
Referenced by
ST_CurveN()
.
Here is the caller graph for this function:
liblwgeom
lwcompound.c
Generated by
1.9.1