diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-08-16 21:08:25 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-16 20:07:24 +0000 |
| commit | ac3b405df6c238adc50f2d19cdd188338b73ab93 (patch) | |
| tree | 6cdf1fcc3dba369df7884ab7826f3381b601bba1 /include | |
| parent | 2924282425cdc953c8e1843e25f7376ece309e11 (diff) | |
| download | PROJ-ac3b405df6c238adc50f2d19cdd188338b73ab93.tar.gz PROJ-ac3b405df6c238adc50f2d19cdd188338b73ab93.zip | |
Merge pull request #2809 from rouault/preserve_proj4_crs_string_wkt2_remarks
WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[]…
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 }; |
