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

◆ ptarray_startpoint()

int ptarray_startpoint ( const POINTARRAY pa,
POINT4D pt 
)

Definition at line 2219 of file ptarray.c.

2220{
2221 return getPoint4d_p(pa, 0, pt);
2222}
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: