diff options
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1002,6 +1002,9 @@ int PROJ_DLL proj_coordoperation_get_method_info(PJ_CONTEXT *ctx, int PROJ_DLL proj_coordoperation_is_instanciable(PJ_CONTEXT *ctx, const PJ *coordoperation); +int PROJ_DLL proj_coordoperation_has_ballpark_transformation(PJ_CONTEXT *ctx, + const PJ *coordoperation); + int PROJ_DLL proj_coordoperation_get_param_count(PJ_CONTEXT *ctx, const PJ *coordoperation); |
