diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-06 22:15:31 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-08 17:31:56 +0200 |
| commit | b5369cc79eccc625419d37bb97a5361731fd8f0f (patch) | |
| tree | 73bea46ce8b3daf40e65b538f4bc15149ac99756 /include/proj/datum.hpp | |
| parent | fece8a6c6e2e5eebeac6f9b4fc47ca830f2e3a3a (diff) | |
| download | PROJ-b5369cc79eccc625419d37bb97a5361731fd8f0f.tar.gz PROJ-b5369cc79eccc625419d37bb97a5361731fd8f0f.zip | |
Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit from ObjectUsage
as mandated by ISO 19111:2019
Diffstat (limited to 'include/proj/datum.hpp')
| -rw-r--r-- | include/proj/datum.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/datum.hpp b/include/proj/datum.hpp index f1d45c6b..35b8576e 100644 --- a/include/proj/datum.hpp +++ b/include/proj/datum.hpp @@ -125,7 +125,7 @@ using DatumEnsembleNNPtr = util::nn<DatumEnsemblePtr>; * * \remark Implements DatumEnsemble from \ref ISO_19111_2019 */ -class PROJ_GCC_DLL DatumEnsemble final : public common::IdentifiedObject, +class PROJ_GCC_DLL DatumEnsemble final : public common::ObjectUsage, public io::IJSONExportable { public: //! @cond Doxygen_Suppress |
