Class TectonicsDisplacement

java.lang.Object
org.orekit.models.earth.displacement.TectonicsDisplacement
All Implemented Interfaces:
StationDisplacement

public class TectonicsDisplacement extends Object implements StationDisplacement
Modeling of displacement of reference points due to plate tectonics.

Instances of this class are guaranteed to be immutable

Since:
12.0
Author:
Luc Maisonobe
See Also:
  • Constructor Details

    • TectonicsDisplacement

      public TectonicsDisplacement(AbsoluteDate epoch, Vector3D velocity)
      Simple constructor.
      Parameters:
      epoch - coordinates reference epoch
      velocity - station velocity in Earth frame (m/s)
  • Method Details

    • displacement

      public Vector3D displacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint)
      Compute displacement of a ground reference point.
      Specified by:
      displacement in interface StationDisplacement
      Parameters:
      elements - elements affecting Earth orientation
      earthFrame - Earth frame in which reference point is defined
      referencePoint - reference point position in earthFrame
      Returns:
      displacement vector to be added to referencePoint