|
◆ line_interpolate_point()
Interpolate one or several points from a line.
- Parameters
-
[in] | gs | Geometry |
[in] | fraction | Value in [0,1] representing the distance where the point is located |
[in] | repeat | True when obtaining several points |
- Note
- PostGIS function:
LWGEOM_line_interpolate_point(PG_FUNCTION_ARGS)
|