From ba313759523d6d24f7e027f5ddae230656141b3b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 14 Dec 2018 14:59:27 +0100 Subject: Advanced C API: add proj_obj_alter_id() --- include/proj/crs.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp index 1066f886..b0b6368c 100644 --- a/include/proj/crs.hpp +++ b/include/proj/crs.hpp @@ -114,6 +114,9 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage { PROJ_FOR_TEST CRSNNPtr alterName(const std::string &newName) const; + PROJ_FOR_TEST CRSNNPtr alterId(const std::string &authName, + const std::string &code) const; + PROJ_INTERNAL const std::string &getExtensionProj4() const noexcept; PROJ_FOR_TEST CRSNNPtr -- cgit v1.2.3