PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
LWPROJ* lwproj_from_str_pipeline | ( | const char * | str_pipeline, |
bool | is_forward | ||
) |
Allocate a new LWPROJ containing the reference to the PROJ's PJ using a PROJ pipeline definition:
str_pipeline | the coordinate operation pipeline string. Either:
|
is_foward | whether to execute the the pipeline in a forward or inverse direction. |
Definition at line 122 of file liblwgeom/lwgeom_transform.c.
References LW_FALSE, lwalloc(), LWPROJ::pipeline_is_forward, LWPROJ::pj, LWPROJ::source_is_latlong, LWPROJ::source_semi_major_metre, and LWPROJ::source_semi_minor_metre.
Referenced by lwgeom_transform_pipeline().