diff options
| author | Javier Jimenez Shaw <j1@jimenezshaw.com> | 2021-04-24 10:37:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-24 10:37:19 +0200 |
| commit | 93dc8422c4cddf5fa52824222143effa6bb4d67f (patch) | |
| tree | 53f8aba4764a68887e50e6d59fa2ec7162b93144 /scripts | |
| parent | a002a3e9da175228494faca7219bce4e7e9effe6 (diff) | |
| download | PROJ-93dc8422c4cddf5fa52824222143effa6bb4d67f.tar.gz PROJ-93dc8422c4cddf5fa52824222143effa6bb4d67f.zip | |
Add proj_get_geoid_models_from_database() (#2681)
to list all geoid model names that apply to a vertical CRS
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 6364ed67..4f853090 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -350,6 +350,7 @@ osgeo::proj::io::AuthorityFactory::getAuthority() const osgeo::proj::io::AuthorityFactory::getCelestialBodyList() const osgeo::proj::io::AuthorityFactory::getCRSInfoList() const osgeo::proj::io::AuthorityFactory::getDescriptionText(std::string const&) const +osgeo::proj::io::AuthorityFactory::getGeoidModels(std::string const&) const osgeo::proj::io::AuthorityFactory::getOfficialNameFromAlias(std::string const&, std::string const&, std::string const&, bool, std::string&, std::string&, std::string&) const osgeo::proj::io::AuthorityFactory::getUnitList() const osgeo::proj::io::AuthorityFactory::identifyBodyFromSemiMajorAxis(double, double) const @@ -970,6 +971,7 @@ proj_get_crs_info_list_from_database proj_get_crs_list_parameters_create proj_get_crs_list_parameters_destroy proj_get_ellipsoid +proj_get_geoid_models_from_database proj_get_id_auth_name proj_get_id_code proj_get_insert_statements |
