diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-08-26 00:18:36 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-08-26 00:18:36 +0200 |
| commit | 138555c2491a70428d3c8c82fdf9bb778ad0ae62 (patch) | |
| tree | 3184c8908d7325ff2c69b59251810a00f6a18ae5 /include/proj/io.hpp | |
| parent | 683d3097ff2cabd573a82757e8bef6d8f0447d37 (diff) | |
| download | PROJ-138555c2491a70428d3c8c82fdf9bb778ad0ae62.tar.gz PROJ-138555c2491a70428d3c8c82fdf9bb778ad0ae62.zip | |
proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit accuracy, or derive it from the grid name if it is known
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 014d9987..19ed292d 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -873,6 +873,10 @@ class PROJ_GCC_DLL DatabaseContext { getNonDeprecated(const std::string &tableName, const std::string &authName, const std::string &code) const; + PROJ_INTERNAL static std::vector<operation::CoordinateOperationNNPtr> + getTransformationsForGridName(const DatabaseContextNNPtr &databaseContext, + const std::string &gridName); + //! @endcond protected: @@ -1184,6 +1188,7 @@ class PROJ_GCC_DLL AuthorityFactory { std::vector<ObjectType>(), bool approximateMatch = true, size_t limitResultCount = 0) const; + //! @endcond protected: |
