org.orekit.forces.atmospheres
Interface ExtendedAtmosphere

All Superinterfaces:
Atmosphere, Serializable
All Known Implementing Classes:
DTM2000, MSIS00Adapter, MSISE2000

public interface ExtendedAtmosphere
extends Atmosphere

Interface for extended atmosphere. This interface provides more detailed atmospheric data such as partial densities.

Since:
3.3
Version:
$Id: ExtendedAtmosphere.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Emmanuel Bignon

Method Summary
 AtmosphereData getData(AbsoluteDate date, Vector3D position, Frame frame)
          Get detailed atmospheric data.
 
Methods inherited from interface org.orekit.forces.atmospheres.Atmosphere
getDensity, getSpeedOfSound, getVelocity
 

Method Detail

getData

AtmosphereData getData(AbsoluteDate date,
                       Vector3D position,
                       Frame frame)
                       throws OrekitException
Get detailed atmospheric data.

Parameters:
date - current date
position - current position in frame
frame - the frame in which is defined the position
Returns:
detailed atmospheric data
Throws:
OrekitException - if some atmospheric data cannot be retrieved (because date is out of range of solar activity model or if some frame conversion cannot be performed)


Copyright © 2017 CNES. All Rights Reserved.