PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
|
inline |
Given a POINT4D and an ordinate number, return the value of the ordinate.
p | input point |
ordinate | number (1=x, 2=y, 3=z, 4=m) |
Definition at line 255 of file lwlinearreferencing.c.
References lwerror(), POINT4D::m, POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by lwline_clip_to_ordinate_range(), lwmpoint_clip_to_ordinate_range(), lwpoint_clip_to_ordinate_range(), point_interpolate(), ptarray_clamp_to_ordinate_range(), and test_lwpoint_get_ordinate().