PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ getPoint4d()

POINT4D getPoint4d ( const POINTARRAY pa,
int  n 
)

Definition at line 105 of file lwgeom_api.c.

References getPoint4d_p().

Referenced by create_linestring(), create_multilinestring(), create_multipoint(), create_multipolygon(), create_point(), create_polygon(), lwcircstring_get_lwpoint(), lwline_get_lwpoint(), ptarray_set_effective_area(), and test_ptarray_locate_point().

106 {
107  POINT4D result;
108  getPoint4d_p(pa, n, &result);
109  return result;
110 }
int getPoint4d_p(const POINTARRAY *pa, int n, POINT4D *op)
Definition: lwgeom_api.c:122
Here is the call graph for this function:
Here is the caller graph for this function: