|
|
◆ temporal_simplify_max_dist()
| Temporal * temporal_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.
- Parameters
-
| [in] | temp | Temporal value |
| [in] | dist | Distance in the units of the values for temporal floats or the units of the coordinate system for temporal points. |
| [in] | syncdist | True when the Synchronized Distance is used, false when the spatial-only distance is used. Only used for temporal points. |
- Note
- The funcion applies only for temporal sequences or sequence sets with linear interpolation. In all other cases, it returns a copy of the temporal value. @csqlfn Temporal_simplify_max_dist()
|