PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
LWPROJ* lwproj_from_str | ( | const char * | str_in, |
const char * | str_out | ||
) |
Allocate a new LWPROJ containing the reference to the PROJ's PJ If extra_geography_data is true, it will generate the following values for the source srs: is_latlong (geometric or not) and spheroid values.
Definition at line 50 of file liblwgeom/lwgeom_transform.c.
References LW_FALSE, lwalloc(), lwerror(), LWPROJ::pipeline_is_forward, LWPROJ::pj, LWPROJ::source_is_latlong, LWPROJ::source_semi_major_metre, and LWPROJ::source_semi_minor_metre.
Referenced by gml_reproject_pa(), and lwgeom_transform_from_str().