aboutsummaryrefslogtreecommitdiff
path: root/include/proj/crs.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-10-08 14:50:55 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-10-08 14:50:55 +0200
commit2118edd31bb060ce84181c2ca3d30591a3dcd68a (patch)
tree7483ec93650c77f98f9821465578f5aca52bcb7a /include/proj/crs.hpp
parent7be04dedc2b23d6836f994c9bc1412d6a23a7267 (diff)
downloadPROJ-2118edd31bb060ce84181c2ca3d30591a3dcd68a.tar.gz
PROJ-2118edd31bb060ce84181c2ca3d30591a3dcd68a.zip
WKT concatenated operation parsing: fix when a axis order reversal conversion is the first or last operation (fixes #2890)
Diffstat (limited to 'include/proj/crs.hpp')
-rw-r--r--include/proj/crs.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index 5a8e75ae..ce950c47 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -142,6 +142,8 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage,
PROJ_INTERNAL bool mustAxisOrderBeSwitchedForVisualization() const;
+ PROJ_INTERNAL CRSNNPtr applyAxisOrderReversal(const char *nameSuffix) const;
+
PROJ_FOR_TEST CRSNNPtr normalizeForVisualization() const;
PROJ_INTERNAL CRSNNPtr allowNonConformantWKT1Export() const;