|
◆ tdwithin_trgeosegm_trgeosegm()
Return 1 or 2 if two temporal geometry segments are within a distance during the period defined by the output timestamps, return 0 otherwise.
- Parameters
-
[in] | sv1,ev1 | Points defining the first segment |
[in] | sv2,ev2 | Points defining the second segment |
[in] | lower,upper | Timestamps associated to the segments |
[in] | dist | Distance |
[out] | t1,t2 | Timestamps defining the resulting period, may be equal |
- Returns
- Number of timestamps in the result, between 0 and 2. In the case of a single result both t1 and t2 are set to the unique timestamp
|