public interface LocalRadiusProvider extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
getLocalRadius(Vector3D posObserver,
Frame frame,
AbsoluteDate date,
PVCoordinatesProvider occultedBody)
Compute the apparent radius (in meters) of the occulting body from the spacecraft (observer) position.
|
double getLocalRadius(Vector3D posObserver, Frame frame, AbsoluteDate date, PVCoordinatesProvider occultedBody)
Please notice that this method will for the moment be used only with an instantaneous propagation delay type.
posObserver - the spacecraft (observer) positionframe - the reference frame in which the spacecraft (observer) position is expresseddate - the date at which the spacecraft (observer) position is expressedoccultedBody - the body which is occulted to the spacecraft (observer) by the occulting bodyPatriusException - if the PVCoordinatesProvider computation failsCopyright © 2022 CNES. All rights reserved.