ST_InterpolatePoint — Returns the interpolated measure of a geometry closest to a point.
float8 ST_InterpolatePoint(
geometry line, geometry point)
;
Returns the value of the measure dimension of a geometry at the point closed to the provided point.
Availability: 2.0.0
This function supports 3d and will not drop the z-index.