org.orekit.propagation.events
Class ConstantRadiusProvider
java.lang.Object
org.orekit.propagation.events.ConstantRadiusProvider
- All Implemented Interfaces:
- LocalRadiusProvider
public class ConstantRadiusProvider
- extends Object
- implements LocalRadiusProvider
Implementation for constant radius provider.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantRadiusProvider
public ConstantRadiusProvider(double radius)
- Constructor with constant value.
- Parameters:
radius
- radius value
getLocalRadius
public double getLocalRadius(Vector3D position,
Frame frame,
AbsoluteDate date,
PVCoordinatesProvider occultedBodyIn)
- Calculate the apparent radius.
- Specified by:
getLocalRadius
in interface LocalRadiusProvider
- Parameters:
position
- spacecraft positionframe
- frame in which position is expresseddate
- date of positionoccultedBodyIn
- body occulted by this
- Returns:
- apparent radius
Copyright © 2016 CNES. All Rights Reserved.