diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-08-09 17:10:20 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-08-09 17:41:23 +0200 |
| commit | f0d766e45640800412c08a7cb9ab4f8823d88d05 (patch) | |
| tree | 1973086c9f52043d61fb1a71cbbc1c3a794c3afc /include/proj/io.hpp | |
| parent | 81bd57dfd8cfae609288643d1b09a4805f1bcded (diff) | |
| download | PROJ-f0d766e45640800412c08a7cb9ab4f8823d88d05.tar.gz PROJ-f0d766e45640800412c08a7cb9ab4f8823d88d05.zip | |
PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transformation and ConcatenatedOperation
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 3 |
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; |
