fr.cnes.genopus.nonWidget.forces.atmosphere
Interface CustomAtmosphere

All Superinterfaces:
org.orekit.forces.atmospheres.Atmosphere, Serializable
All Known Implementing Classes:
CustomDTM2000, CustomMSISE2000, CustomSimpleExponentialAtmosphere, CustomUS76

public interface CustomAtmosphere
extends org.orekit.forces.atmospheres.Atmosphere

Interface to add clone method to the atmosphere classes.

Author:
ffsm

Method Summary
 CustomAtmosphere cloneAtmosphere()
          Returns a new instance of the same type of atmosphere created with the same parametes.
 
Methods inherited from interface org.orekit.forces.atmospheres.Atmosphere
getDensity, getSpeedOfSound, getVelocity
 

Method Detail

cloneAtmosphere

CustomAtmosphere cloneAtmosphere()
                                 throws org.orekit.errors.OrekitException
Returns a new instance of the same type of atmosphere created with the same parametes.

Returns:
a new atmosphere instance.
Throws:
org.orekit.errors.OrekitException - if some resource file reading error occurs


Copyright © 2017. All rights reserved.