Package org.orekit.time.clocks
Interface FieldClockModel<T extends CalculusFieldElement<T>>
- Type Parameters:
T- type of the field elements
- All Known Implementing Classes:
AbstractFieldClockModel,ConstantFieldClockModel,PolynomialFieldClockModel
public interface FieldClockModel<T extends CalculusFieldElement<T>>
Container for clock field model.
- Since:
- 14.0
- Author:
- Brian Carter
-
Method Summary
Modifier and TypeMethodDescriptiongetOffset(FieldAbsoluteDate<T> date) The field clock offset at a given time.The reference date for the elements of this field clock model.
-
Method Details
-
getReferenceDate
FieldAbsoluteDate<T> getReferenceDate()The reference date for the elements of this field clock model.- Returns:
- the field absolute date
-
getOffset
The field clock offset at a given time.- Parameters:
date- date at which offset is requested- Returns:
- the field clock offset
-