Interface ISpatialTemporalTrajectory<T>

    • Method Detail

      • getSTObjects

        SortedSet<T> getSTObjects()
        Produces a sorted set of all the spatiotemporal objects contained in this trajectory. The objects are ordered by their start time.
        Returns:
        A sorted set of all the spatiotemporal objects in this trajectory.
      • getMBR

        org.locationtech.jts.geom.Envelope getMBR()
        Returns:
      • size

        int size()
        Gets the number of spatiotemporal objects contained in this trajectory.
        Returns:
        The number of spatiotemporal objects in this trajectory.
      • getVolume

        double getVolume()
        Computes the volume of this trajectory by using the volume of each of the spatiotemporal objects it contains.
        Returns:
        The volume of the trajectory.