Package org.orekit.models.earth.weather
Class PythonWeatherModel
- java.lang.Object
-
- org.orekit.models.earth.weather.PythonWeatherModel
-
- All Implemented Interfaces:
WeatherModel
public class PythonWeatherModel extends Object implements WeatherModel
-
-
Constructor Summary
Constructors Constructor Description PythonWeatherModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectvoid
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 objectvoid
weatherParameters(double stationHeight, AbsoluteDate currentDate)
Calculates the weather parameters of the model.
-
-
-
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
-
weatherParameters
public void weatherParameters(double stationHeight, AbsoluteDate currentDate)
Calculates the weather parameters of the model. In order to obtain the correct values of the parameters this method has to be call just after the construction of the model.- Specified by:
weatherParameters
in interfaceWeatherModel
- Parameters:
stationHeight
- the height of the station in mcurrentDate
- current date
-
-