Package org.orekit.files.general
Class PythonAttitudeEphemerisFileParser
- java.lang.Object
-
- org.orekit.files.general.PythonAttitudeEphemerisFileParser
-
- All Implemented Interfaces:
AttitudeEphemerisFileParser
public class PythonAttitudeEphemerisFileParser extends Object implements AttitudeEphemerisFileParser
-
-
Constructor Summary
Constructors Constructor Description PythonAttitudeEphemerisFileParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectAttitudeEphemerisFile<?,?>
parse(DataSource source)
Parse an attitude ephemeris file from a data source.AttitudeEphemerisFile
parse_BS(BufferedReader reader, String fileName)
Parse an attitude ephemeris file from a stream.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_BS
public AttitudeEphemerisFile parse_BS(BufferedReader reader, String fileName) throws IOException
Parse an attitude ephemeris file from a stream.- Parameters:
reader
- containing the ephemeris file.fileName
- to use in error messages.- Returns:
- a parsed ephemeris file.
- Throws:
IOException
- ifreader
throws one.
-
parse
public AttitudeEphemerisFile<?,?> parse(DataSource source)
Parse an attitude ephemeris file from a data source.- Specified by:
parse
in interfaceAttitudeEphemerisFileParser
- Parameters:
source
- source providing the data to parse- Returns:
- a parsed attitude ephemeris file.
-
-