Class GeodeticExtendedPositionProvider

java.lang.Object
org.orekit.utils.ConstantPositionProvider
org.orekit.utils.GeodeticExtendedPositionProvider
All Implemented Interfaces:
ExtendedPositionProvider, PVCoordinatesProvider

public class GeodeticExtendedPositionProvider extends ConstantPositionProvider
Position provider from a given fixed point w.r.t. to a body.
Since:
14.0
Author:
Romain Serra
See Also:
  • Constructor Details

    • GeodeticExtendedPositionProvider

      public GeodeticExtendedPositionProvider(BodyShape bodyShape, GeodeticPoint point)
      Simple constructor.
      Parameters:
      bodyShape - body shape on which the local point is defined
      point - local surface point
    • GeodeticExtendedPositionProvider

      public GeodeticExtendedPositionProvider(BodyShape bodyShape, Vector3D point)
      Simple constructor.
      Parameters:
      bodyShape - body shape on which the local point is defined
      point - local surface point
  • Method Details

    • getBodyShape

      public BodyShape getBodyShape()
      Get the body shape on which the local point is defined.
      Returns:
      body shape on which the local point is defined
    • getGeodeticPoint

      public GeodeticPoint getGeodeticPoint()
      Get the surface point.
      Returns:
      surface point