aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-02-24 23:19:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-02-24 23:19:51 +0000
commitddb491f7415ca802f85756c78815d44fcd8b5fc5 (patch)
tree8d0bda34e07d8637f6bc6c29c86400b6ce81c08c /scripts
parentcbd35978e39b23884a0c26a73f52a4e55f6478e0 (diff)
downloadPROJ-ddb491f7415ca802f85756c78815d44fcd8b5fc5.tar.gz
PROJ-ddb491f7415ca802f85756c78815d44fcd8b5fc5.zip
CompoundCRS::create(): reject combinations of components not allowed by ISO 19111
Diffstat (limited to 'scripts')
-rw-r--r--scripts/reference_exported_symbols.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt
index 50be8d8a..674abfed 100644
--- a/scripts/reference_exported_symbols.txt
+++ b/scripts/reference_exported_symbols.txt
@@ -156,6 +156,8 @@ osgeo::proj::crs::GeographicCRS::create(osgeo::proj::util::PropertyMap const&, s
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::InvalidCompoundCRSException::~InvalidCompoundCRSException()
+osgeo::proj::crs::InvalidCompoundCRSException::InvalidCompoundCRSException(osgeo::proj::crs::InvalidCompoundCRSException const&)
osgeo::proj::crs::ParametricCRS::coordinateSystem() const
osgeo::proj::crs::ParametricCRS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::datum::ParametricDatum> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::cs::ParametricCS> > const&)
osgeo::proj::crs::ParametricCRS::datum() const