org.orekit.propagation.events
Interface LocalRadiusProvider

All Known Implementing Classes:
ConstantRadiusProvider, VariableRadiusProvider

public interface LocalRadiusProvider

Interface to represent radius providers.


Method Summary
 double getLocalRadius(Vector3D position, Frame frame, AbsoluteDate date, PVCoordinatesProvider occultedBodyIn)
          Calculate the apparent radius.
 

Method Detail

getLocalRadius

double getLocalRadius(Vector3D position,
                      Frame frame,
                      AbsoluteDate date,
                      PVCoordinatesProvider occultedBodyIn)
Calculate the apparent radius.

Parameters:
position - spacecraft position
frame - frame in which position is expressed
date - date of position
occultedBodyIn - body occulted by this
Returns:
apparent radius


Copyright © 2016 CNES. All Rights Reserved.