Class TimeStampedDouble

java.lang.Object
org.orekit.time.TimeStampedDouble
All Implemented Interfaces:
TimeStamped
Direct Known Subclasses:
TimeStampedDoubleAndDerivative

public class TimeStampedDouble extends Object implements TimeStamped
Class that associates a double with a date.
Author:
Vincent Cucchietti
See Also:
  • Constructor Details

    • TimeStampedDouble

      public TimeStampedDouble(AbsoluteDate date, double value)
      Constructor.
      Parameters:
      date - date associated to value
      value - value
  • Method Details

    • getDate

      public AbsoluteDate getDate()
      Get the date.
      Specified by:
      getDate in interface TimeStamped
      Returns:
      date attached to the object
    • getValue

      public double getValue()
      Get value.
      Returns:
      value
    • toString

      public String toString()
      Overrides:
      toString in class Object