MobilityDB
1.1
meos
src
point
tpoint_spatialrels.c
econtains_geo_geo
econtains_geo_tpoint
edisjoint_tpoint_geo
edisjoint_tpointinst_geo
edisjoint_tpointseq_geo
edisjoint_tpointseqset_geo
edwithin_tpoint_geo
edwithin_tpoint_tpoint
edwithin_tpoint_tpoint1
edwithin_tpointdiscseq_tpointdiscseq
edwithin_tpointinst_tpointinst
edwithin_tpointseq_tpointseq
edwithin_tpointseqset_tpointseqset
eintersects_tpoint_geo
espatialrel_tpoint_geo
espatialrel_tpoint_tpoint
etouches_tpoint_geo
geog_disjoint
geog_dwithin
geog_intersects
geom_contains
geom_disjoint2d
geom_disjoint3d
geom_dwithin2d
geom_dwithin3d
geom_intersects2d
geom_intersects3d
geom_touches
get_disjoint_fn_gs
get_dwithin_fn
get_dwithin_fn_gs
get_intersects_fn_gs
◆
edwithin_tpointinst_tpointinst()
static bool edwithin_tpointinst_tpointinst
(
const
TInstant
*
inst1
,
const
TInstant
*
inst2
,
double
dist
,
datum_func3
func
)
static
Return true if the temporal points are ever within the given distance.
Parameters
[in]
inst1,inst2
Temporal
points
[in]
dist
Distance
[in]
func
DWithin function (2D or 3D)
Precondition
The temporal points are synchronized
Generated by
1.9.4