aboutsummaryrefslogtreecommitdiff
path: root/scripts/reference_exported_symbols.txt
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-08-16 11:00:05 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-08-16 11:14:30 +0200
commitbac2521fe750831de3d36796a3dfde8a0d9874d5 (patch)
treec824a6887fe5ff5b77045b3bab4918a6f6ed74f2 /scripts/reference_exported_symbols.txt
parent88322b46e756a950ff2d312169a68c7f56ff105e (diff)
downloadPROJ-bac2521fe750831de3d36796a3dfde8a0d9874d5.tar.gz
PROJ-bac2521fe750831de3d36796a3dfde8a0d9874d5.zip
Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)
Diffstat (limited to 'scripts/reference_exported_symbols.txt')
-rw-r--r--scripts/reference_exported_symbols.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt
index 4f853090..f8066394 100644
--- a/scripts/reference_exported_symbols.txt
+++ b/scripts/reference_exported_symbols.txt
@@ -131,6 +131,7 @@ osgeo::proj::crs::DerivedGeodeticCRS::~DerivedGeodeticCRS()
osgeo::proj::crs::DerivedGeodeticCRS::_exportToWKT(osgeo::proj::io::WKTFormatter*) const
osgeo::proj::crs::DerivedGeographicCRS::baseCRS() const
osgeo::proj::crs::DerivedGeographicCRS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::GeodeticCRS> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::operation::Conversion> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::cs::EllipsoidalCS> > const&)
+osgeo::proj::crs::DerivedGeographicCRS::demoteTo2D(std::string const&, std::shared_ptr<osgeo::proj::io::DatabaseContext> const&) const
osgeo::proj::crs::DerivedGeographicCRS::~DerivedGeographicCRS()
osgeo::proj::crs::DerivedProjectedCRS::baseCRS() const
osgeo::proj::crs::DerivedProjectedCRS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::ProjectedCRS> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::operation::Conversion> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::cs::CoordinateSystem> > const&)