diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-24 15:40:25 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-25 00:19:19 +0100 |
| commit | 1ce2cc80a4a0ff248cda778ae16de51946fa61b7 (patch) | |
| tree | 8d0bda34e07d8637f6bc6c29c86400b6ce81c08c /scripts | |
| parent | 254bead44a3fe11a24418bf71813298aa2b386f1 (diff) | |
| download | PROJ-1ce2cc80a4a0ff248cda778ae16de51946fa61b7.tar.gz PROJ-1ce2cc80a4a0ff248cda778ae16de51946fa61b7.zip | |
CompoundCRS::create(): reject combinations of components not allowed by ISO 19111
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 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 |
