PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ ptarray_startpoint()

int ptarray_startpoint ( const POINTARRAY pa,
POINT4D pt 
)

Definition at line 1873 of file ptarray.c.

References getPoint4d_p().

Referenced by lwgeom_startpoint(), and lwpoly_startpoint().

1874 {
1875  return getPoint4d_p(pa, 0, pt);
1876 }
int getPoint4d_p(const POINTARRAY *pa, int n, POINT4D *point)
Definition: lwgeom_api.c:122
Here is the call graph for this function:
Here is the caller graph for this function: