diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-25 02:23:18 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-25 02:23:18 +0100 |
| commit | 680d1eb93bfd0ffa274da2a28dc7fce704a059b9 (patch) | |
| tree | 3e4e4fa40d594c4311bffcc9216409d985148f0f /include | |
| parent | 1039889c424af9fd89a637e610c4243839d3cb86 (diff) | |
| download | PROJ-680d1eb93bfd0ffa274da2a28dc7fce704a059b9.tar.gz PROJ-680d1eb93bfd0ffa274da2a28dc7fce704a059b9.zip | |
Implement RFC 5
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index e2f48dd4..3dcf7928 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -839,6 +839,11 @@ class PROJ_GCC_DLL DatabaseContext { bool &gridAvailable) const; PROJ_INTERNAL std::string + getProjGridName(const std::string &oldProjGridName); + + PROJ_INTERNAL std::string getOldProjGridName(const std::string &gridName); + + PROJ_INTERNAL std::string getAliasFromOfficialName(const std::string &officialName, const std::string &tableName, const std::string &source) const; |
