diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-08 17:08:27 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-01 12:57:34 +0100 |
| commit | 82695cce869e1bcf2eb2a8ff078b679b6a21c663 (patch) | |
| tree | 28aa7e4335bdc3c5873432d6801eed930541054a /include | |
| parent | b7bf499b8449a61cdc24dcdaa0bf035f57af1b3c (diff) | |
| download | PROJ-82695cce869e1bcf2eb2a8ff078b679b6a21c663.tar.gz PROJ-82695cce869e1bcf2eb2a8ff078b679b6a21c663.zip | |
When reading from database, possibly return Geographic/GeodeticCRS with a DatumEnsemble, typically for WGS 84 and ETRS89 ('breaking change')
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 20dcedfe..35e924ec 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1225,6 +1225,12 @@ class PROJ_GCC_DLL AuthorityFactory { private: PROJ_OPAQUE_PRIVATE_DATA + + PROJ_INTERNAL void + createGeodeticDatumOrEnsemble(const std::string &code, + datum::GeodeticReferenceFramePtr &outDatum, + datum::DatumEnsemblePtr &outDatumEnsemble, + bool turnEnsembleAsDatum) const; }; // --------------------------------------------------------------------------- |
