MobilityDB 1.3
Loading...
Searching...
No Matches

◆ line_interpolate_point()

GSERIALIZED * line_interpolate_point ( GSERIALIZED gs,
double  fraction,
bool  repeat 
)

Interpolate one or several points from a line.

Parameters
[in]gsGeometry
[in]fractionValue in [0,1] representing the distance where the point is located
[in]repeatTrue when obtaining several points
Note
PostGIS function: LWGEOM_line_interpolate_point(PG_FUNCTION_ARGS)