public static interface JPLEphemeridesLoader.RawPVProvider
| Modifier and Type | Method | Description |
|---|---|---|
PVCoordinates |
getRawPV(AbsoluteDate date) |
Get the position-velocity at date.
|
<T extends 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 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-2018 CS Systèmes d'information. All rights reserved.