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

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

Functions

GSERIALIZEDgeo_set_srid (const GSERIALIZED *gs, int32_t srid)
 Set the SRID of a geometry/geography. More...
 
int32_t geo_srid (const GSERIALIZED *gs)
 Get the SRID of a geometry/geography. More...
 
GSERIALIZEDgeo_transform (GSERIALIZED *gs, int32_t srid_to)
 Returns the geometry/geography transformed to an SRID. More...
 
GSERIALIZEDgeo_transform_pipeline (const GSERIALIZED *gs, char *pipeline, int32_t srid_to, bool is_forward)
 Return a geometry/geography transformed to another SRID using a pipeline. More...
 

Detailed Description

Spatial reference system functions for temporal geos.