st_linelocatepoint(geom1 geometry, geom2 geometry)


Description

args: a_linestring, a_point - Returns the fractional location of the closest point on a line to a point.

Parameters

Name Type Mode
geom1 geometry IN
geom2 geometry IN

Definition