diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-10-08 14:50:55 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-10-08 14:50:55 +0200 |
| commit | 2118edd31bb060ce84181c2ca3d30591a3dcd68a (patch) | |
| tree | 7483ec93650c77f98f9821465578f5aca52bcb7a /include/proj/crs.hpp | |
| parent | 7be04dedc2b23d6836f994c9bc1412d6a23a7267 (diff) | |
| download | PROJ-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.hpp | 2 |
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; |
