Interface StationDisplacement
-
- All Known Implementing Classes:
OceanLoading
,PostSeismicDeformation
,TectonicsDisplacement
,TidalDisplacement
public interface StationDisplacement
Interface for computing reference points displacement.- Since:
- 9.1
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3D
displacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint)
Compute displacement of a ground reference point.
-
-
-
Method Detail
-
displacement
Vector3D displacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint)
Compute displacement of a ground reference point.- 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
-
-