aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-18 16:38:00 +0100
committerGitHub <noreply@github.com>2019-11-18 16:38:00 +0100
commit7553b219dce6a7d2a0381abfef171b5b4f15c29e (patch)
tree1a678f146a94d1a3d859dcde291b29c40e447f33 /include
parent650fb0fd911cba631d9202fe718fd7b705cb3f8e (diff)
parenta8c1588d43fccdbc3b65448f2c7af6472fa6519b (diff)
downloadPROJ-7553b219dce6a7d2a0381abfef171b5b4f15c29e.tar.gz
PROJ-7553b219dce6a7d2a0381abfef171b5b4f15c29e.zip
Merge pull request #1733 from rouault/remove_preferred_hub
createOperations(): remove the concept of geodetic_datum_preferred_hub
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 17f0fea5..52ffebad 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;
@@ -1114,10 +1116,6 @@ class PROJ_GCC_DLL AuthorityFactory {
createCoordinateReferenceSystem(const std::string &code,
bool allowCompound) const;
- PROJ_INTERNAL std::list<datum::GeodeticReferenceFrameNNPtr>
- getPreferredHubGeodeticReferenceFrames(
- const std::string &geodeticReferenceFrameCode) const;
-
PROJ_INTERNAL std::vector<operation::CoordinateOperationNNPtr>
getTransformationsForGeoid(const std::string &geoidName,
bool usePROJAlternativeGridNames) const;