fr.cnes.genopus.nonWidget.forces.atmosphere
Class CustomUS76

java.lang.Object
  extended by org.orekit.forces.atmospheres.US76
      extended by 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)
           
 
Method Summary
 CustomAtmosphere cloneAtmosphere()
          Returns a new instance of the same type of atmosphere created with the same parametes.
 org.orekit.bodies.BodyShape getEarthBody()
          Getter for the earth body.
 String toString()
          
 
Methods inherited from class org.orekit.forces.atmospheres.US76
getDensity, getPress, getSpeedOfSound, getTemp, 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

CustomUS76

public CustomUS76(org.orekit.bodies.BodyShape earthBody)
Parameters:
earthBody - earth body
See Also:
US76.US76(BodyShape)
Method Detail

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.