aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-14 14:59:27 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-14 14:59:27 +0100
commitba313759523d6d24f7e027f5ddae230656141b3b (patch)
treef80872c682383fee0e5f232bcc3ced2e4bdb4bc9 /include
parent4638b45730ab29b2891e57474fa9ee130d6b38a4 (diff)
downloadPROJ-ba313759523d6d24f7e027f5ddae230656141b3b.tar.gz
PROJ-ba313759523d6d24f7e027f5ddae230656141b3b.zip
Advanced C API: add proj_obj_alter_id()
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp3
1 files changed, 3 insertions, 0 deletions
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