Package org.orekit.models
Class PythonAtmosphericRefractionModel
- java.lang.Object
-
- org.orekit.models.PythonAtmosphericRefractionModel
-
- All Implemented Interfaces:
Serializable
,AtmosphericRefractionModel
public class PythonAtmosphericRefractionModel extends Object implements AtmosphericRefractionModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PythonAtmosphericRefractionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectdouble
getRefraction(double trueElevation)
Compute the refraction angle from the true (geometrical) elevation.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
getRefraction
public double getRefraction(double trueElevation)
Compute the refraction angle from the true (geometrical) elevation. Extension point for Python.- Specified by:
getRefraction
in interfaceAtmosphericRefractionModel
- Parameters:
trueElevation
- true elevation (rad)- Returns:
- refraction angle (rad)
-
-