Class TimeStampedGeodeticPoint

java.lang.Object
org.orekit.bodies.GeodeticPoint
org.orekit.bodies.TimeStampedGeodeticPoint
All Implemented Interfaces:
Serializable, TimeShiftable<TimeStampedGeodeticPoint>, TimeStamped

public class TimeStampedGeodeticPoint extends GeodeticPoint implements TimeStamped, TimeShiftable<TimeStampedGeodeticPoint>
Implements a time-stamped GeodeticPoint.
Since:
13.1
Author:
Jérôme Tabeaud
See Also:
  • Constructor Details

    • TimeStampedGeodeticPoint

      public TimeStampedGeodeticPoint(AbsoluteDate date, double latitude, double longitude, double altitude)
      Build a new instance from geodetic coordinates.
      Parameters:
      date - date of the point
      latitude - geodetic latitude (rad)
      longitude - geodetic longitude (rad)
      altitude - altitude above ellipsoid (m)
    • TimeStampedGeodeticPoint

      public TimeStampedGeodeticPoint(AbsoluteDate date, GeodeticPoint point)
      Build a new instance from a GeodeticPoint.
      Parameters:
      date - date of the point
      point - geodetic point
  • Method Details