From 43c5c8cad35c7cb33118cb8e7b8e2059ea450dbe Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 18 Nov 2019 22:12:45 +0100 Subject: createOperations(): in some situations, consider when going from A to D intermediates B and C, such there's a A->B operation and C->D operation, and A and C are not exactly the same CRS but use the same geodetic datum --- include/proj/io.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') 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 + 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 &allowedAuthorities, + const metadata::ExtentPtr &intersectingExtent1, + const metadata::ExtentPtr &intersectingExtent2) const; + //! @endcond protected: -- cgit v1.2.3