diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-04 01:13:43 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-10-04 01:13:43 +0200 |
| commit | ae779eaa8264914a401f585f747a0f87fd5350e9 (patch) | |
| tree | a82bfb05cf329f05fb2563389b9efe5f002595e9 /src/proj_experimental.h | |
| parent | 109f75c74ee9e251b9507aeb5f3add109042bd5f (diff) | |
| download | PROJ-ae779eaa8264914a401f585f747a0f87fd5350e9.tar.gz PROJ-ae779eaa8264914a401f585f747a0f87fd5350e9.zip | |
Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best approximate as WKT1 that doesn't support it
Diffstat (limited to 'src/proj_experimental.h')
| -rw-r--r-- | src/proj_experimental.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proj_experimental.h b/src/proj_experimental.h index 9a1a6045..63b858d5 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -235,6 +235,10 @@ PJ PROJ_DLL *proj_crs_create_projected_3D_crs_from_2D(PJ_CONTEXT *ctx, const PJ* projected_2D_crs, const PJ* geog_3D_crs); +PJ PROJ_DLL *proj_crs_demote_to_2D(PJ_CONTEXT *ctx, + const char* crs_2D_name, + const PJ* crs_3D); + PJ PROJ_DLL *proj_create_engineering_crs(PJ_CONTEXT *ctx, const char *crsName); |
