MobilityDB 1.1

◆ edisjoint_tpoint_tpoint()

int edisjoint_tpoint_tpoint ( const Temporal temp1,
const Temporal temp2 
)

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, disjoint, intersects, touches, and dwithin.

The following relationships are supported for geographies: disjoint, intersects, dwithin.

Only disjoint, dwithin, and intersects are supported for 3D geometries.

Return 1 if the temporal points are ever disjoint, 0 if not, and -1 if the temporal points do not intersect in time

SQL Function:
disjoint()