aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/io.hpp')
-rw-r--r--include/proj/io.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index f8ee1c97..17f0fea5 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -1118,6 +1118,10 @@ class PROJ_GCC_DLL AuthorityFactory {
getPreferredHubGeodeticReferenceFrames(
const std::string &geodeticReferenceFrameCode) const;
+ PROJ_INTERNAL std::vector<operation::CoordinateOperationNNPtr>
+ getTransformationsForGeoid(const std::string &geoidName,
+ bool usePROJAlternativeGridNames) const;
+
//! @endcond
protected: