aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index e51dd19a..e56e0994 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -1000,6 +1000,9 @@ class PROJ_GCC_DLL AuthorityFactory {
const std::string &sourceCRSCode,
const std::string &targetCRSCode) const;
+ PROJ_DLL std::list<std::string>
+ getGeoidModels(const std::string &code) const;
+
PROJ_DLL const std::string &getAuthority() PROJ_PURE_DECL;
/** Object type. */