aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-11-04 17:51:09 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-11-04 17:51:09 +0000
commit1046781930aebdc11e9418b1f7056d6c17a5ea37 (patch)
tree5bc6b64a7970b82dd74de76145df4336e3f5ebc5 /include
parentfce2557010f5cca7a1d52dc2c3ab850bd9046f95 (diff)
downloadPROJ-1046781930aebdc11e9418b1f7056d6c17a5ea37.tar.gz
PROJ-1046781930aebdc11e9418b1f7056d6c17a5ea37.zip
createBoundCRSToWGS84IfPossible(): make it return same result with a CRS built from EPSG code or WKT1
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index b607ff9d..ec755728 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -155,6 +155,11 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage,
const;
PROJ_INTERNAL bool hasImplicitCS() const;
+
+ PROJ_INTERNAL static CRSNNPtr
+ getResolvedCRS(const CRSNNPtr &crs,
+ const io::AuthorityFactoryPtr &authFactory,
+ metadata::ExtentPtr &extentOut);
//! @endcond
protected: