Uses of Class
org.orekit.orbits.WalkerConstellation.Pattern
-
Packages that use WalkerConstellation.Pattern Package Description org.orekit.orbits This package provides classes to represent orbits. -
-
Uses of WalkerConstellation.Pattern in org.orekit.orbits
Methods in org.orekit.orbits that return WalkerConstellation.Pattern Modifier and Type Method Description WalkerConstellation.Pattern
WalkerConstellation. getPattern()
Get the constellation pattern.static WalkerConstellation.Pattern
WalkerConstellation.Pattern. valueOf(String name)
Returns the enum constant of this type with the specified name.static WalkerConstellation.Pattern[]
WalkerConstellation.Pattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.orbits with parameters of type WalkerConstellation.Pattern Constructor Description WalkerConstellation(int t, int p, int f, WalkerConstellation.Pattern pattern)
Complete constructor with the choice of the pattern.
-