public static class AggregatedPVCoordinatesProvider.InvalidPVProvider extends Object implements PVCoordinatesProvider
PVCoordinatesProvider that throws an illegal state exception.| Constructor and Description |
|---|
InvalidPVProvider()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TimeStampedPVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame frame)
Get the
PVCoordinates of the body in the selected frame. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPositionpublic InvalidPVProvider()
This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
public TimeStampedPVCoordinates getPVCoordinates(AbsoluteDate date, Frame frame)
PVCoordinatesProviderPVCoordinates of the body in the selected frame.getPVCoordinates in interface PVCoordinatesProviderdate - current dateframe - the frame where to define the positionCopyright © 2002-2023 CS GROUP. All rights reserved.