Class TectonicsDisplacement

    • 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 interface StationDisplacement
        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