aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-21 11:41:51 +0200
committerGitHub <noreply@github.com>2020-10-21 11:41:51 +0200
commitb61a1d0575791173bbcc9c61f8c19acd52e1162f (patch)
tree87825317534c3d41159ea56497bf053f8b240e61 /include
parent6b8ef545c4200180cc1b4bf7179d0b0951029ae5 (diff)
parent31f272708eaba9274b4b3c02240e9e7012c6b2b8 (diff)
downloadPROJ-b61a1d0575791173bbcc9c61f8c19acd52e1162f.tar.gz
PROJ-b61a1d0575791173bbcc9c61f8c19acd52e1162f.zip
Merge pull request #2386 from rouault/improve_compoundcrs_identification
Improve CompoundCRS identification and name morphing in VerticalCRS with ESRI WKT1
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index a71bf610..b607ff9d 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -154,6 +154,7 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage,
const cs::CoordinateSystemAxisNNPtr &verticalAxisIfNotAlreadyPresent)
const;
+ PROJ_INTERNAL bool hasImplicitCS() const;
//! @endcond
protected: