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:
GroundStation
,org.orekit.files.sinex
-
-
Constructor Summary
Constructors Constructor Description TectonicsDisplacement(AbsoluteDate epoch, Vector3D velocity)
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
-
TectonicsDisplacement
public TectonicsDisplacement(AbsoluteDate epoch, Vector3D velocity)
Simple constructor.- Parameters:
velocity
- station velocity in Earth frame (m/s)epoch
- coordinates reference epoch
-
-
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
-
-