|
MobilityDB 1.3
|
Spatial reference system functions for temporal geos. More...
Functions | |
| GSERIALIZED * | geo_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... | |
| GSERIALIZED * | geo_transform (const GSERIALIZED *gs, int32_t srid_to) |
| Return the geometry/geography transformed to an SRID. More... | |
| GSERIALIZED * | geo_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... | |
Spatial reference system functions for temporal geos.