aboutsummaryrefslogtreecommitdiff
path: root/include/proj/coordinateoperation.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-09-14 16:13:05 +0200
committerGitHub <noreply@github.com>2021-09-14 16:13:05 +0200
commit92ca1a9455cdd136aaaeb1dbb0d8d867020e70c6 (patch)
tree4afffd03c77810e455aae0265419ad136cfa32a9 /include/proj/coordinateoperation.hpp
parent884cff477ed084a242bf31cdafe2045c915a4a06 (diff)
parent078952e7f078e029d66ab6ca1ed594dfecadd1fc (diff)
downloadPROJ-92ca1a9455cdd136aaaeb1dbb0d8d867020e70c6.tar.gz
PROJ-92ca1a9455cdd136aaaeb1dbb0d8d867020e70c6.zip
Merge pull request #2847 from rouault/spherical_ocentric
Add support for GeodeticCRS using a Spherical ocentric coordinate system
Diffstat (limited to 'include/proj/coordinateoperation.hpp')
-rw-r--r--include/proj/coordinateoperation.hpp4
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: