PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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}
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition cu_print.c:267
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:97

References getPoint2d_cp(), and result.

Here is the call graph for this function: