Interface FieldBoundedPropagator<T extends CalculusFieldElement<T>>

Type Parameters:
T - the type of the field elements
All Superinterfaces:
FieldBoundedPVCoordinatesProvider<T>, FieldPropagator<T>, FieldPVCoordinatesProvider<T>
All Known Implementing Classes:
FieldIntegratedEphemeris

public interface FieldBoundedPropagator<T extends CalculusFieldElement<T>> extends FieldPropagator<T>, FieldBoundedPVCoordinatesProvider<T>
This interface is intended for ephemerides valid only during a time range.

This interface provides a mean to retrieve orbital parameters at any time within a given range. It should be implemented by orbit readers based on external data files and by continuous models built after numerical integration has been completed and dense output data as been gathered.

Author:
Luc Maisonobe