public interface Atmosphere extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
getDensity(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the local density.
|
Frame |
getFrame()
Get the frame of the central body.
|
Vector3D |
getVelocity(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the inertial velocity of atmosphere molecules.
|
Frame getFrame()
double getDensity(AbsoluteDate date, Vector3D position, Frame frame) throws OrekitException
date - current dateposition - current position in frameframe - the frame in which is defined the positionOrekitException - if date is out of range of solar activity model
or if some frame conversion cannot be performedVector3D getVelocity(AbsoluteDate date, Vector3D position, Frame frame) throws OrekitException
date - current dateposition - current position in frameframe - the frame in which is defined the positionOrekitException - if some conversion cannot be performedCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.