public static interface JPLEphemeridesLoader.RawPVProvider
Modifier and Type | Method and Description |
---|---|
default org.hipparchus.geometry.euclidean.threed.Vector3D |
getRawPosition(AbsoluteDate date)
Get the position at date.
|
default <T extends org.hipparchus.CalculusFieldElement<T>> |
getRawPosition(FieldAbsoluteDate<T> date)
Get the position at date.
|
PVCoordinates |
getRawPV(AbsoluteDate date)
Get the position-velocity at date.
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
getRawPV(FieldAbsoluteDate<T> date)
Get the position-velocity at date.
|
PVCoordinates getRawPV(AbsoluteDate date)
date
- date at which the position-velocity is desireddefault org.hipparchus.geometry.euclidean.threed.Vector3D getRawPosition(AbsoluteDate date)
date
- date at which the position is desired<T extends org.hipparchus.CalculusFieldElement<T>> FieldPVCoordinates<T> getRawPV(FieldAbsoluteDate<T> date)
T
- type of the field elementsdate
- date at which the position-velocity is desireddefault <T extends org.hipparchus.CalculusFieldElement<T>> org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> getRawPosition(FieldAbsoluteDate<T> date)
T
- type of the field elementsdate
- date at which the position is desiredCopyright © 2002-2023 CS GROUP. All rights reserved.