Interface BoundedPVCoordinatesProvider

All Superinterfaces:
PVCoordinatesProvider
All Known Subinterfaces:
BoundedPropagator
All Known Implementing Classes:
AggregateBoundedPropagator, Ephemeris, EphemerisSegmentPropagator, IntegratedEphemeris

public interface BoundedPVCoordinatesProvider extends PVCoordinatesProvider
Interface for bounded PV coordinates providers.
Since:
13.1
Author:
Romain Serra
See Also:
  • Method Details

    • getMinDate

      AbsoluteDate getMinDate()
      Get the first date of the range.
      Returns:
      the first date of the range
    • getMaxDate

      AbsoluteDate getMaxDate()
      Get the last date of the range.
      Returns:
      the last date of the range
    • of

      Bound a given coordinates provider.
      Parameters:
      provider - input provider
      interval - time interval
      Returns:
      bounded provider