Package org.orekit.frames
Class PythonAbstractFrames
- java.lang.Object
-
- org.orekit.frames.AbstractFrames
-
- org.orekit.frames.PythonAbstractFrames
-
- All Implemented Interfaces:
Frames
public class PythonAbstractFrames extends AbstractFrames
-
-
Constructor Summary
Constructors Constructor Description PythonAbstractFrames(TimeScales timeScales, Supplier<Frame> icrfSupplier)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectEOPHistory
getEOPHistory(IERSConventions conventions, boolean simpleEOP)
Get Earth Orientation Parameters history.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-
Methods inherited from class org.orekit.frames.AbstractFrames
buildUncachedITRF, getCIRF, getEcliptic, getEME2000, getFrame, getGCRF, getGTOD, getGTOD, getICRF, getITRF, getITRF, getITRFEquinox, getMOD, getMOD, getPZ9011, getTEME, getTimeScales, getTIRF, getTIRF, getTOD, getTOD, getVeis1950
-
-
-
-
Constructor Detail
-
PythonAbstractFrames
public PythonAbstractFrames(TimeScales timeScales, Supplier<Frame> icrfSupplier)
Simple constructor.- Parameters:
timeScales
- to use when creating frames.icrfSupplier
- used to implementAbstractFrames.getICRF()
;
-
-
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
-
getEOPHistory
public EOPHistory getEOPHistory(IERSConventions conventions, boolean simpleEOP)
Get Earth Orientation Parameters history.- Parameters:
conventions
- conventions for which EOP history is requestedsimpleEOP
- if true, tidal effects are ignored when interpolating EOP- Returns:
- Earth Orientation Parameters history
-
-