From 0ba9d249136ec7adf6e3a44c8148701818d0e63e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 3 Dec 2018 18:13:05 +0100 Subject: projinfo: add a --area option (refs #1188) --- include/proj/io.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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 &allowedObjectTypes = std::vector(), bool approximateMatch = true, - size_t limitResultCount = 0); + size_t limitResultCount = 0) const; + + PROJ_DLL std::list> + listAreaOfUseFromName(const std::string &name, bool approximateMatch) const; PROJ_PRIVATE : //! @cond Doxygen_Suppress -- cgit v1.2.3