Package org.orekit.frames
Class PythonItrfVersionProvider
- java.lang.Object
-
- org.orekit.frames.PythonItrfVersionProvider
-
- All Implemented Interfaces:
ItrfVersionProvider
public class PythonItrfVersionProvider extends Object implements ItrfVersionProvider
-
-
Constructor Summary
Constructors Constructor Description PythonItrfVersionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectITRFVersionLoader.ITRFVersionConfiguration
getConfiguration(String name, int mjd)
Get the ITRF version configuration defined by a given file at specified date.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
-
getConfiguration
public ITRFVersionLoader.ITRFVersionConfiguration getConfiguration(String name, int mjd)
Get the ITRF version configuration defined by a given file at specified date.- Specified by:
getConfiguration
in interfaceItrfVersionProvider
- Parameters:
name
- EOP file namemjd
- date of the EOP in modified Julian day- Returns:
- configuration valid around specified date in the file
-
-