AlignToTime

class AlignToTime : AbstractGPSTimeAlignment

Aligns the traces with the given time in seconds from Epoch. All points before such time will be discarded. All points after the provided time will be shifted back. Summarizing, the time that is provided represents in the real world the time zero of the simulation.

Constructors

Link copied to clipboard
open fun AlignToTime(time: Double, filterEmpty: Boolean, exceptionForEmpty: Boolean)
Link copied to clipboard
open fun AlignToTime(time: Time, filterEmpty: Boolean, exceptionForEmpty: Boolean)

Functions

Link copied to clipboard
open fun alignTime(traces: List<GPSTrace>): ImmutableList<GPSTrace>
abstract fun alignTime(traces: List<GPSTrace>): ImmutableList<GPSTrace>