Package org.orekit.time
Class TimeStampedDouble
java.lang.Object
org.orekit.time.TimeStampedDouble
- All Implemented Interfaces:
TimeStamped
- Direct Known Subclasses:
TimeStampedDoubleAndDerivative
Class that associates a double with a date.
- Author:
- Vincent Cucchietti
- See Also:
-
Constructor Details
-
TimeStampedDouble
Constructor.- Parameters:
date- date associated to valuevalue- value
-
-
Method Details
-
getDate
Get the date.- Specified by:
getDatein interfaceTimeStamped- Returns:
- date attached to the object
-
getValue
public double getValue()Get value.- Returns:
- value
-
toString
-