diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-12-03 22:51:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-03 22:51:40 +0100 |
| commit | addf30e4446fd39891fd5bdcb22413ed41e0913b (patch) | |
| tree | f1494607cebc2316b8ab17b43a9b37c887ccdec8 /include/proj/io.hpp | |
| parent | d0506e19a71888f7f0c3aa8618d919624e754c4d (diff) | |
| parent | 0ba9d249136ec7adf6e3a44c8148701818d0e63e (diff) | |
| download | PROJ-addf30e4446fd39891fd5bdcb22413ed41e0913b.tar.gz PROJ-addf30e4446fd39891fd5bdcb22413ed41e0913b.zip | |
Merge pull request #1189 from rouault/projinfo_improvements
Projinfo improvements: output operation summary and add --area option
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index ba7e9f53..41038e2d 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -907,7 +907,10 @@ class PROJ_GCC_DLL AuthorityFactory { const std::vector<ObjectType> &allowedObjectTypes = std::vector<ObjectType>(), bool approximateMatch = true, - size_t limitResultCount = 0); + size_t limitResultCount = 0) const; + + PROJ_DLL std::list<std::pair<std::string, std::string>> + listAreaOfUseFromName(const std::string &name, bool approximateMatch) const; PROJ_PRIVATE : //! @cond Doxygen_Suppress |
