public interface Atmosphere extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
getDensity(AbsoluteDate date,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D position,
Frame frame)
Get the local density.
|
Frame |
getFrame()
Get the frame of the central body.
|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
getVelocity(AbsoluteDate date,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D position,
Frame frame)
Get the inertial velocity of atmosphere molecules.
|
Frame getFrame()
double getDensity(AbsoluteDate date, org.apache.commons.math3.geometry.euclidean.threed.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 performedorg.apache.commons.math3.geometry.euclidean.threed.Vector3D getVelocity(AbsoluteDate date, org.apache.commons.math3.geometry.euclidean.threed.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.