aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/io.hpp')
-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 043b4c4b..66c1a4cd 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -505,6 +505,9 @@ class PROJ_GCC_DLL JSONFormatter {
PROJ_INTERNAL void setOmitTypeInImmediateChild();
+ PROJ_INTERNAL void setAbridgedTransformation(bool abriged);
+ PROJ_INTERNAL bool abridgedTransformation() const;
+
// cppcheck-suppress functionStatic
PROJ_INTERNAL bool outputId() const;