Skip to main content
Returns the interpolated measure value of a linear measured LineString at the point closest to the specified point.
Make sure that both geometries have the same SRID, otherwise the function will throw an IllegalArgumentException.
ST_InterpolatePoint

Signatures

Parameters

linestringM
Geometry
required
The linestring m value.
point
Geometry
required
The point value.

Return type

A numeric value.

Example