Uses of Class
org.orekit.orbits.LibrationOrbitFamily
-
Packages that use LibrationOrbitFamily Package Description org.orekit.orbits This package provides classes to represent orbits. -
-
Uses of LibrationOrbitFamily in org.orekit.orbits
Methods in org.orekit.orbits that return LibrationOrbitFamily Modifier and Type Method Description static LibrationOrbitFamily
LibrationOrbitFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static LibrationOrbitFamily[]
LibrationOrbitFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.orbits with parameters of type LibrationOrbitFamily Modifier and Type Method Description PVCoordinates
RichardsonExpansion. computeHaloFirstGuess(double azr, LibrationOrbitFamily type, double t, double phi)
Calculate first Guess.Constructors in org.orekit.orbits with parameters of type LibrationOrbitFamily Constructor Description HaloOrbit(RichardsonExpansion richardson, double az, LibrationOrbitFamily type)
Simple Constructor.
-