From 93dc8422c4cddf5fa52824222143effa6bb4d67f Mon Sep 17 00:00:00 2001 From: Javier Jimenez Shaw Date: Sat, 24 Apr 2021 10:37:19 +0200 Subject: Add proj_get_geoid_models_from_database() (#2681) to list all geoid model names that apply to a vertical CRS --- include/proj/io.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 + getGeoidModels(const std::string &code) const; + PROJ_DLL const std::string &getAuthority() PROJ_PURE_DECL; /** Object type. */ -- cgit v1.2.3