Package org.orekit.utils
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:
PVCoordinatesProvider,GeodeticPoint
-
-
Constructor Summary
Constructors Constructor Description GeodeticExtendedPositionProvider(BodyShape bodyShape, Vector3D point)Simple constructor.GeodeticExtendedPositionProvider(BodyShape bodyShape, GeodeticPoint point)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BodyShapegetBodyShape()Get the body shape on which the local point is defined.GeodeticPointgetGeodeticPoint()Get the surface point.-
Methods inherited from class org.orekit.utils.ConstantPositionProvider
getConstantPosition, getPosition, getPosition, getPVCoordinates, getPVCoordinates, getVelocity, getVelocity
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.utils.ExtendedPositionProvider
toFieldPVCoordinatesProvider
-
-
-
-
Constructor Detail
-
GeodeticExtendedPositionProvider
public GeodeticExtendedPositionProvider(BodyShape bodyShape, GeodeticPoint point)
Simple constructor.- Parameters:
bodyShape- body shape on which the local point is definedpoint- local surface point
-
-
Method Detail
-
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
-
-