MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
Spatial reference system functions

Spatial reference system functions for temporal geometries. More...

Functions

Temporaltspatial_set_srid (const Temporal *temp, int32_t srid)
 Return a spatiotemporal value with the coordinates set to an SRID. More...
 
int32_t tspatial_srid (const Temporal *temp)
 Return the SRID of a spatiotemporal value. More...
 
Temporaltspatial_transform (const Temporal *temp, int32_t srid_to)
 Return a spatiotemporal value transformed to another SRID. More...
 
Temporaltspatial_transform_pipeline (const Temporal *temp, const char *pipeline, int32_t srid_to, bool is_forward)
 Return a spatiotemporal value transformed to another SRID using a pipeline. More...
 

Detailed Description

Spatial reference system functions for temporal geometries.