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 ofPVCoordinatesProvider
that throws an illegal state exception.
-
-
Constructor Summary
Constructors Constructor Description InvalidPVProvider()
Empty constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeStampedPVCoordinates
getPVCoordinates(AbsoluteDate date, Frame frame)
Get thePVCoordinates
of the body in the selected frame.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.utils.PVCoordinatesProvider
getPosition
-
-
-
-
Method Detail
-
getPVCoordinates
public TimeStampedPVCoordinates getPVCoordinates(AbsoluteDate date, Frame frame)
Description copied from interface:PVCoordinatesProvider
Get thePVCoordinates
of the body in the selected frame.- Specified by:
getPVCoordinates
in interfacePVCoordinatesProvider
- Parameters:
date
- current dateframe
- the frame where to define the position- Returns:
- time-stamped position/velocity of the body (m and m/s)
-
-