diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-08 20:59:19 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-01 12:57:34 +0100 |
| commit | 1e5acb00a0c0fc2533b9bce2e5803da10ed1d8d6 (patch) | |
| tree | df572ae12dfec9333a8931886dd3ce221a65edf8 /include | |
| parent | c2b0dcc468b4e722e46fe10fca93fe70a95fcb8e (diff) | |
| download | PROJ-1e5acb00a0c0fc2533b9bce2e5803da10ed1d8d6.tar.gz PROJ-1e5acb00a0c0fc2533b9bce2e5803da10ed1d8d6.zip | |
projinfo / createObjectsFromName(): support returning a datum ensemble
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index a30b04dc..de8a90fc 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1032,6 +1032,8 @@ class PROJ_GCC_DLL AuthorityFactory { DYNAMIC_GEODETIC_REFERENCE_FRAME, /** Object of type datum::DynamicVerticalReferenceFrame */ DYNAMIC_VERTICAL_REFERENCE_FRAME, + /** Object of type datum::DatumEnsemble */ + DATUM_ENSEMBLE, }; PROJ_DLL std::set<std::string> |
