Class AlignToFirstTrace

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.gps.GPSTimeAlignment

    
    public final class AlignToFirstTrace
    extends AbstractGPSTimeAlignment
                        

    Aligns all traces at the start time of the first trace. If you have two traces, the first trace start with time = 2 and second point with time = 5, the second trace start with time = 4 and second point with time = 6, the result will be: - first trace start with time = 0 and second point with time = 3 - second trace start with time = 2 and second point with time = 4

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AlignToFirstTrace() Default empty constructor, builds a AlignToFirstTrace with RETAIN_SINGLE_POINTS behavior for trace with single point.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.boundary.gps.alignments.AbstractGPSTimeAlignment

        alignTime
      • Methods inherited from class it.unibo.alchemist.boundary.gps.GPSTimeAlignment

        alignTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlignToFirstTrace

        AlignToFirstTrace()
        Default empty constructor, builds a AlignToFirstTrace with RETAIN_SINGLE_POINTS behavior for trace with single point.
    • Method Detail