aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorNyall Dawson <nyall.dawson@gmail.com>2019-12-14 10:15:05 +1000
committerEven Rouault <even.rouault@spatialys.com>2019-12-14 01:15:05 +0100
commitccaebae3cb9424a9b21d0c58237d7e95c9e16b1b (patch)
treedec6e14e4a310c47ed987b7ef67d3e67f14f0fe3 /src/proj.h
parentc9d6d364a86054f1dddbeb772660375be47aa23b (diff)
downloadPROJ-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index fc309542..b8b90277 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -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);