Package org.orekit.time.clocks
Class AggregatedClockModel
java.lang.Object
org.orekit.time.clocks.AggregatedClockModel
- All Implemented Interfaces:
ClockModel
Offset clock model aggregating several other clock models.
- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the underlying models.getOffset(AbsoluteDate date) Get the clock offset at date.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.Get validity end.Get validity start.
-
Constructor Details
-
AggregatedClockModel
Simple constructor.- Parameters:
models- underlying clock models
-
-
Method Details
-
getModels
Get the underlying models.- Returns:
- underlying models
-
getValidityStart
Get validity start.- Specified by:
getValidityStartin interfaceClockModel- Returns:
- model validity start
-
getValidityEnd
Get validity end.- Specified by:
getValidityEndin interfaceClockModel- Returns:
- model validity end
-
getOffset
Get the clock offset at date.- Specified by:
getOffsetin interfaceClockModel- Parameters:
date- date at which offset is requested- Returns:
- clock offset at specified date
-
getOffset
Get the clock offset at date.- Specified by:
getOffsetin interfaceClockModel- Type Parameters:
T- type of the field elements- Parameters:
date- date at which offset is requested- Returns:
- clock offset at specified date
-