[doc][comparable distance] update complexity section (same as distance)

This commit is contained in:
Menelaos Karavelas 2014-07-22 13:50:05 +03:00
parent 7579544b13
commit 58e438d8a9

View File

@ -22,7 +22,11 @@ a strategy available which can determine (more efficient than the standard
strategy) a measure of comparable distance.
[heading Complexity]
Linear
For point to geometry: linear
For multi-point to ring/polygon/multi-polygon: currently quadratic
For all other geometry combinations: linearithmic
[heading Example]
[comparable_distance]