MobilityDB 1.1

◆ espatialrel_tpoint_tpoint_ext()

static Datum espatialrel_tpoint_tpoint_ext ( FunctionCallInfo  fcinfo,
Datum(*)(Datum, Datum func 
)
static

Ever spatial relationships for temporal points.

These relationships compute the ever spatial relationship between the arguments and return a Boolean. These functions may be used for filtering purposes before applying the corresponding temporal spatial relationship.

The following relationships are supported for geometries: contains, edisjoint, eintersects, etouches, and edwithin.

The following relationships are supported for geographies: edisjoint, eintersects, edwithin.

Only edisjoint, edwithin, and eintersects are supported for 3D geometries.

Return true if the temporal points ever satisfy the spatial relationship

Parameters
[in]fcinfoCatalog information about the external function
[in]funcSpatial relationship