aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-01-22 19:47:18 +0100
committerGitHub <noreply@github.com>2019-01-22 19:47:18 +0100
commitf0197a532b9ed0facafa0be135c208d5b570ac57 (patch)
tree5ba1c8d7aefbbfc40a80834d6ba5a772e9bc04b3 /include
parent8ff49e280c446421ca4669e851687847b0da7c9a (diff)
parent7e11edaa2d1abc09478f3bd3fb9926cb0ef3fdda (diff)
downloadPROJ-f0197a532b9ed0facafa0be135c208d5b570ac57.tar.gz
PROJ-f0197a532b9ed0facafa0be135c208d5b570ac57.zip
Merge pull request #1233 from rouault/fix_1232
Coordinate operation computation with boundcrs / wktext: drop useless early bindins terms in generated pipeline (fixes #1232)
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 825e8e44..4120d707 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -422,6 +422,9 @@ class PROJ_GCC_DLL PROJStringFormatter {
PROJ_INTERNAL void setOmitZUnitConversion(bool omit);
PROJ_INTERNAL bool omitZUnitConversion() const;
+ PROJ_INTERNAL void setDropEarlyBindingsTerms(bool drop);
+ PROJ_INTERNAL bool getDropEarlyBindingsTerms() const;
+
PROJ_INTERNAL const DatabaseContextPtr &databaseContext() const;
PROJ_INTERNAL Convention convention() const;