aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 52ffebad..be293eb9 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -1120,6 +1120,17 @@ class PROJ_GCC_DLL AuthorityFactory {
getTransformationsForGeoid(const std::string &geoidName,
bool usePROJAlternativeGridNames) const;
+ PROJ_INTERNAL std::vector<operation::CoordinateOperationNNPtr>
+ createBetweenGeodeticCRSWithDatumBasedIntermediates(
+ const crs::CRSNNPtr &sourceCRS, const std::string &sourceCRSAuthName,
+ const std::string &sourceCRSCode, const crs::CRSNNPtr &targetCRS,
+ const std::string &targetCRSAuthName, const std::string &targetCRSCode,
+ bool usePROJAlternativeGridNames, bool discardIfMissingGrid,
+ bool discardSuperseded,
+ const std::vector<std::string> &allowedAuthorities,
+ const metadata::ExtentPtr &intersectingExtent1,
+ const metadata::ExtentPtr &intersectingExtent2) const;
+
//! @endcond
protected: