Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_InterpolatePoint(linestringM: Geometry, point: Geometry)
SELECT ST_InterpolatePoint( ST_GeomFromWKT("LINESTRING M (0 0 0, 2 0 2, 4 0 4)"), ST_GeomFromWKT("POINT (1 1)") )
1.0
Was this page helpful?