Package org.orekit.utils
Class GeodeticExtendedPositionProvider
java.lang.Object
org.orekit.utils.ConstantPositionProvider
org.orekit.utils.GeodeticExtendedPositionProvider
- All Implemented Interfaces:
ExtendedPositionProvider,PVCoordinatesProvider
Position provider from a given fixed point w.r.t. to a body.
- Since:
- 14.0
- Author:
- Romain Serra
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeodeticExtendedPositionProvider(BodyShape bodyShape, Vector3D point) Simple constructor.GeodeticExtendedPositionProvider(BodyShape bodyShape, GeodeticPoint point) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the body shape on which the local point is defined.Get the surface point.Methods inherited from class org.orekit.utils.ConstantPositionProvider
getConstantPosition, getPosition, getPosition, getPVCoordinates, getPVCoordinates, getVelocity, getVelocityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.utils.ExtendedPositionProvider
toFieldPVCoordinatesProvider
-
Constructor Details
-
GeodeticExtendedPositionProvider
Simple constructor.- Parameters:
bodyShape- body shape on which the local point is definedpoint- local surface point
-
GeodeticExtendedPositionProvider
Simple constructor.- Parameters:
bodyShape- body shape on which the local point is definedpoint- local surface point
-
-
Method Details
-
getBodyShape
Get the body shape on which the local point is defined.- Returns:
- body shape on which the local point is defined
-
getGeodeticPoint
Get the surface point.- Returns:
- surface point
-