Uses of Enum Class
org.orekit.orbits.WalkerConstellation.Pattern
Packages that use WalkerConstellation.Pattern
-
Uses of WalkerConstellation.Pattern in org.orekit.orbits
Methods in org.orekit.orbits that return WalkerConstellation.PatternModifier and TypeMethodDescriptionWalkerConstellation.getPattern()Get the constellation pattern.static WalkerConstellation.PatternReturns the enum constant of this class with the specified name.static WalkerConstellation.Pattern[]WalkerConstellation.Pattern.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.orbits with parameters of type WalkerConstellation.PatternModifierConstructorDescriptionWalkerConstellation(int t, int p, int f, WalkerConstellation.Pattern pattern) Complete constructor with the choice of the pattern.