Interface StationDisplacement

  • All Known Implementing Classes:
    OceanLoading, 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
      org.hipparchus.geometry.euclidean.threed.Vector3D displacement​(BodiesElements elements, Frame earthFrame, org.hipparchus.geometry.euclidean.threed.Vector3D referencePoint)
      Compute displacement of a ground reference point.
    • Method Detail

      • displacement

        org.hipparchus.geometry.euclidean.threed.Vector3D displacement​(BodiesElements elements,
                                                                       Frame earthFrame,
                                                                       org.hipparchus.geometry.euclidean.threed.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