Skip to main content
Returns a point interpolated along a line. First argument must be a LINESTRING. Second argument is a Double between 0 and 1 representing fraction of total linestring length the point has to be located. ST_LineInterpolatePoint

Signatures

Parameters

geom
Geometry
required
The input geometry.
fraction
Double
required
The fraction value.

Return type

The resulting geometry.

Example