diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-29 17:30:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-29 17:30:16 +0100 |
| commit | edd7f165f88958c1d3147150639b67b8dd60db09 (patch) | |
| tree | c5524a280f5feeba1a0339b28ab8ac074cd1186e /scripts | |
| parent | 2ae0766eefc598c21d923a0e85d994b93c5fe7a4 (diff) | |
| parent | 4caf32aedd4da6b1fd1b1ce0e04a1a08dc1e3f33 (diff) | |
| download | PROJ-edd7f165f88958c1d3147150639b67b8dd60db09.tar.gz PROJ-edd7f165f88958c1d3147150639b67b8dd60db09.zip | |
Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 8ea2c231..ee734297 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -422,7 +422,9 @@ osgeo::proj::io::PROJStringParser::setUsePROJ4InitRules(bool) osgeo::proj::io::PROJStringParser::warningList() const osgeo::proj::io::WKTFormatter::create(dropbox::oxygen::nn<std::unique_ptr<osgeo::proj::io::WKTFormatter, std::default_delete<osgeo::proj::io::WKTFormatter> > > const&) osgeo::proj::io::WKTFormatter::create(osgeo::proj::io::WKTFormatter::Convention, std::shared_ptr<osgeo::proj::io::DatabaseContext>) +osgeo::proj::io::WKTFormatter::isAllowedEllipsoidalHeightAsVerticalCRS() const osgeo::proj::io::WKTFormatter::isStrict() const +osgeo::proj::io::WKTFormatter::setAllowEllipsoidalHeightAsVerticalCRS(bool) osgeo::proj::io::WKTFormatter::setIndentationWidth(int) osgeo::proj::io::WKTFormatter::setMultiLine(bool) osgeo::proj::io::WKTFormatter::setOutputAxis(osgeo::proj::io::WKTFormatter::OutputAxisRule) |
