From 7f0946ab38ad7dd5077a3970e7ed5f647365fa7b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 15 Sep 2021 00:28:25 +0200 Subject: isEquivalentTo(): improve comparison of datum names based on official name and aliases (preparation for EPSG v10.035 update) --- include/proj/io.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/proj/io.hpp b/include/proj/io.hpp index b07f55ff..6b811b2d 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -892,6 +892,10 @@ class PROJ_GCC_DLL DatabaseContext { PROJ_INTERNAL bool isKnownName(const std::string &name, const std::string &tableName) const; + PROJ_INTERNAL std::string getName(const std::string &tableName, + const std::string &authName, + const std::string &code) const; + PROJ_INTERNAL std::string getTextDefinition(const std::string &tableName, const std::string &authName, const std::string &code) const; -- cgit v1.2.3