diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-15 00:28:25 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-15 00:28:25 +0200 |
| commit | 7f0946ab38ad7dd5077a3970e7ed5f647365fa7b (patch) | |
| tree | 11e8914573c734cd649308dcf3f8438f6aec6008 /include | |
| parent | 47fb85bdf0e45bf5660e0b1dbde7b76f8824a87a (diff) | |
| download | PROJ-7f0946ab38ad7dd5077a3970e7ed5f647365fa7b.tar.gz PROJ-7f0946ab38ad7dd5077a3970e7ed5f647365fa7b.zip | |
isEquivalentTo(): improve comparison of datum names based on official name and aliases (preparation for EPSG v10.035 update)
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
