aboutsummaryrefslogtreecommitdiff
path: root/include/proj/crs.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-20 21:14:30 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-10-20 21:14:30 +0200
commit45c819b69fb401c21c5571ddc2a602a8e72385d6 (patch)
treef2435121958cff58ee2191750c6e9ff2bdc77813 /include/proj/crs.hpp
parent6b8ef545c4200180cc1b4bf7179d0b0951029ae5 (diff)
downloadPROJ-45c819b69fb401c21c5571ddc2a602a8e72385d6.tar.gz
PROJ-45c819b69fb401c21c5571ddc2a602a8e72385d6.zip
Improve identification of compound CRS from ESRI WKT1, and for compound CRS whose result is not in the DB but whose horiz and vertical parts are known
Diffstat (limited to 'include/proj/crs.hpp')
-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: