PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWCOLLECTION* lwpoint_clip_to_ordinate_range | ( | const LWPOINT * | point, |
char | ordinate, | ||
double | from, | ||
double | to | ||
) |
Clip an input POINT between two values, on any ordinate input.
Clip a point based on the from/to range of one of its ordinates.
Definition at line 364 of file lwlinearreferencing.c.
References LWCOLLECTION::bbox, lwcollection_add_lwgeom(), lwcollection_construct_empty(), lwerror(), lwgeom_add_bbox(), lwgeom_drop_bbox(), lwgeom_has_m(), lwgeom_has_z(), lwpoint_as_lwgeom(), lwpoint_clone(), lwpoint_get_ordinate(), lwpoint_getPoint4d_p(), MULTIPOINTTYPE, and LWPOINT::srid.
Referenced by lwgeom_clip_to_ordinate_range().