MobilityDB  1.0
Functions
tpoint_analytics.h File Reference

Analytics functions for temporal points. More...

#include <postgres.h>
#include <fmgr.h>
#include "general/temporaltypes.h"
Include dependency graph for tpoint_analytics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Datum tpoint_to_geo (PG_FUNCTION_ARGS)
 Converts the temporal point into a PostGIS trajectory geometry/geography where the M coordinates encode the timestamps in number of seconds since '1970-01-01'. More...
 
Datum geo_to_tpoint (PG_FUNCTION_ARGS)
 Converts the PostGIS trajectory geometry/geography where the M coordinates encode the timestamps in Unix epoch into a temporal point. More...
 
Datum point_to_geo_measure (PG_FUNCTION_ARGS)
 
Datum tfloat_simplify (PG_FUNCTION_ARGS)
 Simplifies the temporal number using a Douglas-Peucker-like line simplification algorithm. More...
 
Datum tpoint_simplify (PG_FUNCTION_ARGS)
 Simplifies the temporal sequence (set) point using a spatio-temporal extension of the Douglas-Peucker line simplification algorithm. More...
 
Temporaltpoint_simplify_internal (Temporal *temp, double eps_dist, double eps_speed)
 
Datum AsMVT (PG_FUNCTION_ARGS)
 

Detailed Description

Analytics functions for temporal points.