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

◆ ptarray_startpoint()

int ptarray_startpoint ( const POINTARRAY pa,
POINT4D pt 
)

Definition at line 1971 of file ptarray.c.

1972{
1973 return getPoint4d_p(pa, 0, pt);
1974}
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: