MobilityDB 1.1
|
Analytics functions for temporal types. More...
Functions | |
Temporal * | geo_to_tpoint (const GSERIALIZED *geo) |
Converts the PostGIS trajectory geometry/geography where the M coordinates encode the timestamps in Unix epoch into a temporal point. More... | |
Temporal * | temporal_simplify (const Temporal *temp, double eps_dist, bool synchronized) |
Simplify the temporal float/point using a spatio-temporal extension of the Douglas-Peucker line simplification algorithm. More... | |
bool | tpoint_AsMVTGeom (const Temporal *temp, const STBox *bounds, int32_t extent, int32_t buffer, bool clip_geom, GSERIALIZED **geom, int64 **timesarr, int *count) |
Transform the temporal point to Mapbox Vector Tile format. More... | |
bool | tpoint_to_geo_measure (const Temporal *tpoint, const Temporal *measure, bool segmentize, GSERIALIZED **result) |
Construct a geometry/geography with M measure from the temporal point and. More... | |
Analytics functions for temporal types.