Package org.orekit.time
Interface FieldTimeShiftable<T extends FieldTimeShiftable<T,KK>,KK extends CalculusFieldElement<KK>>
-
- Type Parameters:
T
- Type of the object.KK
- type of the field elements
- All Superinterfaces:
TimeShiftable<T>
- All Known Implementing Classes:
FieldAbsoluteDate
,FieldAbsolutePVCoordinates
,FieldAngularCoordinates
,FieldAttitude
,FieldCartesianOrbit
,FieldCircularOrbit
,FieldEquinoctialOrbit
,FieldKeplerianOrbit
,FieldOrbit
,FieldPVCoordinates
,FieldSpacecraftState
,FieldTransform
,TimeStampedFieldAngularCoordinates
,TimeStampedFieldPVCoordinates
public interface FieldTimeShiftable<T extends FieldTimeShiftable<T,KK>,KK extends CalculusFieldElement<KK>> extends TimeShiftable<T>
This interface represents objects that can be shifted in time.- Since:
- 9.0
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
shiftedBy(KK dt)
Get a time-shifted instance.-
Methods inherited from interface org.orekit.time.TimeShiftable
shiftedBy
-
-