public static interface JPLEphemeridesLoader.RawPVProvider
Modifier and Type | Method and Description |
---|---|
PVCoordinates |
getRawPV(AbsoluteDate date)
Get the position-velocity at date.
|
<T extends org.hipparchus.RealFieldElement<T>> |
getRawPV(FieldAbsoluteDate<T> date)
Get the position-velocity at date.
|
PVCoordinates getRawPV(AbsoluteDate date) throws OrekitException
date
- date at which the position-velocity is desiredOrekitException
- if the date is not available to the loader<T extends org.hipparchus.RealFieldElement<T>> FieldPVCoordinates<T> getRawPV(FieldAbsoluteDate<T> date) throws OrekitException
T
- type of the field elementsdate
- date at which the position-velocity is desiredOrekitException
- if the date is not available to the loaderCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.