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

    • displacement

      Vector3D displacement(BodiesElements elements, Frame earthFrame, Vector3D referencePoint)
      Compute displacement of a ground reference point.
      Parameters:
      elements - elements affecting Earth orientation
      earthFrame - Earth frame in which reference point is defined
      referencePoint - reference point position in earthFrame
      Returns:
      displacement vector to be added to referencePoint