diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-30 12:02:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-30 12:02:15 +0200 |
| commit | 8909e85e676de9a53a5b6919a23731542e844be6 (patch) | |
| tree | a908aa4e978ffaf1b07002d286f089b72d919442 /scripts | |
| parent | 12aeb6fd21a0ee50ffb51c47aaac019baa7444f3 (diff) | |
| parent | 862f04e7d9114cfbb1502ce257de0966aa5c362a (diff) | |
| download | PROJ-8909e85e676de9a53a5b6919a23731542e844be6.tar.gz PROJ-8909e85e676de9a53a5b6919a23731542e844be6.zip | |
Merge pull request #1642 from rouault/improve_compound_to_geog
Improve vertical transformation support
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index b70d3b9d..c9f44ead 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -151,6 +151,7 @@ osgeo::proj::crs::GeodeticCRS::velocityModel() const osgeo::proj::crs::GeographicCRS::coordinateSystem() const osgeo::proj::crs::GeographicCRS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::datum::GeodeticReferenceFrame> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::cs::EllipsoidalCS> > const&) osgeo::proj::crs::GeographicCRS::create(osgeo::proj::util::PropertyMap const&, std::shared_ptr<osgeo::proj::datum::GeodeticReferenceFrame> const&, std::shared_ptr<osgeo::proj::datum::DatumEnsemble> const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::cs::EllipsoidalCS> > const&) +osgeo::proj::crs::GeographicCRS::demoteTo2D(std::string const&, std::shared_ptr<osgeo::proj::io::DatabaseContext> const&) const osgeo::proj::crs::GeographicCRS::~GeographicCRS() osgeo::proj::crs::GeographicCRS::is2DPartOf3D(dropbox::oxygen::nn<osgeo::proj::crs::GeographicCRS const*>) const osgeo::proj::crs::ParametricCRS::coordinateSystem() const |
