MobilityDB  1.0

◆ lwpointarr_make_trajectory()

LWGEOM* lwpointarr_make_trajectory ( LWGEOM **  lwpoints,
int  count,
bool  linear 
)

Compute a trajectory from a set of points.

The result is either a line or a multipoint depending on whether the interpolation is step or linear

Parameters
[in]lwpointsArray of points
[in]countNumber of elements in the input array
[in]linearTrue when the interpolation is linear