public class TectonicsDisplacement extends Object implements StationDisplacement
Instances of this class are guaranteed to be immutable
GroundStation,
org.orekit.files.sinex| Constructor and Description |
|---|
TectonicsDisplacement(AbsoluteDate epoch,
org.hipparchus.geometry.euclidean.threed.Vector3D velocity)
Simple constructor.
|
| Modifier and Type | Method and 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.
|
public TectonicsDisplacement(AbsoluteDate epoch, org.hipparchus.geometry.euclidean.threed.Vector3D velocity)
velocity - station velocity in Earth frame (m/s)epoch - coordinates reference epochpublic org.hipparchus.geometry.euclidean.threed.Vector3D displacement(BodiesElements elements, Frame earthFrame, org.hipparchus.geometry.euclidean.threed.Vector3D referencePoint)
displacement in interface StationDisplacementelements - elements affecting Earth orientationearthFrame - Earth frame in which reference point is definedreferencePoint - reference point position in earthFramereferencePointCopyright © 2002-2023 CS GROUP. All rights reserved.