diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-17 20:03:29 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-17 20:03:29 +0100 |
| commit | 940bb7447647631676b90b03431aa88cb88fdd2d (patch) | |
| tree | 51fa2bbbcf219c289fc8f8991d0bec35d7e67a5d /include | |
| parent | 650fb0fd911cba631d9202fe718fd7b705cb3f8e (diff) | |
| download | PROJ-940bb7447647631676b90b03431aa88cb88fdd2d.tar.gz PROJ-940bb7447647631676b90b03431aa88cb88fdd2d.zip | |
findsOpsInRegistryWithIntermediate(): tune it to be able to research operations that belong to different authorities. Should make the concept of geodetic_datum_preferred_hub introduced some time ago obsolete
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 17f0fea5..060ab128 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1064,6 +1064,8 @@ class PROJ_GCC_DLL AuthorityFactory { const std::vector<std::pair<std::string, std::string>> &intermediateCRSAuthCodes, ObjectType allowedIntermediateObjectType = ObjectType::CRS, + const std::vector<std::string> &allowedAuthorities = + std::vector<std::string>(), const metadata::ExtentPtr &intersectingExtent1 = nullptr, const metadata::ExtentPtr &intersectingExtent2 = nullptr) const; |
