diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-11 10:46:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-11 10:46:38 +0200 |
| commit | bd39128c3e278331980adf02377e9347269cb820 (patch) | |
| tree | 0bf702d43582bdb9bf2672bb093b131fbbfb3faf /scripts | |
| parent | 13c715af550fbcbb1d412780b107f4e3fc5841e0 (diff) | |
| parent | a6e1d72890615b42f54edad9b17acff8e7623844 (diff) | |
| download | PROJ-bd39128c3e278331980adf02377e9347269cb820.tar.gz PROJ-bd39128c3e278331980adf02377e9347269cb820.zip | |
Merge pull request #1596 from rouault/promote_to_3d
API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_projected_3D_crs_from_2D() (fixes #1587)
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 c6937d18..3206c3c8 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -114,6 +114,7 @@ osgeo::proj::crs::CRS::extractGeographicCRS() const osgeo::proj::crs::CRS::extractVerticalCRS() const osgeo::proj::crs::CRS::getNonDeprecated(dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::io::DatabaseContext> > const&) const osgeo::proj::crs::CRS::identify(std::shared_ptr<osgeo::proj::io::AuthorityFactory> const&) const +osgeo::proj::crs::CRS::promoteTo3D(std::string const&, std::shared_ptr<osgeo::proj::io::DatabaseContext> const&) const osgeo::proj::crs::CRS::shallowClone() const osgeo::proj::crs::CRS::stripVerticalComponent() const osgeo::proj::crs::DerivedCRS::baseCRS() const @@ -899,6 +900,7 @@ proj_crs_alter_geodetic_crs proj_crs_alter_parameters_linear_unit proj_crs_create_bound_crs proj_crs_create_bound_crs_to_WGS84 +proj_crs_create_projected_3D_crs_from_2D proj_crs_get_coordinate_system proj_crs_get_coordoperation proj_crs_get_datum @@ -906,6 +908,7 @@ proj_crs_get_geodetic_crs proj_crs_get_horizontal_datum proj_crs_get_sub_crs proj_crs_info_list_destroy +proj_crs_promote_to_3D proj_cs_get_axis_count proj_cs_get_axis_info proj_cs_get_type |
