Class PostSeismicDeformation

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

public class PostSeismicDeformation extends Object implements StationDisplacement
Modeling of displacement of one reference point due to post-seismic effects.
Since:
12.1
Author:
Luc Maisonobe
See Also:
  • Constructor Details

    • PostSeismicDeformation

      public PostSeismicDeformation(GeodeticPoint base, TimeSpanMap<List<PsdCorrection>> corrections)
      Simple constructor.
      Parameters:
      base - base point
      corrections - Post-Seismic Deformation corrections
  • 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