From 74932008096b3135317d8c45cb9c9fabb5ab8c6b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 1 Jul 2019 11:22:54 +0200 Subject: C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get_step() --- src/proj.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/proj.h') diff --git a/src/proj.h b/src/proj.h index 0282ddfe..25cd981c 100644 --- a/src/proj.h +++ b/src/proj.h @@ -1064,6 +1064,13 @@ int PROJ_DLL proj_coordoperation_get_towgs84_values(PJ_CONTEXT *ctx, int value_count, int emit_error_if_incompatible); +int PROJ_DLL proj_concatoperation_get_step_count(PJ_CONTEXT *ctx, + const PJ *concatoperation); + +PJ PROJ_DLL *proj_concatoperation_get_step(PJ_CONTEXT *ctx, + const PJ *concatoperation, + int i_step); + /**@}*/ #ifdef __cplusplus -- cgit v1.2.3