diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-04 15:24:44 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-04 18:50:36 +0100 |
| commit | 848ee7b6a8bf56a9d967f104ba2ef2ad92dc48d5 (patch) | |
| tree | 6dcf64f6e3e351249928227ef11e74c1b21d3133 /include | |
| parent | 9c28184f6f32aeaa2951c994453c4f99572a11dc (diff) | |
| download | PROJ-848ee7b6a8bf56a9d967f104ba2ef2ad92dc48d5.tar.gz PROJ-848ee7b6a8bf56a9d967f104ba2ef2ad92dc48d5.zip | |
createBoundCRSToWGS84IfPossible(): make it return same result with a CRS built from EPSG code or WKT1
Related to https://github.com/OSGeo/gdal/issues/3144
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/crs.hpp | 5 |
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: |
