Package org.orekit.time
Class TimeStampedField<KK extends CalculusFieldElement<KK>>
java.lang.Object
org.orekit.time.TimeStampedField<KK>
- Type Parameters:
KK- type of the field elements
- All Implemented Interfaces:
FieldTimeStamped<KK>
public class TimeStampedField<KK extends CalculusFieldElement<KK>>
extends Object
implements FieldTimeStamped<KK>
Class that associates a field with a date.
- Author:
- Vincent Cucchietti
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeStampedField(KK value, AbsoluteDate date) Constructor with normal date.TimeStampedField(KK value, FieldAbsoluteDate<KK> date) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.time.FieldTimeStamped
durationFrom, durationFrom
-
Constructor Details
-
TimeStampedField
Constructor with normal date.- Parameters:
value- valuedate- date associated to value
-
TimeStampedField
Constructor.- Parameters:
value- valuedate- date associated to value
-
-
Method Details
-
getDate
Get the date.- Specified by:
getDatein interfaceFieldTimeStamped<KK extends CalculusFieldElement<KK>>- Returns:
- date attached to the object
-
getValue
Get value.- Returns:
- value
-