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

◆ ptarray_startpoint()

int ptarray_startpoint ( const POINTARRAY pa,
POINT4D pt 
)

Definition at line 2207 of file ptarray.c.

2208{
2209 return getPoint4d_p(pa, 0, pt);
2210}
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *point)
Definition lwgeom_api.c:125

References getPoint4d_p().

Referenced by lwgeom_startpoint(), and lwpoly_startpoint().

Here is the call graph for this function:
Here is the caller graph for this function: