aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-03 18:13:05 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-03 22:19:21 +0100
commit0ba9d249136ec7adf6e3a44c8148701818d0e63e (patch)
treedf8b68e9aa03c724a5cec632717f7b005217e961 /include
parentac24807d189e2deea969656a229aad7a8c1236c6 (diff)
downloadPROJ-0ba9d249136ec7adf6e3a44c8148701818d0e63e.tar.gz
PROJ-0ba9d249136ec7adf6e3a44c8148701818d0e63e.zip
projinfo: add a --area option (refs #1188)
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp5
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