diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-10-07 09:14:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 09:14:20 +0200 |
| commit | 39ecfbec938a5135026a3f5116928b6c5bb47221 (patch) | |
| tree | 9adde1d0f8936b3439bb2b42e5c075f9d8df6362 /include | |
| parent | f057ac086e36e33fd83656c283d18496355cea78 (diff) | |
| parent | f28d36cee9ec099ae5fea3873988204a7ebda520 (diff) | |
| download | PROJ-39ecfbec938a5135026a3f5116928b6c5bb47221.tar.gz PROJ-39ecfbec938a5135026a3f5116928b6c5bb47221.zip | |
Merge pull request #2887 from rouault/fix_2886
Fix CRS Equality with PROJ parameter order
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 47703442..235688cb 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -460,6 +460,8 @@ class PROJ_GCC_DLL PROJStringFormatter { PROJ_INTERNAL void setLegacyCRSToCRSContext(bool legacyContext); PROJ_INTERNAL bool getLegacyCRSToCRSContext() const; + PROJ_INTERNAL PROJStringFormatter &setNormalizeOutput(); + PROJ_INTERNAL const DatabaseContextPtr &databaseContext() const; PROJ_INTERNAL Convention convention() const; |
