From 138555c2491a70428d3c8c82fdf9bb778ad0ae62 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 26 Aug 2020 00:18:36 +0200 Subject: proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit accuracy, or derive it from the grid name if it is known --- include/proj/io.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 014d9987..19ed292d 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -873,6 +873,10 @@ class PROJ_GCC_DLL DatabaseContext { getNonDeprecated(const std::string &tableName, const std::string &authName, const std::string &code) const; + PROJ_INTERNAL static std::vector + getTransformationsForGridName(const DatabaseContextNNPtr &databaseContext, + const std::string &gridName); + //! @endcond protected: @@ -1184,6 +1188,7 @@ class PROJ_GCC_DLL AuthorityFactory { std::vector(), bool approximateMatch = true, size_t limitResultCount = 0) const; + //! @endcond protected: -- cgit v1.2.3