|
◆ geo_transform_pipeline()
Return a geometry/geography transformed to another SRID using a pipeline.
- Parameters
-
[in] | gs | Geometry/geography |
[in] | pipeline | Pipeline string |
[in] | srid_to | Target SRID, may be SRID_UNKNOWN |
[in] | is_forward | True when the transformation is forward |
- Note
- PostGIS function:
transform_pipeline_geom(PG_FUNCTION_ARGS)
|