PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ ptarray_startpoint()

int ptarray_startpoint ( const POINTARRAY pa,
POINT4D pt 
)

Definition at line 2001 of file ptarray.c.

2002 {
2003  return getPoint4d_p(pa, 0, pt);
2004 }
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *point)
Definition: lwgeom_api.c:123

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: