furqaankhan commented on code in PR #1684: URL: https://github.com/apache/sedona/pull/1684#discussion_r1847452990
########## docs/api/sql/Function.md: ########## @@ -2023,6 +2023,32 @@ Output: LINESTRING (1 1, 2 1, 2 2, 1 2, 1 1) ``` +## ST_InterpolatePoint + +Introduction: Returns the interpolated measure value of a linear measured LineString at the point closest to the specified point. + +!!!Note + Make sure that both geometries have the same SRID, otherwise the function will throw an IllegalArgumentException. + +Format: `ST_InterpolatePoint(linestringM: Geometry, point: Geometry)` + +Since: `v1.6.1` Review Comment: I think this is supposed to be `v1.7.0` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
