diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-07-01 11:22:54 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-07-01 18:09:13 +0200 |
| commit | 74932008096b3135317d8c45cb9c9fabb5ab8c6b (patch) | |
| tree | b136036ee3e557903374cd9797ce76ef1b101329 /src/proj.h | |
| parent | a9c3567cf5f69d08a869bf17a9e284e8c8142956 (diff) | |
| download | PROJ-74932008096b3135317d8c45cb9c9fabb5ab8c6b.tar.gz PROJ-74932008096b3135317d8c45cb9c9fabb5ab8c6b.zip | |
C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get_step()
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
