MobilityDB 1.1

◆ tpointseq_make_coords()

TSequence * tpointseq_make_coords ( const double *  xcoords,
const double *  ycoords,
const double *  zcoords,
const TimestampTz times,
int  count,
int32  srid,
bool  geodetic,
bool  lower_inc,
bool  upper_inc,
interpType  interp,
bool  normalize 
)

Construct a temporal sequence from arrays of coordinates, one per dimension, and timestamps.

Parameters
[in]xcoordsArray of x coordinates
[in]ycoordsArray of y coordinates
[in]zcoordsArray of z coordinates
[in]timesArray of z timestamps
[in]countNumber of elements in the arrays
[in]sridSRID of the spatial coordinates
[in]geodeticTrue for tgeogpoint, false for tgeompoint
[in]lower_inc,upper_incTrue if the respective bound is inclusive
[in]interpInterpolation
[in]normalizeTrue if the resulting value should be normalized