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

◆ geo_transform_pipeline()

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.

Parameters
[in]gsGeometry/geography
[in]pipelinePipeline string
[in]srid_toTarget SRID, may be SRID_UNKNOWN
[in]is_forwardTrue when the transformation is forward
Note
PostGIS function: transform_pipeline_geom(PG_FUNCTION_ARGS)