From c566213d28d488df622eeebb52b9aa44fd231189 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 12 Dec 2018 23:26:37 +0100 Subject: Improve doc of CRS::identify() / proj_obj_identify() --- src/crs.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/crs.cpp') diff --git a/src/crs.cpp b/src/crs.cpp index 572fae5d..40a8e2e1 100644 --- a/src/crs.cpp +++ b/src/crs.cpp @@ -580,7 +580,9 @@ CRSNNPtr CRS::alterName(const std::string &newName) const { * authorityFactory is not null. * * The method returns a list of matching reference CRS, and the percentage - * (0-100) of confidence in the match. + * (0-100) of confidence in the match. The list is sorted by decreasing + * confidence. + * * 100% means that the name of the reference entry * perfectly matches the CRS name, and both are equivalent. In which case a * single result is returned. @@ -2874,7 +2876,9 @@ void ProjectedCRS::addUnitConvertAndAxisSwap(io::PROJStringFormatter *formatter, * authorityFactory is not null. * * The method returns a list of matching reference CRS, and the percentage - * (0-100) of confidence in the match. + * (0-100) of confidence in the match. The list is sorted by decreasing + * confidence. + * * 100% means that the name of the reference entry * perfectly matches the CRS name, and both are equivalent. In which case a * single result is returned. @@ -3311,7 +3315,9 @@ bool CompoundCRS::_isEquivalentTo( * authorityFactory is not null. * * The method returns a list of matching reference CRS, and the percentage - * (0-100) of confidence in the match. + * (0-100) of confidence in the match. The list is sorted by decreasing + * confidence. + * * 100% means that the name of the reference entry * perfectly matches the CRS name, and both are equivalent. In which case a * single result is returned. -- cgit v1.2.3