Class TOperations


  • public class TOperations
    extends Object
    Implementation of some temporal operations for Trajectory objects
    Author:
    Berkay Aydin, Data Mining Lab, Georgia State University
    • Constructor Detail

      • TOperations

        public TOperations()
    • Method Detail

      • tIntersection

        public static SortedSet<org.joda.time.Interval> 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