aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-20 18:04:35 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-20 20:32:17 +0100
commit94578ea8ff38f4bc6b1f6f52b80ecf7359f5dfc2 (patch)
tree1ef7f51339a7dc8c2e1040ddbf4d13aca6cc879a /src/proj.h
parent374cc258510428fa3bfb9d8ca61ad7ac83a00db1 (diff)
downloadPROJ-94578ea8ff38f4bc6b1f6f52b80ecf7359f5dfc2.tar.gz
PROJ-94578ea8ff38f4bc6b1f6f52b80ecf7359f5dfc2.zip
CoordinateOperation: add a hasBallparkTransformation() method that can be used to know if it includes a very approximative transformation term
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 af22c341..edbbd798 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -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);