PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
int lwgeom_transform_pipeline | ( | LWGEOM * | geom, |
const char * | pipeline, | ||
bool | is_forward | ||
) |
Transform (reproject) a geometry in-place using a PROJ pipeline.
geom | the geometry to transform |
pipeline | the coordinate operation pipeline string. Either:
|
is_forward | whether to execute the pipeline in a forward or inverse direction. |
Definition at line 187 of file liblwgeom/lwgeom_transform.c.
References LW_FAILURE, lwerror(), lwfree(), lwgeom_transform(), lwproj_from_str_pipeline(), and LWPROJ::pj.
Referenced by transform_pipeline_geom().