PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void lwpoint_set_ordinate | ( | POINT4D * | p, |
char | ordinate, | ||
double | value | ||
) |
Given a point, ordinate number and value, set that ordinate on the point.
Definition at line 283 of file lwlinearreferencing.c.
References LWDEBUGF, lwerror(), POINT4D::m, genraster::value, POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by point_interpolate(), and test_lwpoint_set_ordinate().