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 Details

    • TimeStampedField

      public TimeStampedField(KK value, AbsoluteDate date)
      Constructor with normal date.
      Parameters:
      value - value
      date - date associated to value
    • TimeStampedField

      public TimeStampedField(KK value, FieldAbsoluteDate<KK> date)
      Constructor.
      Parameters:
      value - value
      date - date associated to value
  • Method Details