Class AbstractTimeInterpolator.InterpolationData

java.lang.Object
org.orekit.time.AbstractTimeInterpolator.InterpolationData
Enclosing class:
AbstractTimeInterpolator<T extends TimeStamped>

public class AbstractTimeInterpolator.InterpolationData extends Object
Nested class used to store interpolation data.

It makes the interpolator thread safe.

  • Constructor Details

    • InterpolationData

      protected InterpolationData(AbsoluteDate interpolationDate, Collection<T> sample)
      Constructor.
      Parameters:
      interpolationDate - interpolation date
      sample - time stamped sample
  • Method Details

    • getInterpolationDate

      public AbsoluteDate getInterpolationDate()
      Get interpolation date.
      Returns:
      interpolation date
    • getNeighborList

      public List<T> getNeighborList()
      Get neighbor list.
      Returns:
      neighbor list