diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-08-16 15:11:13 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-08-16 15:58:13 +0200 |
| commit | 620c13c6c4c8eac7a99b0ed1e4ab71022b85fdd3 (patch) | |
| tree | b65bc5e0d65b980128e30cb53a457671919714e4 /include | |
| parent | 9190f2b7b0dd7c9b223c171c943963f3bb37872f (diff) | |
| download | PROJ-620c13c6c4c8eac7a99b0ed1e4ab71022b85fdd3.tar.gz PROJ-620c13c6c4c8eac7a99b0ed1e4ab71022b85fdd3.zip | |
WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (when the WKT2 representation isn't lossless)
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/crs.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp index 44dda0c5..481667b5 100644 --- a/include/proj/crs.hpp +++ b/include/proj/crs.hpp @@ -173,6 +173,10 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage, PROJ_INTERNAL virtual std::list<std::pair<CRSNNPtr, int>> _identify(const io::AuthorityFactoryPtr &authorityFactory) const; + PROJ_INTERNAL void + setProperties(const util::PropertyMap + &properties); // throw(InvalidValueTypeException) + private: PROJ_OPAQUE_PRIVATE_DATA }; |
