aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-15 11:58:17 +0200
committerGitHub <noreply@github.com>2020-05-15 11:58:17 +0200
commit330b2066244f77f89995a1aa195ef4323948a9b9 (patch)
tree9501bb3a670ce2a6ba8b8044ab256e5d8f28455d /include
parent6c5164eb49bdb6fcc9bf976db33c1b0a4bf5d7ad (diff)
parenta2f8fd1a21da1352a39cc56db2bb39613fc29091 (diff)
downloadPROJ-330b2066244f77f89995a1aa195ef4323948a9b9.tar.gz
PROJ-330b2066244f77f89995a1aa195ef4323948a9b9.zip
Merge pull request #2224 from rouault/fix_2202
Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202)
Diffstat (limited to 'include')
-rw-r--r--include/proj/coordinateoperation.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index 686a0c73..7868de4d 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -1593,6 +1593,14 @@ class PROJ_GCC_DLL Transformation : public SingleOperation {
PROJ_INTERNAL TransformationNNPtr shallowClone() const;
+ PROJ_INTERNAL TransformationNNPtr
+ promoteTo3D(const std::string &newName,
+ const io::DatabaseContextPtr &dbContext) const;
+
+ PROJ_INTERNAL TransformationNNPtr
+ demoteTo2D(const std::string &newName,
+ const io::DatabaseContextPtr &dbContext) const;
+
//! @endcond
protected: