Return the value and timestamptz at which two temporal point segments are at the minimum bearing.
- Parameters
-
[in] | start1,end1 | Instants defining the first segment |
[in] | start2,end2 | Instants defining the second segment |
[in] | param | Additional parameter |
[in] | lower,upper | Timestamps defining the segments |
[out] | t1,t2 | Timestamp |
- Precondition
- The segments are not both constants and are both linear
- Note
- This function is currently not available for two temporal geographic points