MobilityDB
1.1
Spatial relationship functions
econtains_geo_tpoint
edisjoint_tpoint_geo
edisjoint_tpoint_tpoint
edwithin_tpoint_geo
edwithin_tpoint_tpoint
eintersects_tpoint_geo
eintersects_tpoint_tpoint
etouches_tpoint_geo
tcontains_geo_tpoint
tdisjoint_tpoint_geo
tdwithin_tpoint_geo
tdwithin_tpoint_tpoint
tintersects_tpoint_geo
ttouches_tpoint_geo
◆
econtains_geo_tpoint()
int econtains_geo_tpoint
(
const
GSERIALIZED
*
geo
,
const
Temporal
*
temp
)
Return 1 if a geometry ever contains a temporal point, 0 if not, and -1 if the geometry is empty.
SQL Function:
contains()
Generated by
1.9.4