|
◆ tspatial_transform_pipeline()
Temporal * tspatial_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.
- Parameters
-
[in] | temp | Spatiotemporal value |
[in] | pipeline | Pipeline string |
[in] | srid_to | Target SRID, may be SRID_UNKNOWN |
[in] | is_forward | True when the transformation is forward |
|