aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp5
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;