diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-10 18:24:10 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-09-12 15:59:23 +0200 |
| commit | ad0c57436c00fdc0af0bb5e7e2c6ff163e0addfc (patch) | |
| tree | 00c33ea83da88891829152e78661dc7d46885559 /src/proj_experimental.h | |
| parent | 1d1c7443fdd5425c878ccc75452561da73a8688a (diff) | |
| download | PROJ-ad0c57436c00fdc0af0bb5e7e2c6ff163e0addfc.tar.gz PROJ-ad0c57436c00fdc0af0bb5e7e2c6ff163e0addfc.zip | |
C API: add proj_crs_create_bound_vertical_crs_to_WGS84()
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 5e6bbb13..0452eb4b 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -313,6 +313,10 @@ PJ PROJ_DLL *proj_crs_create_bound_crs_to_WGS84(PJ_CONTEXT *ctx, const PJ *crs, const char *const *options); +PJ PROJ_DLL *proj_crs_create_bound_vertical_crs_to_WGS84(PJ_CONTEXT *ctx, + const PJ* vert_crs, + const char* grid_name); + /* BEGIN: Generated by scripts/create_c_api_projections.py*/ PJ PROJ_DLL *proj_create_conversion_utm( PJ_CONTEXT *ctx, |
