|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Atmosphere
Interface for atmospheric models.
| Method Summary | |
|---|---|
double |
getDensity(AbsoluteDate date,
org.apache.commons.math.geometry.Vector3D position,
Frame frame)
Get the local density. |
org.apache.commons.math.geometry.Vector3D |
getVelocity(AbsoluteDate date,
org.apache.commons.math.geometry.Vector3D position,
Frame frame)
Get the inertial velocity of atmosphere molecules. |
| Method Detail |
|---|
double getDensity(AbsoluteDate date,
org.apache.commons.math.geometry.Vector3D position,
Frame frame)
throws OrekitException
date - current dateposition - current position in frameframe - the frame in which is defined the position
OrekitException - if date is out of range of solar activity model
or if some frame conversion cannot be performed
org.apache.commons.math.geometry.Vector3D getVelocity(AbsoluteDate date,
org.apache.commons.math.geometry.Vector3D position,
Frame frame)
throws OrekitException
date - current dateposition - current position in frameframe - the frame in which is defined the position
OrekitException - if some conversion cannot be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||