MobilityDB
1.0
src
point
tpoint_spatialrels.c
contains_geo_tpoint
disjoint_geo_tpoint
disjoint_tpoint_geo
dwithin_geo_tpoint
dwithin_tpoint_geo
dwithin_tpoint_tpoint
dwithin_tpointseq_tpointseq
dwithin_tpointseq_tpointseq1
dwithin_tpointseqset_tpointseqset
geog_dwithin
geog_intersects
geom_contains
geom_disjoint
geom_dwithin2d
geom_dwithin3d
geom_intersects2d
geom_intersects3d
geom_touches
get_dwithin_fn
intersects_geo_tpoint
intersects_tpoint_geo
spatialrel_geo_tpoint
spatialrel_tpoint_geo
spatialrel_tpoint_geo1
touches_geo_tpoint
touches_tpoint_geo
◆
dwithin_tpointseq_tpointseq()
static bool dwithin_tpointseq_tpointseq
(
const
TSequence
*
seq1
,
const
TSequence
*
seq2
,
Datum
dist
,
datum_func3
func
)
static
Returns true if the two temporal sequence points satisfy the ST_Dwithin relationship.
Parameters
[in]
seq1,seq2
Temporal
points
[in]
dist
Distance
[in]
func
DWithin function (2D, 3D, or geodetic)
Precondition
The temporal points are synchronized
Generated by
1.8.13