diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2019-12-14 10:15:05 +1000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-14 01:15:05 +0100 |
| commit | ccaebae3cb9424a9b21d0c58237d7e95c9e16b1b (patch) | |
| tree | dec6e14e4a310c47ed987b7ef67d3e67f14f0fe3 /src/proj.h | |
| parent | c9d6d364a86054f1dddbeb772660375be47aa23b (diff) | |
| download | PROJ-ccaebae3cb9424a9b21d0c58237d7e95c9e16b1b.tar.gz PROJ-ccaebae3cb9424a9b21d0c58237d7e95c9e16b1b.zip | |
Add proj_coordoperation_create_inverse to C API (#1795)
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1091,6 +1091,9 @@ int PROJ_DLL proj_coordoperation_get_towgs84_values(PJ_CONTEXT *ctx, int value_count, int emit_error_if_incompatible); +PJ PROJ_DLL *proj_coordoperation_create_inverse(PJ_CONTEXT *ctx, const PJ *obj); + + int PROJ_DLL proj_concatoperation_get_step_count(PJ_CONTEXT *ctx, const PJ *concatoperation); |
