Class TectonicsDisplacement
java.lang.Object
org.orekit.models.earth.displacement.TectonicsDisplacement
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionTectonicsDisplacement(AbsoluteDate epoch, Vector3D velocity) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiondisplacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint) Compute displacement of a ground reference point.
-
Constructor Details
-
TectonicsDisplacement
Simple constructor.- Parameters:
epoch- coordinates reference epochvelocity- station velocity in Earth frame (m/s)
-
-
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
-