PostGIS
3.3.9dev-r@@SVN_REVISION@@
◆
getPoint3dm()
POINT3DM
getPoint3dm
(
const
POINTARRAY
*
pa
,
uint32_t
n
)
Definition at line
202
of file
lwgeom_api.c
.
203
{
204
POINT3DM
result
;
205
getPoint3dm_p
(pa, n, &
result
);
206
return
result
;
207
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:267
getPoint3dm_p
int getPoint3dm_p(const POINTARRAY *pa, uint32_t n, POINT3DM *op)
Definition:
lwgeom_api.c:269
POINT3DM
Definition:
liblwgeom.h:422
References
getPoint3dm_p()
, and
result
.
Here is the call graph for this function:
liblwgeom
liblwgeom.h
Generated by
1.9.1