PostGIS
3.3.9dev-r@@SVN_REVISION@@
◆
getPoint2d()
POINT2D
getPoint2d
(
const
POINTARRAY
*
pa
,
uint32_t
n
)
Definition at line
329
of file
lwgeom_api.c
.
330
{
331
const
POINT2D
*
result
;
332
result
=
getPoint2d_cp
(pa, n);
333
return
*
result
;
334
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:267
getPoint2d_cp
static const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
Definition:
lwinline.h:101
POINT2D
Definition:
liblwgeom.h:404
References
getPoint2d_cp()
, and
result
.
Here is the call graph for this function:
liblwgeom
lwgeom_api.c
Generated by
1.9.1