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

Simplification functions for temporal types. More...

Functions

Temporaltemporal_simplify_dp (const Temporal *temp, double dist, bool syncdist)
 Return a temporal float/point simplified using the Douglas-Peucker line simplification algorithm. More...
 
Temporaltemporal_simplify_max_dist (const Temporal *temp, double dist, bool syncdist)
 Return a temporal float/point simplified using a single-pass Douglas-Peucker line simplification algorithm. More...
 
Temporaltemporal_simplify_min_dist (const Temporal *temp, double dist)
 Return a temporal float/point sequence simplified ensuring that consecutive values are at least a given distance apart. More...
 
Temporaltemporal_simplify_min_tdelta (const Temporal *temp, const Interval *mint)
 Return a temporal float/point sequence simplified ensuring that consecutive values are at least a certain time interval apart. More...
 

Detailed Description

Simplification functions for temporal types.