PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ getPoint4d()

POINT4D getPoint4d ( const POINTARRAY pa,
uint32_t  n 
)

Definition at line 108 of file lwgeom_api.c.

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

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(), lwtriangle_clip_to_ordinate_range(), 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: