From 6cac8e03056db41a8314756c16507ef39bd78e0a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 13 Dec 2018 15:32:24 +0100 Subject: Add helpers to create polar cartesian CS --- include/proj/coordinatesystem.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/proj/coordinatesystem.hpp') diff --git a/include/proj/coordinatesystem.hpp b/include/proj/coordinatesystem.hpp index a301adab..12c3e487 100644 --- a/include/proj/coordinatesystem.hpp +++ b/include/proj/coordinatesystem.hpp @@ -484,6 +484,12 @@ class PROJ_GCC_DLL CartesianCS final : public CoordinateSystem { PROJ_DLL static CartesianCSNNPtr createNorthingEasting(const common::UnitOfMeasure &unit); + PROJ_DLL static CartesianCSNNPtr + createNorthPoleEastingSouthNorthingSouth(const common::UnitOfMeasure &unit); + + PROJ_DLL static CartesianCSNNPtr + createSouthPoleEastingNorthNorthingNorth(const common::UnitOfMeasure &unit); + PROJ_DLL static CartesianCSNNPtr createGeocentric(const common::UnitOfMeasure &unit); -- cgit v1.2.3