Uses of Class
org.orekit.rugged.api.BodyRotatingFrameId
-
Packages that use BodyRotatingFrameId Package Description org.orekit.rugged.api This package provides the principal class of Rugged library API, as well as the builder for Rugged instances. -
-
Uses of BodyRotatingFrameId in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return BodyRotatingFrameId Modifier and Type Method Description static BodyRotatingFrameId
BodyRotatingFrameId. valueOf(String name)
Returns the enum constant of this type with the specified name.static BodyRotatingFrameId[]
BodyRotatingFrameId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.rugged.api with parameters of type BodyRotatingFrameId Modifier and Type Method Description RuggedBuilder
RuggedBuilder. setEllipsoid(EllipsoidId ellipsoidID, BodyRotatingFrameId bodyRotatingFrameID)
Set the reference ellipsoid.
-