Class PostSeismicDeformation
java.lang.Object
org.orekit.models.earth.displacement.PostSeismicDeformation
- All Implemented Interfaces:
StationDisplacement
Modeling of displacement of one reference point due to post-seismic effects.
- Since:
- 12.1
- Author:
- Luc Maisonobe
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostSeismicDeformation(GeodeticPoint base, TimeSpanMap<List<PsdCorrection>> corrections) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiondisplacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint) Compute displacement of a ground reference point.
-
Constructor Details
-
PostSeismicDeformation
Simple constructor.- Parameters:
base- base pointcorrections- Post-Seismic Deformation corrections
-
-
Method Details
-
displacement
Compute displacement of a ground reference point.- Specified by:
displacementin 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
-