|
||||||||||
| 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,
Vector3D position,
Frame frame)
Get the local density. |
double |
getSpeedOfSound(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the local speed of sound. |
Vector3D |
getVelocity(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the spacecraft velocity relative to the atmosphere. |
| Method Detail |
|---|
double getDensity(AbsoluteDate date,
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
Vector3D getVelocity(AbsoluteDate date,
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
double getSpeedOfSound(AbsoluteDate date,
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 | |||||||||