PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
getPoint3dz()
POINT3DZ
getPoint3dz
(
const
POINTARRAY
*
pa
,
int
n
)
Definition at line
186
of file
lwgeom_api.c
.
References
getPoint3dz_p()
.
187
{
188
POINT3DZ
result;
189
getPoint3dz_p
(pa, n, &result);
190
return
result;
191
}
POINT3DZ
Definition:
liblwgeom.h:332
getPoint3dz_p
int getPoint3dz_p(const POINTARRAY *pa, int n, POINT3DZ *op)
Definition:
lwgeom_api.c:214
Here is the call graph for this function:
liblwgeom
lwgeom_api.c
Generated by
1.8.13