5.3. TOperations

public class TOperations

Implementation of some temporal operations for Trajectory objects

Author:berkay - Aug 1, 2016

5.3.1. Methods

5.3.1.1. tIntersection

public static TreeSet<TInterval> tIntersection(Trajectory traj1, Trajectory traj2)

Method for temporal intersection between two trajectory. Returns the set of time interval objects where there exists a temporal co-existence relation between two trajectories given as parameters

Parameters:
  • traj1
  • traj2
Returns:

SortedSet of TInterval objects

5.3.1.2. tIntersects

public static boolean tIntersects(Trajectory traj1, Trajectory traj2)