Uses of Class
org.orekit.rugged.api.EllipsoidId
-
Packages that use EllipsoidId 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 EllipsoidId in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return EllipsoidId Modifier and Type Method Description static EllipsoidId
EllipsoidId. valueOf(String name)
Returns the enum constant of this type with the specified name.static EllipsoidId[]
EllipsoidId. 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 EllipsoidId Modifier and Type Method Description RuggedBuilder
RuggedBuilder. setEllipsoid(EllipsoidId ellipsoidID, BodyRotatingFrameId bodyRotatingFrameID)
Set the reference ellipsoid.
-