![]() |
MobilityDB 1.3
|
Spatial reference system functions for spatial sets. More...
Functions | |
Set * | spatialset_set_srid (const Set *s, int32_t srid) |
Return a spatial set with the coordinates set to an SRID. More... | |
int32_t | spatialset_srid (const Set *s) |
Return the SRID of a spatial set. More... | |
Set * | spatialset_transform (const Set *s, int32_t srid_to) |
Return a spatial set transformed to another SRID. More... | |
Set * | spatialset_transform_pipeline (const Set *s, const char *pipeline, int32_t srid_to, bool is_forward) |
Return a spatial set transformed to another SRID using a pipeline. More... | |
Spatial reference system functions for spatial sets.