Class PythonStationDisplacement
- java.lang.Object
-
- org.orekit.models.earth.displacement.PythonStationDisplacement
-
- All Implemented Interfaces:
StationDisplacement
public class PythonStationDisplacement extends Object implements StationDisplacement
-
-
Constructor Summary
Constructors Constructor Description PythonStationDisplacement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3D
displacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint)
Compute displacement of a ground reference point.void
finalize()
Part of JCC Python interface to objectvoid
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
-
displacement
public Vector3D displacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint)
Compute displacement of a ground reference point.- Specified by:
displacement
in interfaceStationDisplacement
- Parameters:
elements
- elements affecting Earth orientationearthFrame
- Earth frame in which reference point is definedreferencePoint
- reference point position inearthFrame
- Returns:
- displacement vector to be added to
referencePoint
-
-