diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/internal/io_internal.hpp | 1 | ||||
| -rw-r--r-- | include/proj/io.hpp | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/internal/io_internal.hpp b/include/proj/internal/io_internal.hpp index 781dfa6c..1e2508cc 100644 --- a/include/proj/internal/io_internal.hpp +++ b/include/proj/internal/io_internal.hpp @@ -134,6 +134,7 @@ class WKTConstants { static const std::string BASEPARAMCRS; static const std::string BASETIMECRS; static const std::string VERSION; + static const std::string GEOIDMODEL; // WKT2-2019 // WKT2 alternate (longer or shorter) static const std::string GEODETICCRS; 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: |
