32 #ifndef __TPOINT_ANALYTICS_H__ 33 #define __TPOINT_ANALYTICS_H__ 62 extern Datum
AsMVT(PG_FUNCTION_ARGS);
Datum point_to_geo_measure(PG_FUNCTION_ARGS)
General functions for temporal types.
Datum tpoint_to_geo(PG_FUNCTION_ARGS)
Converts the temporal point into a PostGIS trajectory geometry/geography where the M coordinates enco...
Definition: tpoint_analytics.c:384
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: temporal.h:241
Datum geo_to_tpoint(PG_FUNCTION_ARGS)
Converts the PostGIS trajectory geometry/geography where the M coordinates encode the timestamps in U...
Definition: tpoint_analytics.c:610
Datum tpoint_simplify(PG_FUNCTION_ARGS)
Simplifies the temporal sequence (set) point using a spatio-temporal extension of the Douglas-Peucker...
Definition: tpoint_analytics.c:1631
Temporal * tpoint_simplify_internal(Temporal *temp, double eps_dist, double eps_speed)
Definition: tpoint_analytics.c:1608
Datum tfloat_simplify(PG_FUNCTION_ARGS)
Simplifies the temporal number using a Douglas-Peucker-like line simplification algorithm.
Definition: tpoint_analytics.c:1189
Datum AsMVT(PG_FUNCTION_ARGS)