MobilityDB 1.3
Loading...
Searching...
No Matches

◆ ea_touches_tgeo_tgeo()

int ea_touches_tgeo_tgeo ( const Temporal temp1,
const Temporal temp2,
bool  ever 
)

Return 1 if a temporal geometry ever/always touches another one, 0 if not, and -1 on error.

  • A temporal geometry ever touches another one if there is an instant in which they satisfy the relationship.
  • A temporal geometry always touches another one if there is an instant in which the boundary of one of the two geometries intersects the trajectory or traversed area of the other.
    Parameters
    [in]temp1,temp2Temporal geos
    [in]everTrue for the ever semantics, false for the always semantics @csqlfn Etouches_tgeo_tgeo()