Package org.orekit.utils
Class AggregatedPVCoordinatesProvider.InvalidPVProvider
java.lang.Object
org.orekit.utils.AggregatedPVCoordinatesProvider.InvalidPVProvider
- All Implemented Interfaces:
PVCoordinatesProvider
- Enclosing class:
AggregatedPVCoordinatesProvider
public static class AggregatedPVCoordinatesProvider.InvalidPVProvider
extends Object
implements PVCoordinatesProvider
Implementation of
PVCoordinatesProvider that throws an OrekitException exception.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPVCoordinates(AbsoluteDate date, Frame frame) Get thePVCoordinatesof the body in the selected frame.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.utils.PVCoordinatesProvider
getPosition, getVelocity
-
Constructor Details
-
InvalidPVProvider
public InvalidPVProvider()Empty constructor.This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
- Since:
- 12.0
-
-
Method Details
-
getPVCoordinates
Description copied from interface:PVCoordinatesProviderGet thePVCoordinatesof the body in the selected frame.- Specified by:
getPVCoordinatesin interfacePVCoordinatesProvider- Parameters:
date- current dateframe- the frame where to define the position- Returns:
- time-stamped position/velocity of the body (m and m/s)
-