|
| PGDLLEXPORT Datum | Geo_to_tpoint (PG_FUNCTION_ARGS) |
| | Convert the PostGIS trajectory geometry or geography where the M coordinates encode the timestamps in Unix epoch into a temporal point. More...
|
| |
| PGDLLEXPORT Datum | Tfloat_simplify (PG_FUNCTION_ARGS) |
| | Simplify the temporal number using a Douglas-Peucker-like line simplification algorithm. More...
|
| |
| PGDLLEXPORT Datum | Tpoint_AsMVTGeom (PG_FUNCTION_ARGS) |
| | Transform the temporal point to Mapbox Vector Tile format. More...
|
| |
| PGDLLEXPORT Datum | Tpoint_simplify (PG_FUNCTION_ARGS) |
| | Simplify the temporal sequence (set) point using a spatio-temporal extension of the Douglas-Peucker line simplification algorithm. More...
|
| |
| PGDLLEXPORT Datum | Tpoint_to_geo (PG_FUNCTION_ARGS) |
| | Convert the temporal point into a PostGIS trajectory geometry or geography where the M coordinates encode the timestamps in number of seconds since '1970-01-01'. More...
|
| |
| PGDLLEXPORT Datum | Tpoint_to_geo_measure (PG_FUNCTION_ARGS) |
| | Construct a geometry/geography with M measure from the temporal point and the temporal float. More...
|
| |