diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-29 19:27:30 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-29 19:27:30 +0100 |
| commit | 0ee297eaef992265e8ccbf2cd4f8bde9a217a9fe (patch) | |
| tree | 1d6793743d683679215d2d23cfa87a997c9742a9 /src/proj_experimental.h | |
| parent | 9b2b96ef7a343831753679567893d85998e9c9ea (diff) | |
| download | PROJ-0ee297eaef992265e8ccbf2cd4f8bde9a217a9fe.tar.gz PROJ-0ee297eaef992265e8ccbf2cd4f8bde9a217a9fe.zip | |
Experimantal C API: add a proj_assign_context() for advanced usage
Diffstat (limited to 'src/proj_experimental.h')
| -rw-r--r-- | src/proj_experimental.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proj_experimental.h b/src/proj_experimental.h index 9c72dbfe..292a3baf 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -892,6 +892,12 @@ PJ_OBJ PROJ_DLL *proj_obj_create_conversion_equal_earth( /**@}*/ +/*! @cond Doxygen_Suppress */ + +void PROJ_DLL proj_assign_context( PJ* pj, PJ_CONTEXT* ctx ); + +/*! @endcond */ + #ifdef __cplusplus } #endif |
