Return true if the three values are collinear.
- Parameters
-
| [in] | value1,value2,value3 | Input values |
| [in] | ratio | Value in [0,1] representing the duration of the timestamps associated to value1 and value2 divided by the duration of the timestamps associated to value1 and value3 |
| [in] | hasz | True if the points have Z coordinates |
| [in] | geodetic | True for geography, false for geometry |