|
◆ temporal_simplify_dp()
Return a temporal float/point simplified using the 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_dp()
|