PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
double lwpoint_get_ordinate | ( | const POINT4D * | p, |
char | ordinate | ||
) |
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 251 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(), and test_lwpoint_get_ordinate().