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
Modifier and TypeMethodDescriptiondisplacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint) Compute displacement of a ground reference point.
-
Method Details
-
displacement
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
-