PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWCOLLECTION* lwgeom_locate_between | ( | const LWGEOM * | lwin, |
double | from, | ||
double | to, | ||
double | offset | ||
) |
Determine the segments along a measured line that fall within the m-range given.
Return as a multiline or geometrycollection. Offset to left (positive) or right (negative).
Definition at line 842 of file lwlinearreferencing.c.
References lwerror(), lwgeom_clip_to_ordinate_range(), and lwgeom_has_m().