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

Spatial reference system functions for spatial sets. More...

Functions

Setspatialset_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...
 
Setspatialset_transform (const Set *s, int32_t srid_to)
 Return a spatial set transformed to another SRID. More...
 
Setspatialset_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...
 

Detailed Description

Spatial reference system functions for spatial sets.