PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
getPoint2d()
POINT2D
getPoint2d
(
const
POINTARRAY
*
pa
,
uint32_t
n
)
Definition at line
328
of file
lwgeom_api.c
.
329
{
330
const
POINT2D
*
result
;
331
result
=
getPoint2d_cp
(pa, n);
332
return
*
result
;
333
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:262
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:389
References
getPoint2d_cp()
, and
result
.
Here is the call graph for this function:
liblwgeom
lwgeom_api.c
Generated by
1.9.1