|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.forces.atmospheres.MSISE2000
fr.cnes.genopus.nonWidget.forces.atmosphere.CustomMSISE2000
public class CustomMSISE2000
Layer over the super class to add missing getters and clone method.
| Constructor Summary | |
|---|---|
CustomMSISE2000(org.orekit.forces.atmospheres.MSISE2000InputParameters data,
org.orekit.bodies.BodyShape earthBody,
org.orekit.bodies.CelestialBody sunBody)
|
|
| Method Summary | |
|---|---|
CustomAtmosphere |
cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes. |
org.orekit.forces.atmospheres.MSISE2000InputParameters |
getData()
Getter for the solar data. |
org.orekit.bodies.BodyShape |
getEarthBody()
Getter for the earth body. |
org.orekit.bodies.CelestialBody |
getSunBody()
Getter for the sun. |
String |
toString()
|
| Methods inherited from class org.orekit.forces.atmospheres.MSISE2000 |
|---|
getDensity, getSpeedOfSound, getVelocity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.orekit.forces.atmospheres.Atmosphere |
|---|
getDensity, getSpeedOfSound, getVelocity |
| Constructor Detail |
|---|
public CustomMSISE2000(org.orekit.forces.atmospheres.MSISE2000InputParameters data,
org.orekit.bodies.BodyShape earthBody,
org.orekit.bodies.CelestialBody sunBody)
data - solar dataearthBody - earth bodysunBody - the sunMSISE2000.MSISE2000(MSISE2000InputParameters, BodyShape, CelestialBody)| Method Detail |
|---|
public org.orekit.forces.atmospheres.MSISE2000InputParameters getData()
public org.orekit.bodies.BodyShape getEarthBody()
public org.orekit.bodies.CelestialBody getSunBody()
public CustomAtmosphere cloneAtmosphere()
throws org.orekit.errors.OrekitException
cloneAtmosphere in interface CustomAtmosphereorg.orekit.errors.OrekitException - if some resource file reading error occurspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||