PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ getPoint4d()

POINT4D getPoint4d ( const POINTARRAY pa,
uint32_t  n 
)

Definition at line 106 of file lwgeom_api.c.

107 {
108  POINT4D result;
109  getPoint4d_p(pa, n, &result);
110  return result;
111 }
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *op)
Definition: lwgeom_api.c:123

References getPoint4d_p().

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

Here is the call graph for this function:
Here is the caller graph for this function: