diff options
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 1620c1fe..d1f79aab 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1172,6 +1172,14 @@ class PROJ_GCC_DLL AuthorityFactory { const metadata::ExtentPtr &intersectingExtent1, const metadata::ExtentPtr &intersectingExtent2) const; + typedef std::pair<common::IdentifiedObjectNNPtr, std::string> + PairObjectName; + PROJ_INTERNAL std::list<PairObjectName> + createObjectsFromNameEx(const std::string &name, + const std::vector<ObjectType> &allowedObjectTypes = + std::vector<ObjectType>(), + bool approximateMatch = true, + size_t limitResultCount = 0) const; //! @endcond protected: |
