diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-23 10:10:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 10:10:15 +0200 |
| commit | 99939f327e91ba602843018af9bd4328b50821fe (patch) | |
| tree | 6743cf5b5feab06004e85ff55f654cd1671a6dc9 /include | |
| parent | 81899cee1197e7bbd4558e9c7208eff8293789b5 (diff) | |
| parent | f6abb7d75c647013dd83a82361b96c202e615d90 (diff) | |
| download | PROJ-99939f327e91ba602843018af9bd4328b50821fe.tar.gz PROJ-99939f327e91ba602843018af9bd4328b50821fe.zip | |
Merge pull request #2683 from rouault/epsg_10_019
Database: update to EPSG v10.019
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/coordinateoperation.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp index 1b209cae..aeef04f3 100644 --- a/include/proj/coordinateoperation.hpp +++ b/include/proj/coordinateoperation.hpp @@ -1345,6 +1345,9 @@ class PROJ_GCC_DLL Conversion : public SingleOperation { const common::Scale &factor); PROJ_DLL static ConversionNNPtr + createChangeVerticalUnit(const util::PropertyMap &properties); + + PROJ_DLL static ConversionNNPtr createHeightDepthReversal(const util::PropertyMap &properties); PROJ_DLL static ConversionNNPtr createAxisOrderReversal(bool is3D); |
