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:
- ITRF2020P: Equations of post-seismic deformation models
-
-
Constructor Summary
Constructors Constructor Description PostSeismicDeformation(GeodeticPoint base, TimeSpanMap<List<PsdCorrection>> corrections)
Simple constructor.
-
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.
-
-
-
Constructor Detail
-
PostSeismicDeformation
public PostSeismicDeformation(GeodeticPoint base, TimeSpanMap<List<PsdCorrection>> corrections)
Simple constructor.- Parameters:
base
- base pointcorrections
- Post-Seismic Deformation corrections
-
-
Method Detail
-
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
-
-