diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-08 14:34:50 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-08 17:05:45 +0200 |
| commit | 078952e7f078e029d66ab6ca1ed594dfecadd1fc (patch) | |
| tree | fe4d22d37c1ba5343a5f5b17382ba6a8a1cb154e /include | |
| parent | bc568fcc99257731a939d93cd0caa4725e6803e4 (diff) | |
| download | PROJ-078952e7f078e029d66ab6ca1ed594dfecadd1fc.tar.gz PROJ-078952e7f078e029d66ab6ca1ed594dfecadd1fc.zip | |
createOperations(): use an explicit conversion operation for geodetic <--> geocentric latitude
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/coordinateoperation.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp index 3d2ab800..fc1d5b8a 100644 --- a/include/proj/coordinateoperation.hpp +++ b/include/proj/coordinateoperation.hpp @@ -1385,6 +1385,10 @@ class PROJ_GCC_DLL Conversion : public SingleOperation { createGeographicGeocentric(const crs::CRSNNPtr &sourceCRS, const crs::CRSNNPtr &targetCRS); + PROJ_INTERNAL static ConversionNNPtr + createGeographicGeocentricLatitude(const crs::CRSNNPtr &sourceCRS, + const crs::CRSNNPtr &targetCRS); + //! @endcond protected: |
