From 45c819b69fb401c21c5571ddc2a602a8e72385d6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 20 Oct 2020 21:14:30 +0200 Subject: 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 --- include/proj/crs.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/proj/crs.hpp') 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: -- cgit v1.2.3