diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-15 13:08:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-15 13:08:13 +0200 |
| commit | 6dcbdb941c0e1faef8f60a80c6c3aab483850bcb (patch) | |
| tree | d5f133c29a42a0e89ae6cd03b88f1da6d2521b2e /include | |
| parent | e6442e828282bdc6a398f1a699e54afe8fc82246 (diff) | |
| parent | e6eae43cf2310c77a466fee257d9974b14ee85fd (diff) | |
| download | PROJ-6dcbdb941c0e1faef8f60a80c6c3aab483850bcb.tar.gz PROJ-6dcbdb941c0e1faef8f60a80c6c3aab483850bcb.zip | |
Merge pull request #1608 from rouault/improve_transforms_fromto_wgs84_gXXXX_realizations
Improvements in transformations from/to WGS 84 (Gxxxx) realizations and vertical <--> geog transormations
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index e439b9ef..12b3b111 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1103,6 +1103,11 @@ class PROJ_GCC_DLL AuthorityFactory { PROJ_INTERNAL crs::CRSNNPtr createCoordinateReferenceSystem(const std::string &code, bool allowCompound) const; + + PROJ_INTERNAL std::list<datum::GeodeticReferenceFrameNNPtr> + getPreferredHubGeodeticReferenceFrames( + const std::string &geodeticReferenceFrameCode) const; + //! @endcond protected: |
