MobilityDB  1.0

◆ temporal_bbox_restrict_values()

Datum* temporal_bbox_restrict_values ( const Temporal temp,
const Datum *  values,
int  count,
int *  newcount 
)

Returns the array of base values that are contained in the bounding box of the temporal value.

Parameters
[in]tempTemporal value
[in]valuesArray of base values
[in]countNumber of elements in the input array
[out]newcountNumber of elements in the output array
Returns
Filtered array of values.