Package org.orekit.files.general
Class PythonAttitudeEphemerisFile
- java.lang.Object
-
- org.orekit.files.general.PythonAttitudeEphemerisFile
-
- All Implemented Interfaces:
AttitudeEphemerisFile
public class PythonAttitudeEphemerisFile extends Object implements AttitudeEphemerisFile
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.orekit.files.general.AttitudeEphemerisFile
AttitudeEphemerisFile.AttitudeEphemerisSegment<C extends TimeStampedAngularCoordinates>, AttitudeEphemerisFile.SatelliteAttitudeEphemeris<C extends TimeStampedAngularCoordinates,S extends AttitudeEphemerisFile.AttitudeEphemerisSegment<C>>
-
-
Constructor Summary
Constructors Constructor Description PythonAttitudeEphemerisFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectMap<String,? extends AttitudeEphemerisFile.SatelliteAttitudeEphemeris>
getSatellites()
Get the loaded ephemeris for each satellite in the file.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
-
getSatellites
public Map<String,? extends AttitudeEphemerisFile.SatelliteAttitudeEphemeris> getSatellites()
Get the loaded ephemeris for each satellite in the file.- Specified by:
getSatellites
in interfaceAttitudeEphemerisFile
- Returns:
- a map from the satellite's ID to the information about that satellite contained in the file.
-
-