diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-04 11:45:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 11:45:43 +0200 |
| commit | 2bac8760df976adb3e112f98cfcbfc5d9d90e22a (patch) | |
| tree | 72a481a5887fec8401e4b825c38d3747d2b23911 /scripts | |
| parent | 7bfef6a9c94482826a41687f795b1a991e17ed35 (diff) | |
| parent | ae779eaa8264914a401f585f747a0f87fd5350e9 (diff) | |
| download | PROJ-2bac8760df976adb3e112f98cfcbfc5d9d90e22a.tar.gz PROJ-2bac8760df976adb3e112f98cfcbfc5d9d90e22a.zip | |
Merge pull request #1656 from rouault/demote_to_2D
Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best approximate as WKT1 that doesn't support it
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 040ef88e..ceb1ebdf 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -109,6 +109,7 @@ osgeo::proj::crs::CRS::alterName(std::string const&) const osgeo::proj::crs::CRS::canonicalBoundCRS() const osgeo::proj::crs::CRS::createBoundCRSToWGS84IfPossible(std::shared_ptr<osgeo::proj::io::DatabaseContext> const&, osgeo::proj::operation::CoordinateOperationContext::IntermediateCRSUse) const osgeo::proj::crs::CRS::~CRS() +osgeo::proj::crs::CRS::demoteTo2D(std::string const&, std::shared_ptr<osgeo::proj::io::DatabaseContext> const&) const osgeo::proj::crs::CRS::extractGeodeticCRS() const osgeo::proj::crs::CRS::extractGeographicCRS() const osgeo::proj::crs::CRS::extractVerticalCRS() const @@ -162,6 +163,7 @@ osgeo::proj::crs::ProjectedCRS::alterParametersLinearUnit(osgeo::proj::common::U osgeo::proj::crs::ProjectedCRS::baseCRS() const osgeo::proj::crs::ProjectedCRS::coordinateSystem() const osgeo::proj::crs::ProjectedCRS::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::CartesianCS> > const&) +osgeo::proj::crs::ProjectedCRS::demoteTo2D(std::string const&, std::shared_ptr<osgeo::proj::io::DatabaseContext> const&) const osgeo::proj::crs::ProjectedCRS::identify(std::shared_ptr<osgeo::proj::io::AuthorityFactory> const&) const osgeo::proj::crs::ProjectedCRS::~ProjectedCRS() osgeo::proj::crs::SingleCRS::coordinateSystem() const @@ -904,6 +906,7 @@ proj_crs_create_bound_crs proj_crs_create_bound_crs_to_WGS84 proj_crs_create_bound_vertical_crs_to_WGS84 proj_crs_create_projected_3D_crs_from_2D +proj_crs_demote_to_2D proj_crs_get_coordinate_system proj_crs_get_coordoperation proj_crs_get_datum |
