aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;