Package org.orekit.files.general
Class PythonEphemerisFileParser
- java.lang.Object
-
- org.orekit.files.general.PythonEphemerisFileParser
-
- All Implemented Interfaces:
EphemerisFileParser
public class PythonEphemerisFileParser extends Object implements EphemerisFileParser
-
-
Constructor Summary
Constructors Constructor Description PythonEphemerisFileParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectEphemerisFile<?,?>
parse(DataSource source)
Parse an ephemeris file from a data source.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
-
parse
public EphemerisFile<?,?> parse(DataSource source)
Parse an ephemeris file from a data source.- Specified by:
parse
in interfaceEphemerisFileParser
- Parameters:
source
- source providing the data to parse- Returns:
- a parsed ephemeris file.
-
-