diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-02 18:48:20 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-02 22:28:54 +0100 |
| commit | 7492e65bfebadfcd44d3e2e4916a9d19e4bc6ae2 (patch) | |
| tree | e93fe704abf9c95f4b3ef19f42e65bfd8f2a999a /include | |
| parent | 31fd3de9c2b2f823c01b3c2dbadddf4a7101fa16 (diff) | |
| download | PROJ-7492e65bfebadfcd44d3e2e4916a9d19e4bc6ae2.tar.gz PROJ-7492e65bfebadfcd44d3e2e4916a9d19e4bc6ae2.zip | |
Add a geoid_model name in database, use GEOIDMODEL for transformations, add a proj_create_vertical_crs_ex()
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 4 |
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: |
