aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-17 20:03:29 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-17 20:03:29 +0100
commit940bb7447647631676b90b03431aa88cb88fdd2d (patch)
tree51fa2bbbcf219c289fc8f8991d0bec35d7e67a5d /include/proj/io.hpp
parent650fb0fd911cba631d9202fe718fd7b705cb3f8e (diff)
downloadPROJ-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/proj/io.hpp')
-rw-r--r--include/proj/io.hpp2
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;