fr.cnes.genopus.nonWidget.forces.atmosphere
Class CustomUS76
java.lang.Object
org.orekit.forces.atmospheres.US76
fr.cnes.genopus.nonWidget.forces.atmosphere.CustomUS76
- All Implemented Interfaces:
- CustomAtmosphere, Serializable, org.orekit.forces.atmospheres.Atmosphere
public class CustomUS76
- extends org.orekit.forces.atmospheres.US76
- implements CustomAtmosphere
Layer over the super class to add missing getters and clone method.
- Author:
- ffsm
- See Also:
- Serialized Form
|
Constructor Summary |
CustomUS76(org.orekit.bodies.BodyShape earthBody)
|
| Methods inherited from class org.orekit.forces.atmospheres.US76 |
getDensity, getPress, getSpeedOfSound, getTemp, getVelocity |
| Methods inherited from interface org.orekit.forces.atmospheres.Atmosphere |
getDensity, getSpeedOfSound, getVelocity |
CustomUS76
public CustomUS76(org.orekit.bodies.BodyShape earthBody)
- Parameters:
earthBody - earth body- See Also:
US76.US76(BodyShape)
getEarthBody
public org.orekit.bodies.BodyShape getEarthBody()
- Getter for the earth body.
- Returns:
- the earth body
cloneAtmosphere
public CustomAtmosphere cloneAtmosphere()
throws org.orekit.errors.OrekitException
- Returns a new instance of the same type of atmosphere created with the same parametes.
- Specified by:
cloneAtmosphere in interface CustomAtmosphere
- Returns:
- a new atmosphere instance.
- Throws:
org.orekit.errors.OrekitException - if some resource file reading error occurs
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2017. All rights reserved.