MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Conversion functions for temporal geometries. More...

Functions

Temporalgeomeas_to_tpoint (const GSERIALIZED *gs)
 Return a geometry/geography with M measure encoding timestamps transformed to a temporal point. More...
 
Temporaltgeogpoint_to_tgeography (const Temporal *temp)
 Return a temporal geography from a temporal geography point. More...
 
Temporaltgeography_to_tgeogpoint (const Temporal *temp)
 Return a temporal geography point from a temporal geography. More...
 
Temporaltgeography_to_tgeometry (const Temporal *temp)
 Return a temporal geometry from to a temporal geography. More...
 
Temporaltgeometry_to_tgeography (const Temporal *temp)
 Return a temporal geography from a temporal geometry. More...
 
Temporaltgeometry_to_tgeompoint (const Temporal *temp)
 Return a temporal geometry point from a temporal geometry. More...
 
Temporaltgeompoint_to_tgeometry (const Temporal *temp)
 Return a temporal geometry from a temporal geometry point. More...
 
bool tpoint_as_mvtgeom (const Temporal *temp, const STBox *bounds, int32_t extent, int32_t buffer, bool clip_geom, GSERIALIZED **gsarr, int64 **timesarr, int *count)
 Return a temporal point transformed to Mapbox Vector Tile format. More...
 
bool tpoint_tfloat_to_geomeas (const Temporal *tpoint, const Temporal *meas, bool segmentize, GSERIALIZED **result)
 Return a geometry/geography with M measure from a temporal point and optionally a temporal float. More...
 
STBoxtspatial_to_stbox (const Temporal *temp)
 Convert a spatiotemporal value into a spatiotemporal box. More...
 

Detailed Description

Conversion functions for temporal geometries.