aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-10 15:38:54 +0200
committerGitHub <noreply@github.com>2020-10-10 15:38:54 +0200
commit9751f31ca9aa42d075421b038f93fe1b1640ffd3 (patch)
treef99750451df364d1410c6e17073d8b513cb6b82e /include
parenta5dd7bbb8512a10280001491bd3fecc599fd4eca (diff)
parent5163741254088b7f3fbb651349463cd2942df4f6 (diff)
downloadPROJ-9751f31ca9aa42d075421b038f93fe1b1640ffd3.tar.gz
PROJ-9751f31ca9aa42d075421b038f93fe1b1640ffd3.zip
Merge pull request #2372 from rouault/datum_with_pm
WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 19ed292d..9bbacfe6 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -252,6 +252,8 @@ class PROJ_GCC_DLL WKTFormatter {
PROJ_INTERNAL void startNode(const std::string &keyword, bool hasId);
PROJ_INTERNAL void endNode();
+ PROJ_INTERNAL bool isAtTopLevel() const;
+
PROJ_DLL WKTFormatter &simulCurNodeHasId();
PROJ_INTERNAL void addQuotedString(const char *str);