|
◆ dwithin_tpointseq_tpointseq1()
Returns true if the two segments of the temporal sequence points satisfy the ST_Dwithin relationship.
- Parameters
-
[in] | start1,end1 | Instants defining the first segment |
[in] | start2,end2 | Instants defining the second segment |
[in] | linear1,linear2 | True when the corresponding segment has linear interpolation |
[in] | dist | Distance |
[in] | func | DWithin function (2D, 3D, or geodetic) |
- Precondition
- The temporal points are synchronized
|